summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-07-056-170/+7
|\
| * xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal2019-07-011-19/+1
| * xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal2019-06-065-14/+6
| * xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal2019-06-061-2/+0
| * xfrm: remove state and template sort indirections from xfrm_state_afinfoFlorian Westphal2019-06-061-98/+0
| * xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-16/+0
| * xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-21/+0
* | ipv6: use indirect call wrappers for {tcp, udpv6}_{recv, send}msg()Paolo Abeni2019-07-031-3/+9
* | ipv6: provide and use ipv6 specific version for {recv, send}msgPaolo Abeni2019-07-031-4/+31
* | blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar2019-07-011-1/+1
* | net/ipv6: Fix misuse of proc_dointvec "flowlabel_reflect"Eiichi Tsukata2019-07-011-1/+1
* | ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet2019-07-014-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-272-3/+4
|\ \
| * | ipv6: fix neighbour resolution with raw socketNicolas Dichtel2019-06-261-1/+2
| * | ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-261-1/+1
| * | net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata2019-06-251-1/+1
* | | ipv6: Convert gateway validation to use fib6_infoDavid Ahern2019-06-271-62/+56
* | | ipv6: fix suspicious RCU usage in rt6_dump_route()Eric Dumazet2019-06-261-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-2571-532/+888
|\ \ \
| * | | ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio2019-06-241-1/+2
| * | | ipv6: Dump route exceptions if requestedStefano Brivio2019-06-242-12/+114
| * | | ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio2019-06-242-7/+11
| * | | ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio2019-06-241-1/+2
| * | | Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio2019-06-241-5/+2
| * | | fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2019-06-241-1/+2
| * | | ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang2019-06-231-2/+27
| * | | ipv6: convert rx data path to not take refcnt on dstWei Wang2019-06-231-3/+4
| * | | ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang2019-06-232-7/+10
| * | | ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang2019-06-231-0/+3
| * | | ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang2019-06-231-43/+30
| * | | ipv6: Error when route does not have any valid nexthopsIdo Schimmel2019-06-221-0/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2224-102/+35
| |\| |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-212-11/+13
| | |\ \
| | | * | ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-06-191-1/+1
| | | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-181-10/+12
| | | |\ \
| | | | * | netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-06-071-3/+7
| | | | * | netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-06-041-7/+5
| | * | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2122-91/+22
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1922-91/+22
| * | | | | inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-192-4/+16
| * | | | | ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel2019-06-181-12/+17
| * | | | | ipv6: Add IPv6 multipath notification for route deleteIdo Schimmel2019-06-181-0/+6
| * | | | | ipv6: Add IPv6 multipath notifications for add / replaceIdo Schimmel2019-06-181-0/+15
| * | | | | ipv6: Extend notifier info for multipath routesIdo Schimmel2019-06-181-0/+17
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-178-35/+27
| |\| | | |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-175-14/+24
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2019-06-122-8/+13
| | | * | | net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn2019-06-111-1/+1
| | | * | | ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-091-3/+4
| | | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-071-2/+6
| | | |\ \ \