summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern1-3/+3
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet1-1/+1
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao1-2/+2
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+3
2023-09-01ipv6: ignore dst hint for multipath routesSriram Yagnaraman1-0/+3
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+9
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao1-3/+2
2023-08-20ipv6: do not match device when remove source routeHangbin Liu1-5/+2
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-3/+3
2023-08-16networking: Update to register_net_sysctl_szJoel Granados1-0/+9
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-3/+4
2023-07-28IPv6: add extack info for IPv6 address add/deleteHangbin Liu1-2/+3
2023-06-18ipv6: also use netdev_hold() in ip6_route_check_nh()Eric Dumazet1-4/+9
2023-06-15net: create device lookup API with reference trackingJakub Kicinski1-6/+6
2023-06-03net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet1-2/+2
2023-04-22net: dst: fix missing initialization of rt_uncachedMaxime Bizon1-1/+0
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner1-3/+3
2023-03-29net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo1-13/+13
2023-03-22neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-6/+6
2023-03-15ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet1-4/+4
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-1/+1
2023-02-23ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei1-5/+6
2023-01-25ipv6: Make ip6_route_output_flags_noref() static.Guillaume Nault1-4/+4
2023-01-18ipv6: Remove extra counter pull before gcTanmay Bhushan1-4/+0
2023-01-14ipv6: remove max_size check inline with ipv4Jon Maxwell1-8/+5
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-03ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao1-4/+10
2022-07-15Merge 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-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2022-06-30ipv6: remove redundant store to value after additionColin Ian King1-1/+1
2022-06-28ipv6: take care of disable_policy when restoring routesNicolas Dichtel1-1/+8
2022-06-10net: 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-16ipv6: 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-16net: 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-21ipv6: annotate accesses to fn->fn_sernumEric Dumazet1-1/+1
2022-01-06Merge 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