summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet2022-02-171-9/+10
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-01-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-2/+30
|\
| * ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern2022-01-031-5/+3
| * ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern2022-01-031-2/+5
| * lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2021-12-311-0/+4
| * ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern2021-12-311-1/+5
| * ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2021-12-311-1/+20
* | ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet2021-12-141-1/+1
* | inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet2021-12-071-0/+2
* | ipv6: add net device refcount tracker to rt6_probe_deferred()Eric Dumazet2021-12-061-2/+3
* | net: dst: add net device refcount tracking to dst_entryEric Dumazet2021-12-061-2/+3
* | net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov2021-11-301-18/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-0/+19
|\|
| * net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-11-221-0/+19
* | ipv6: Use memset_after() to zero rt6_infoKees Cook2021-11-191-3/+1
* | net: align static siphash keysEric Dumazet2021-11-161-1/+1
|/
* ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov2021-10-281-12/+12
* net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-09-241-2/+3
* ipv6: make exception cache less predictibleEric Dumazet2021-08-301-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-6/+14
|\
| * ipv6: use siphash in rt6_exception_hash()Eric Dumazet2021-08-261-6/+14
* | net: Remove redundant if statementsYajun Deng2021-08-051-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-1/+1
|\|
| * ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni2021-07-201-1/+1
* | net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-19/+1
* | memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-201-1/+1
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-2/+6
|\
| * ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li2021-06-031-2/+6
* | ipv6: Add custom multipath hash policyIdo Schimmel2021-05-181-0/+125
* | ipv6: Calculate multipath hash inside switch statementIdo Schimmel2021-05-181-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-3/+5
|\
| * net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum2021-04-081-3/+5
* | net: ipv6: Refactor in rt6_age_examine_exceptionXu Jia2021-04-011-4/+1
* | ipv6: route.c: A spello fixBhaskar Chowdhury2021-03-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-27/+9
|\|
| * net: Consolidate common blackhole dst opsDaniel Borkmann2021-03-101-27/+9
* | net: ipv6: route.c:fix indentationShubhankar Kuranagatti2021-03-101-13/+13
|/
* IPv6: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2021-02-081-0/+6
* IPv6: Add "offload failed" indication to routesAmit Cohen2021-02-081-2/+6
* net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez2021-02-041-2/+2
* net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-031-2/+5
* net: use indirect call helpers for dst_mtuBrian Vazquez2021-02-031-2/+4
* net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen2021-02-021-0/+44
* net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary2021-01-261-2/+3
* IPv6: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms2020-11-191-0/+4
* nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel2020-11-061-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-1/+2
|\
| * net: ipv6: Discard next-hop MTU less than minimum link MTUGeorg Kohmann2020-10-091-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+1
|\|