aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima1-1/+1
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2022-06-29ipv6: remove redundant store to value after additionColin Ian King1-1/+1
2022-06-27ipv6: take care of disable_policy when restoring routesNicolas Dichtel1-1/+8
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-5/+5
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-5/+6
2022-04-15ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet1-5/+6
2022-04-13net: ipv6: add skb drop reasons to ip6_pkt_drop()Menglong Dong1-1/+5
2022-04-05ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern1-1/+1
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-12/+0
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+10
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet1-9/+10
2022-02-11ipv6: add (struct uncached_list)->quarantine listEric Dumazet1-3/+14
2022-02-11ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet1-13/+8
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet1-4/+0
2022-02-11ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault1-0/+6
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet1-1/+1
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+30
2022-01-03ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern1-5/+3
2022-01-03ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern1-2/+5
2021-12-31lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern1-0/+4
2021-12-31ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern1-1/+5
2021-12-31ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern1-1/+20
2021-12-14ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet1-1/+1
2021-12-07inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet1-0/+2
2021-12-06ipv6: add net device refcount tracker to rt6_probe_deferred()Eric Dumazet1-2/+3
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet1-2/+3
2021-11-30net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov1-18/+2
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+19
2021-11-22net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov1-0/+19
2021-11-19ipv6: Use memset_after() to zero rt6_infoKees Cook1-3/+1
2021-11-16net: align static siphash keysEric Dumazet1-1/+1
2021-10-28ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov1-12/+12
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang1-2/+3
2021-08-30ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+14
2021-08-26ipv6: use siphash in rt6_exception_hash()Eric Dumazet1-6/+14
2021-08-05net: Remove redundant if statementsYajun Deng1-2/+1
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko1-19/+1
2021-07-20ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni1-1/+1
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin1-1/+1
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+6
2021-06-03ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li1-2/+6
2021-05-18ipv6: Add custom multipath hash policyIdo Schimmel1-0/+125
2021-05-18ipv6: Calculate multipath hash inside switch statementIdo Schimmel1-2/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2021-04-08net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum1-3/+5
2021-04-01net: ipv6: Refactor in rt6_age_examine_exceptionXu Jia1-4/+1