summaryrefslogtreecommitdiff
path: root/net/ipv6
Commit message (Expand)AuthorAge
* ipv6: udp: leverage scratch area helpersPaolo Abeni2017-06-27
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-26
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-26
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-26
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-23
|\
| * ipv6: remove unused variables in esp6Stephen Hemminger2017-05-22
| * ah: use crypto_memneq to check the ICVSabrina Dubroca2017-05-19
* | udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni2017-06-22
* | tcp: Add a tcp_filter hook before handle ack packetChenbo Feng2017-06-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-21
|\ \
| * | ipv6: Do not leak throw route referencesSerhey Popovych2017-06-20
| * | ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan2017-06-18
| * | ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan2017-06-16
| * | ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long2017-06-15
* | | ip6mr: add netlink notifications on mrt6msg cache reportsJulien Gomes2017-06-21
* | | tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-19
* | | tcp: md5: add an address prefix for key lookupIvan Delalande2017-06-19
* | | net: remove DST_NOCACHE flagWei Wang2017-06-17
* | | net: remove DST_NOGC flagWei Wang2017-06-17
* | | ipv6: get rid of icmp6 dst garbage collectorWei Wang2017-06-17
* | | ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-17
* | | ipv6: call dst_hold_safe() properlyWei Wang2017-06-17
* | | ipv6: call dst_dev_put() properlyWei Wang2017-06-17
* | | ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2017-06-17
* | | net: use loopback dev when generating blackhole routeWei Wang2017-06-17
* | | udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2017-06-17
* | | ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang2017-06-17
* | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* | | networking: make skb_pull & friends return void pointersJohannes Berg2017-06-16
* | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* | | networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* | | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-15
|\ \ \ | |/ /
| * | net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer2017-06-14
| * | proc: snmp6: Use correct type in memsetChristian Perle2017-06-12
| * | ila_xlat: add missing hash secret initializationArnd Bergmann2017-06-08
| * | net: ipv6: Release route when device is unregisteringDavid Ahern2017-06-08
| * | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-07
* | | Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng2017-06-10
* | | bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng2017-06-10
* | | ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng2017-06-09
* | | Ipvlan should return an error when an address is already in use.Krister Johansen2017-06-09
* | | tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-08
* | | tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-08
* | | tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-08
* | | tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-08
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-06
|\ \ \ | |/ /
| * | net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines2017-06-06
| * | Revert "sit: reload iphdr in ipip6_rcv"David S. Miller2017-06-06
| * | sit: reload iphdr in ipip6_rcvHaishuang Yan2017-06-04