summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2018-01-07ipv6: Mark dead nexthops with appropriate flagsIdo Schimmel
2018-01-07ipv6: Remove redundant route flushing during namespace dismantleIdo Schimmel
2018-01-04ipv6: fix general protection fault in fib6_add()Wei Wang
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-01-02ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long
2018-01-02ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-12-26net: erspan: remove md NULL checkWilliam Tu
2017-12-26ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner
2017-12-26ip6_gre: fix device features for ioctl setupAlexey Kodanev
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-20esp: Don't require synchronous crypto fallback on offloading anymore.Steffen Klassert
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert
2017-12-20xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert
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-19xfrm: Reinject transport-mode packets through taskletHerbert Xu
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-04netfilter: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney
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