aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-6/+27
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 3-15/+8
2019-07-18ipv6: Unlink sibling route in case of failureGravatar Ido Schimmel 1-1/+17
2019-07-17ipv6: rt6_check should return NULL if 'from' is NULLGravatar David Ahern 1-1/+1
2019-07-14sit: use dst_cache in ipip6_tunnel_xmitGravatar Haishuang Yan 1-4/+9
2019-07-11ipv6: fix static key imbalance in fl_create()Gravatar Eric Dumazet 1-3/+6
2019-07-11ipv6: fix potential crash in ip6_datagram_dst_update()Gravatar Eric Dumazet 1-1/+1
2019-07-11ipv6: tcp: fix flowlabels reflection for RST packetsGravatar Eric Dumazet 1-1/+6
2019-07-11ipv6: Use ipv6_authlen for lenGravatar yangxingwu 7-8/+8
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 27-1235/+1830
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-07-08ipv6: elide flowlabel check if no exclusive leases existGravatar Willem de Bruijn 4-9/+28
2019-07-08ipv6: Support multipath hashing on inner IP pktsGravatar Stephen Suryaputra 1-0/+36
2019-07-05net: remove unused parameter from skb_checksum_try_convertGravatar Li RongQing 1-2/+1
2019-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 6-170/+7
2019-07-03ipv6: use indirect call wrappers for {tcp, udpv6}_{recv, send}msg()Gravatar Paolo Abeni 1-3/+9
2019-07-03ipv6: provide and use ipv6 specific version for {recv, send}msgGravatar Paolo Abeni 1-4/+31
2019-07-01blackhole_netdev: use blackhole_netdev to invalidate dst entriesGravatar Mahesh Bandewar 1-1/+1
2019-07-01net/ipv6: Fix misuse of proc_dointvec "flowlabel_reflect"Gravatar Eiichi Tsukata 1-1/+1
2019-07-01ipv6: icmp: allow flowlabel reflection in echo repliesGravatar Eric Dumazet 4-4/+7
2019-07-01xfrm: remove get_mtu indirection from xfrm_typeGravatar Florian Westphal 1-19/+1
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+4
2019-06-27ipv6: Convert gateway validation to use fib6_infoGravatar David Ahern 1-62/+56
2019-06-26ipv6: fix neighbour resolution with raw socketGravatar Nicolas Dichtel 1-1/+2
2019-06-26ipv6: constify rt6_nexthop()Gravatar Nicolas Dichtel 1-1/+1
2019-06-26ipv6: fix suspicious RCU usage in rt6_dump_route()Gravatar Eric Dumazet 1-0/+2
2019-06-25net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Gravatar Eiichi Tsukata 1-1/+1
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Pablo Neira Ayuso 71-532/+888
2019-06-24ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Gravatar Stefano Brivio 1-1/+2
2019-06-24ipv6: Dump route exceptions if requestedGravatar Stefano Brivio 2-12/+114
2019-06-24ipv6/route: Change return code of rt6_dump_route() for partial node dumpsGravatar Stefano Brivio 2-7/+11
2019-06-24ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Gravatar Stefano Brivio 1-1/+2
2019-06-24Revert "net/ipv6: Bail early if user only wants cloned entries"Gravatar Stefano Brivio 1-5/+2
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDGravatar Stefano Brivio 1-1/+2
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFGravatar Wei Wang 1-2/+27
2019-06-23ipv6: convert rx data path to not take refcnt on dstGravatar Wei Wang 1-3/+4
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicGravatar Wei Wang 2-7/+10
2019-06-23ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesGravatar Wei Wang 1-0/+3
2019-06-23ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Gravatar Wei Wang 1-43/+30
2019-06-22ipv6: Error when route does not have any valid nexthopsGravatar Ido Schimmel 1-0/+6
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 24-102/+35
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-11/+13
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 22-91/+22
2019-06-20netfilter: synproxy: fix building syncookie callsGravatar Arnd Bergmann 1-0/+2
2019-06-19ipv6: Default fib6_type to RTN_UNICAST when not setGravatar David Ahern 1-1/+1
2019-06-19inet: fix various use-after-free in defrags unitsGravatar Eric Dumazet 2-4/+16
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 22-91/+22
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 1-10/+12
2019-06-18ipv6: Stop sending in-kernel notifications for each nexthopGravatar Ido Schimmel 1-12/+17
2019-06-18ipv6: Add IPv6 multipath notification for route deleteGravatar Ido Schimmel 1-0/+6