summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-12-26net: erspan: remove md NULL checkWilliam Tu
2017-12-26ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li
2017-12-21ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-12-20ip6_gre: fix potential memory leak in ip6erspan_rcvHaishuang Yan
2017-12-20ip6_gre: fix error path when ip6erspan_rcv failedHaishuang Yan
2017-12-20ip6_gre: fix a pontential issue in ip6erspan_rcvHaishuang Yan
2017-12-20ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev
2017-12-19ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long
2017-12-19ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long
2017-12-18net: erspan: reload pointer after pskb_may_pullWilliam Tu
2017-12-18net: erspan: fix wrong return valueWilliam Tu
2017-12-16ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-15ip6_gre: add erspan v2 supportWilliam Tu
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-12-13ipv6: mcast: better catch silly mtu valuesEric Dumazet
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2017-12-11netfilter: ip6t_MASQUERADE: add dependency on conntrack moduleKonstantin Khlebnikov
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-07adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov
2017-12-06ip6_gre: add ip6 erspan collect_md modeWilliam Tu
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal
2017-12-04ip6_gre: add ip6 gre and gretap collect_md modeWilliam Tu
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet
2017-12-03inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau
2017-12-01ip6_gre: Add ERSPAN native tunnel supportWilliam Tu
2017-12-01ip6_gre: Refactor ip6gre xmit codesWilliam Tu
2017-11-30net/reuseport: drop legacy codePaolo Abeni
2017-11-30sit: update frag_off infoHangbin Liu
2017-11-30tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-24net: ipv6: Fixup device for anycast routes during copyDavid Ahern
2017-11-24ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-20netfilter: remove redundant assignment to eColin Ian King