aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_storeYafang Shao1-1/+1
2017-12-20ip6_gre: fix potential memory leak in ip6erspan_rcvHaishuang Yan1-1/+3
2017-12-20ip6_gre: fix error path when ip6erspan_rcv failedHaishuang Yan1-1/+2
2017-12-20ip6_gre: fix a pontential issue in ip6erspan_rcvHaishuang Yan1-3/+2
2017-12-20ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev1-0/+20
2017-12-18net: erspan: reload pointer after pskb_may_pullWilliam Tu1-1/+3
2017-12-18net: erspan: fix wrong return valueWilliam Tu1-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+23
2017-12-15ip6_gre: add erspan v2 supportWilliam Tu1-16/+104
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu1-9/+16
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-2/+7
2017-12-13ipv6: mcast: better catch silly mtu valuesEric Dumazet1-10/+15
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2017-12-11netfilter: ip6t_MASQUERADE: add dependency on conntrack moduleKonstantin Khlebnikov1-1/+7
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert2-6/+2
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-12-07adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov1-1/+1
2017-12-06ip6_gre: add ip6 erspan collect_md modeWilliam Tu1-25/+85
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+7
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal3-11/+26
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal4-28/+53
2017-12-04ip6_gre: add ip6 gre and gretap collect_md modeWilliam Tu2-11/+99
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet1-4/+6
2017-12-03inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau1-0/+66
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau1-24/+8
2017-12-01ip6_gre: Add ERSPAN native tunnel supportWilliam Tu1-4/+266
2017-12-01ip6_gre: Refactor ip6gre xmit codesWilliam Tu1-48/+75
2017-11-30net/reuseport: drop legacy codePaolo Abeni2-27/+6
2017-11-30sit: update frag_off infoHangbin Liu1-0/+1
2017-11-30tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet1-1/+0
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller2-8/+2
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller1-17/+17
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller2-2/+2
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller2-18/+18
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-34/+31
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn2-3/+113
2017-11-24net: ipv6: Fixup device for anycast routes during copyDavid Ahern1-1/+1
2017-11-24ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel1-0/+5
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-4/+6
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook3-28/+23
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-20netfilter: remove redundant assignment to eColin Ian King1-1/+0
2017-11-19gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds36-1044/+1869
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger1-1/+2
2017-11-15ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel1-1/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+2
2017-11-14xfrm6_tunnel: exit_net cleanup check addedVasily Averin1-0/+8
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-13ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlersXin Long1-28/+14