| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | ipv6: Fix null-ptr-deref in fib6_nh_mtu_change(). | Xiang Mei | 1 | -0/+3 |
| 2026-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+3 |
| 2026-06-15 | tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF) | Eric Dumazet | 1 | -3/+3 |
| 2026-06-12 | ipv6: Honor oif when choosing nexthop for locally generated traffic | Ido Schimmel | 1 | -1/+4 |
| 2026-06-12 | ipv6: Select best matching nexthop object in fib6_table_lookup() | Ido Schimmel | 1 | -8/+9 |
| 2026-06-05 | ipv6: remove obsolete EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL() | Eric Dumazet | 1 | -2/+0 |
| 2026-05-29 | ipv6: fix possible infinite loop in fib6_select_path() | Jiayuan Chen | 1 | -0/+3 |
| 2026-05-29 | ipv6: fix possible infinite loop in rt6_fill_node() | Jiayuan Chen | 1 | -0/+2 |
| 2026-05-21 | ipv6: route: Unregister netdevice notifier on BPF init failure | Yuho Choi | 1 | -1/+5 |
| 2026-05-05 | ipv6: Fix null-ptr-deref in fib6_mtu(). | Kuniyuki Iwashima | 1 | -0/+4 |
| 2026-05-01 | ipv6: update route serial number on NETDEV_CHANGE | Sagarika Sharma | 1 | -0/+1 |
| 2026-03-29 | ipv6: prepare headers for ipv6_stub removal | Fernando Fernandez Mancera | 1 | -0/+6 |
| 2026-03-29 | ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6) | Fernando Fernandez Mancera | 1 | -6/+0 |
| 2026-03-23 | ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2026-03-05 | net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthop | Jiayuan Chen | 1 | -5/+3 |
| 2026-03-03 | ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu() | Jakub Kicinski | 1 | -1/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -7/+7 |
| 2026-02-02 | ipv6: use dst6_mtu() instead of dst_mtu() | Eric Dumazet | 1 | -4/+6 |
| 2026-01-19 | ipv6: annotate data-races in net/ipv6/route.c | Eric Dumazet | 1 | -11/+13 |
| 2026-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2026-01-13 | dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() | Eric Dumazet | 1 | -2/+2 |
| 2026-01-13 | ipv6: Allow for nexthop device mismatch with "onlink" | Ido Schimmel | 1 | -5/+2 |
| 2025-12-30 | ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT | Jiayuan Chen | 1 | -1/+12 |
| 2025-09-18 | ipv6: make ipv6_pinfo.daddr_cache a boolean | Eric Dumazet | 1 | -2/+1 |
| 2025-09-18 | ipv6: make ipv6_pinfo.saddr_cache a boolean | Eric Dumazet | 1 | -2/+2 |
| 2025-08-29 | ipv6: start using dst_dev_rcu() | Eric Dumazet | 1 | -4/+3 |
| 2025-07-30 | Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -2/+1 |
| 2025-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -29/+42 |
| 2025-07-26 | ipv6: annotate data-races around rt->fib6_nsiblings | Eric Dumazet | 1 | -2/+3 |
| 2025-07-26 | ipv6: fix possible infinite loop in fib6_info_uses_dev() | Eric Dumazet | 1 | -6/+11 |
| 2025-07-26 | ipv6: prevent infinite loop in rt6_nlmsg_size() | Eric Dumazet | 1 | -16/+18 |
| 2025-07-26 | ipv6: add a retry logic in net6_rt_notify() | Eric Dumazet | 1 | -5/+10 |
| 2025-07-16 | bpf: Clean up individual BTF_ID code | Feng Yang | 1 | -2/+1 |
| 2025-07-02 | ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpers | Eric Dumazet | 1 | -2/+2 |
| 2025-07-02 | ipv6: adopt dst_dev() helper | Eric Dumazet | 1 | -8/+12 |
| 2025-07-02 | net: dst: annotate data-races around dst->lastuse | Eric Dumazet | 1 | -1/+2 |
| 2025-07-02 | net: dst: annotate data-races around dst->expires | Eric Dumazet | 1 | -7/+6 |
| 2025-07-02 | net: dst: annotate data-races around dst->obsolete | Eric Dumazet | 1 | -5/+4 |
| 2025-06-25 | net: Remove unnecessary NULL check for lwtunnel_fill_encap() | Yue Haibing | 1 | -2/+1 |
| 2025-06-23 | net: annotate races around sk->sk_uid | Eric Dumazet | 1 | -2/+2 |
| 2025-06-17 | net: ipv6: Add ip6_mr_output() | Petr Machata | 1 | -0/+1 |
| 2025-06-12 | ipv6: Move fib6_config_validate() to ip6_route_add(). | Kuniyuki Iwashima | 1 | -55/+55 |
| 2025-05-20 | ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE. | Kuniyuki Iwashima | 1 | -31/+3 |
| 2025-05-20 | ipv6: Pass gfp_flags down to ip6_route_info_create_nh(). | Kuniyuki Iwashima | 1 | -4/+5 |
| 2025-05-20 | Revert "ipv6: Factorise ip6_route_multipath_add()." | Kuniyuki Iwashima | 1 | -123/+70 |
| 2025-05-20 | ipv6: Narrow down RCU critical section in inet6_rtm_newroute(). | Kuniyuki Iwashima | 1 | -13/+18 |
| 2025-05-20 | inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?(). | Kuniyuki Iwashima | 1 | -4/+2 |
| 2025-05-02 | ipv6: Restore fib6_config validation for SIOCADDRT. | Kuniyuki Iwashima | 1 | -42/+55 |
| 2025-04-29 | ip: load balance tcp connections to single dst addr and port | Willem de Bruijn | 1 | -3/+10 |
| 2025-04-24 | ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE. | Kuniyuki Iwashima | 1 | -6/+12 |
| 2025-04-24 | ipv6: Factorise ip6_route_multipath_add(). | Kuniyuki Iwashima | 1 | -75/+130 |
| 2025-04-24 | ipv6: Rename rt6_nh.next to rt6_nh.list. | Kuniyuki Iwashima | 1 | -7/+7 |
| 2025-04-24 | ipv6: Don't pass net to ip6_route_info_append(). | Kuniyuki Iwashima | 1 | -4/+2 |
| 2025-04-24 | ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create(). | Kuniyuki Iwashima | 1 | -0/+9 |
| 2025-04-24 | ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create(). | Kuniyuki Iwashima | 1 | -3/+22 |
| 2025-04-24 | ipv6: Split ip6_route_info_create(). | Kuniyuki Iwashima | 1 | -33/+62 |
| 2025-04-24 | ipv6: Move nexthop_find_by_id() after fib6_info_alloc(). | Kuniyuki Iwashima | 1 | -16/+18 |
| 2025-04-24 | ipv6: Check GATEWAY in rtm_to_fib6_multipath_config(). | Kuniyuki Iwashima | 1 | -7/+9 |
| 2025-04-24 | ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config(). | Kuniyuki Iwashima | 1 | -37/+42 |
| 2025-04-24 | ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE. | Kuniyuki Iwashima | 1 | -20/+28 |
| 2025-04-24 | ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config(). | Kuniyuki Iwashima | 1 | -39/+43 |
| 2025-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2025-04-16 | ipv6: Use nlmsg_payload in route file | Breno Leitao | 1 | -2/+2 |
| 2025-04-10 | ipv6: add exception routes to GC list in rt6_insert_exception | Xin Long | 1 | -0/+1 |
| 2025-04-09 | ipv6: Align behavior across nexthops during path selection | Ido Schimmel | 1 | -4/+4 |
| 2025-04-04 | ipv6: Do not consider link down nexthops in path selection | Ido Schimmel | 1 | -2/+4 |
| 2025-04-04 | ipv6: Start path selection from the first nexthop | Ido Schimmel | 1 | -3/+35 |
| 2025-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+4 |
| 2025-03-18 | ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create(). | Kuniyuki Iwashima | 1 | -0/+2 |
| 2025-03-18 | ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw(). | Kuniyuki Iwashima | 1 | -1/+2 |
| 2025-03-05 | inet: fix lwtunnel_valid_encap_type() lock imbalance | Eric Dumazet | 1 | -2/+4 |
| 2025-02-06 | ipv6: use RCU protection in ip6_default_advmss() | Eric Dumazet | 1 | -1/+6 |
| 2024-12-19 | ipv6: Add flow label to route get requests | Ido Schimmel | 1 | -1/+19 |
| 2024-12-02 | net/ipv6: release expired exception dst cached in socket | Jiri Wiesner | 1 | -3/+3 |
| 2024-11-11 | ipv6: Fix soft lockups in fib6_select_path under high next hop churn | Omid Ehtemam-Haghighi | 1 | -15/+30 |
| 2024-11-06 | ipv6: release nexthop on device removal | Paolo Abeni | 1 | -3/+3 |
| 2024-10-15 | ipv6: Use rtnl_register_many(). | Kuniyuki Iwashima | 1 | -13/+10 |
| 2024-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-09-13 | ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev() | Eric Dumazet | 1 | -1/+1 |
| 2024-08-23 | net/ipv6: delete redundant judgment statements | Li Zetao | 1 | -4/+2 |
| 2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -1/+1 |
| 2024-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-07-14 | ipv6: fix source address selection with route leak | Nicolas Dichtel | 1 | -1/+1 |
| 2024-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2024-06-17 | ipv6: prevent possible NULL dereference in rt6_probe() | Eric Dumazet | 1 | -0/+2 |
| 2024-06-17 | ipv6: prevent possible NULL deref in fib6_nh_init() | Eric Dumazet | 1 | -1/+1 |
| 2024-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2024-06-12 | net/ipv6: Fix the RT cache flush via sysctl using a previous delay | Petr Pavlu | 1 | -2/+2 |
| 2024-06-12 | net: ipv4,ipv6: Pass multipath hash computation through a helper | Petr Machata | 1 | -6/+6 |
| 2024-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2024-06-06 | ipv6: fix possible race in __fib6_drop_pcpu_from() | Eric Dumazet | 1 | -0/+1 |
| 2024-06-06 | inet: remove (struct uncached_list)->quarantine | Eric Dumazet | 1 | -4/+1 |
| 2024-06-06 | net: use unrcu_pointer() helper | Eric Dumazet | 1 | -3/+3 |
| 2024-06-05 | net: remove NULL-pointer net parameter in ip_metrics_convert | Jason Xing | 1 | -1/+1 |
| 2024-05-29 | net: fix __dst_negative_advice() race | Eric Dumazet | 1 | -14/+15 |
| 2024-05-16 | net/ipv6: Fix route deleting failure when metric equals 0 | xu xin | 1 | -1/+4 |
| 2024-05-03 | net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -5/+0 |
| 2024-04-29 | ipv6: introduce dst_rt6_info() helper | Eric Dumazet | 1 | -14/+14 |
| 2024-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -14/+7 |
| 2024-03-05 | net/ipv6: avoid possible UAF in ip6_route_mpath_notify() | Eric Dumazet | 1 | -14/+7 |
| 2024-03-01 | ipv6/addrconf: annotate data-races around devconf fields (I) | Eric Dumazet | 1 | -1/+2 |
| 2024-03-01 | ipv6: annotate data-races around devconf->disable_policy | Eric Dumazet | 1 | -2/+2 |
| 2024-03-01 | ipv6: annotate data-races in rt6_probe() | Eric Dumazet | 1 | -2/+3 |
| 2024-03-01 | ipv6: annotate data-races around cnf.forwarding | Eric Dumazet | 1 | -2/+2 |
| 2024-03-01 | ipv6: annotate data-races around cnf.mtu6 | Eric Dumazet | 1 | -3/+3 |
| 2024-02-12 | net/ipv6: Remove expired routes with a separated list of routes. | Kui-Feng Lee | 1 | -2/+11 |
| 2024-02-12 | net/ipv6: Remove unnecessary clean. | Kui-Feng Lee | 1 | -2/+0 |
| 2024-02-12 | net/ipv6: set expires in rt6_add_dflt_router(). | Kui-Feng Lee | 1 | -1/+3 |
| 2024-01-23 | net/ipv6: resolve warning in ip6_fib.c | Breno Leitao | 1 | -4/+4 |
| 2023-12-21 | net/ipv6: Revert remove expired routes with a separated list of routes | David Ahern | 1 | -3/+3 |
| 2023-09-19 | ipv6: lockless IPV6_ADDR_PREFERENCES implementation | Eric Dumazet | 1 | -1/+1 |
| 2023-09-12 | net: dst: remove unnecessary input parameter in dst_alloc and dst_init | Zhengchao Shao | 1 | -2/+2 |
| 2023-09-07 | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -0/+3 |
| 2023-09-01 | ipv6: ignore dst hint for multipath routes | Sriram Yagnaraman | 1 | -0/+3 |
| 2023-08-29 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -0/+9 |
| 2023-08-22 | net: remove unnecessary input parameter 'how' in ifdown function | Zhengchao Shao | 1 | -3/+2 |
| 2023-08-20 | ipv6: do not match device when remove source route | Hangbin Liu | 1 | -5/+2 |
| 2023-08-16 | net/ipv6: Remove expired routes with a separated list of routes. | Kui-Feng Lee | 1 | -3/+3 |
| 2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -0/+9 |
| 2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+4 |
| 2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -3/+4 |
| 2023-07-28 | IPv6: add extack info for IPv6 address add/delete | Hangbin Liu | 1 | -2/+3 |
| 2023-06-18 | ipv6: also use netdev_hold() in ip6_route_check_nh() | Eric Dumazet | 1 | -4/+9 |
| 2023-06-15 | net: create device lookup API with reference tracking | Jakub Kicinski | 1 | -6/+6 |
| 2023-06-02 | net/ipv6: convert skip_notify_on_dev_down sysctl to u8 | Eric Dumazet | 1 | -2/+2 |
| 2023-04-21 | net: dst: fix missing initialization of rt_uncached | Maxime Bizon | 1 | -1/+0 |
| 2023-03-28 | net: dst: Switch to rcuref_t reference counting | Thomas Gleixner | 1 | -3/+3 |
| 2023-03-28 | net: dst: Prevent false sharing vs. dst_entry:: __refcnt | Wangyang Guo | 1 | -13/+13 |
| 2023-03-21 | neighbour: switch to standard rcu, instead of rcu_bh | Eric Dumazet | 1 | -6/+6 |
| 2023-03-15 | ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh() | Eric Dumazet | 1 | -4/+4 |
| 2023-03-15 | neighbour: annotate lockless accesses to n->nud_state | Eric Dumazet | 1 | -1/+1 |
| 2023-02-23 | ipv6: Add lwtunnel encap size of all siblings in nexthop calculation | Lu Wei | 1 | -5/+6 |
| 2023-01-24 | ipv6: Make ip6_route_output_flags_noref() static. | Guillaume Nault | 1 | -4/+4 |
| 2023-01-18 | ipv6: Remove extra counter pull before gc | Tanmay Bhushan | 1 | -4/+0 |
| 2023-01-13 | ipv6: remove max_size check inline with ipv4 | Jon Maxwell | 1 | -8/+5 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-11-02 | ipv6: fix WARNING in ip6_route_net_exit_late() | Zhengchao Shao | 1 | -4/+10 |
| 2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-07-13 | nexthop: Fix data-races around nexthop_compat_mode. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+8 |
| 2022-06-29 | ipv6: remove redundant store to value after addition | Colin Ian King | 1 | -1/+1 |
| 2022-06-27 | ipv6: take care of disable_policy when restoring routes | Nicolas Dichtel | 1 | -1/+8 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -5/+5 |
| 2022-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -5/+6 |
| 2022-04-15 | ipv6: make ip6_rt_gc_expire an atomic_t | Eric Dumazet | 1 | -5/+6 |
| 2022-04-13 | net: ipv6: add skb drop reasons to ip6_pkt_drop() | Menglong Dong | 1 | -1/+5 |
| 2022-04-05 | ipv6: Fix stats accounting in ip6_pkt_drop | David Ahern | 1 | -1/+1 |
| 2022-03-15 | net: Add l3mdev index to flow struct and avoid oif reset for port devices | David Ahern | 1 | -12/+0 |
| 2022-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -9/+10 |
| 2022-02-17 | ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt | Eric Dumazet | 1 | -9/+10 |
| 2022-02-11 | ipv6: add (struct uncached_list)->quarantine list | Eric Dumazet | 1 | -3/+14 |
| 2022-02-11 | ipv6: give an IPv6 dev to blackhole_netdev | Eric Dumazet | 1 | -13/+8 |
| 2022-02-11 | ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncache | Eric Dumazet | 1 | -4/+0 |
| 2022-02-11 | ipv6: Reject routes configurations that specify dsfield (tos) | Guillaume Nault | 1 | -0/+6 |
| 2022-01-20 | ipv6: annotate accesses to fn->fn_sernum | Eric Dumazet | 1 | -1/+1 |
| 2022-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+30 |
| 2022-01-03 | ipv6: Do cleanup if attribute validation fails in multipath route | David Ahern | 1 | -5/+3 |
| 2022-01-03 | ipv6: Continue processing multipath route even if gateway attribute is invalid | David Ahern | 1 | -2/+5 |
| 2021-12-31 | lwtunnel: Validate RTA_ENCAP_TYPE attribute length | David Ahern | 1 | -0/+4 |
| 2021-12-31 | ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route | David Ahern | 1 | -1/+5 |
| 2021-12-31 | ipv6: Check attribute length for RTA_GATEWAY in multipath route | David Ahern | 1 | -1/+20 |
| 2021-12-14 | ipv6: use GFP_ATOMIC in rt6_probe() | Eric Dumazet | 1 | -1/+1 |
| 2021-12-07 | inet: add net device refcount tracker to struct fib_nh_common | Eric Dumazet | 1 | -0/+2 |
| 2021-12-06 | ipv6: add net device refcount tracker to rt6_probe_deferred() | Eric Dumazet | 1 | -2/+3 |
| 2021-12-06 | net: dst: add net device refcount tracking to dst_entry | Eric Dumazet | 1 | -2/+3 |
| 2021-11-30 | net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_release | Nikolay Aleksandrov | 1 | -18/+2 |
| 2021-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+19 |
| 2021-11-22 | net: ipv6: add fib6_nh_release_dsts stub | Nikolay Aleksandrov | 1 | -0/+19 |
| 2021-11-19 | ipv6: Use memset_after() to zero rt6_info | Kees Cook | 1 | -3/+1 |
| 2021-11-16 | net: align static siphash keys | Eric Dumazet | 1 | -1/+1 |
| 2021-10-28 | ipv6: enable net.ipv6.route.max_size sysctl in network namespace | Alexander Kuznetsov | 1 | -12/+12 |
| 2021-09-24 | net: ipv4: Fix rtnexthop len when RTA_FLOW is present | Xiao Liang | 1 | -2/+3 |
| 2021-08-30 | ipv6: make exception cache less predictible | Eric Dumazet | 1 | -1/+4 |
| 2021-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+14 |
| 2021-08-26 | ipv6: use siphash in rt6_exception_hash() | Eric Dumazet | 1 | -6/+14 |
| 2021-08-05 | net: Remove redundant if statements | Yajun Deng | 1 | -2/+1 |
| 2021-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2021-07-21 | net: ipv6: introduce ip6_dst_mtu_maybe_forward | Vadim Fedorenko | 1 | -19/+1 |
| 2021-07-20 | ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions | Paolo Abeni | 1 | -1/+1 |
| 2021-07-20 | memcg: enable accounting for IP address and routing-related objects | Vasily Averin | 1 | -1/+1 |
| 2021-06-07 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+6 |
| 2021-06-03 | ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions | Coco Li | 1 | -2/+6 |
| 2021-05-18 | ipv6: Add custom multipath hash policy | Ido Schimmel | 1 | -0/+125 |
| 2021-05-18 | ipv6: Calculate multipath hash inside switch statement | Ido Schimmel | 1 | -2/+4 |
| 2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+5 |
| 2021-04-08 | net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh | Muhammad Usama Anjum | 1 | -3/+5 |
| 2021-04-01 | net: ipv6: Refactor in rt6_age_examine_exception | Xu Jia | 1 | -4/+1 |
| 2021-03-28 | ipv6: route.c: A spello fix | Bhaskar Chowdhury | 1 | -1/+1 |
| 2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -27/+9 |
| 2021-03-10 | net: ipv6: route.c:fix indentation | Shubhankar Kuranagatti | 1 | -13/+13 |
| 2021-03-10 | net: Consolidate common blackhole dst ops | Daniel Borkmann | 1 | -27/+9 |
| 2021-02-08 | IPv6: Extend 'fib_notify_on_flag_change' sysctl | Amit Cohen | 1 | -0/+6 |
| 2021-02-08 | IPv6: Add "offload failed" indication to routes | Amit Cohen | 1 | -2/+6 |
| 2021-02-04 | net: fix building errors on powerpc when CONFIG_RETPOLINE is not set | Brian Vazquez | 1 | -2/+2 |
| 2021-02-03 | net: indirect call helpers for ipv4/ipv6 dst_check functions | Brian Vazquez | 1 | -2/+5 |
| 2021-02-03 | net: use indirect call helpers for dst_mtu | Brian Vazquez | 1 | -2/+4 |
| 2021-02-02 | net: ipv6: Emit notification when fib hardware flags are changed | Amit Cohen | 1 | -0/+44 |
| 2021-01-26 | net: allow user to set metric on default route learned via Router Advertisement | Praveen Chaudhary | 1 | -2/+3 |
| 2020-11-19 | IPv6: RTM_GETROUTE: Add RTA_ENCAP to result | Oliver Herms | 1 | -0/+4 |