| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-12 | ipv4: route: Prevent rt_bind_exception() from rebinding stale fnhe | Chuang Wang | 1 | -0/+5 |
| 2025-09-11 | ipv4: icmp: Pass IPv4 control block structure as an argument to __icmp_send() | Ido Schimmel | 1 | -5/+5 |
| 2025-08-29 | ipv4: start using dst_dev_rcu() | Eric Dumazet | 1 | -2/+2 |
| 2025-08-29 | net: dst: introduce dst->dev_rcu | Eric Dumazet | 1 | -2/+2 |
| 2025-08-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+7 |
| 2025-08-28 | net: ipv4: fix regression in local-broadcast routes | Oscar Maes | 1 | -3/+7 |
| 2025-08-26 | ipv4: Convert ->flowi4_tos to dscp_t. | Guillaume Nault | 1 | -4/+4 |
| 2025-08-25 | net: ipv4: allow directed broadcast routes to use dst hint | Oscar Maes | 1 | -1/+1 |
| 2025-07-14 | net: ipv4: fix incorrect MTU in broadcast routes | Oscar Maes | 1 | -1/+0 |
| 2025-07-02 | ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu] | Eric Dumazet | 1 | -4/+4 |
| 2025-07-02 | net: dst: annotate data-races around dst->output | Eric Dumazet | 1 | -1/+1 |
| 2025-07-02 | net: dst: annotate data-races around dst->input | Eric Dumazet | 1 | -1/+1 |
| 2025-07-02 | net: dst: annotate data-races around dst->expires | Eric Dumazet | 1 | -3/+4 |
| 2025-07-02 | net: dst: annotate data-races around dst->obsolete | Eric Dumazet | 1 | -7/+8 |
| 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 | -1/+2 |
| 2025-06-17 | net: ipv4: Add ip_mr_output() | Petr Machata | 1 | -1/+1 |
| 2025-05-15 | ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT | Sebastian Andrzej Siewior | 1 | -0/+4 |
| 2025-04-29 | ip: load balance tcp connections to single dst addr and port | Willem de Bruijn | 1 | -3/+10 |
| 2025-04-29 | ipv4: prefer multipath nexthop that matches source address | Willem de Bruijn | 1 | -1/+1 |
| 2025-04-16 | ipv4: Use nlmsg_payload in route file | Breno Leitao | 1 | -2/+2 |
| 2025-04-10 | ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcu | Zhengchao Shao | 1 | -2/+1 |
| 2025-02-06 | ipv4: use RCU protection in __ip_rt_update_pmtu() | Eric Dumazet | 1 | -5/+6 |
| 2025-02-06 | ipv4: use RCU protection in rt_is_expired() | Eric Dumazet | 1 | -1/+7 |
| 2025-02-06 | ipv4: use RCU protection in ipv4_default_advmss() | Eric Dumazet | 1 | -3/+8 |
| 2025-01-16 | ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion. | Guillaume Nault | 1 | -4/+5 |
| 2025-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2025-01-09 | ipv4: route: fix drop reason being overridden in ip_route_input_slow | Antoine Tenart | 1 | -0/+1 |
| 2024-12-17 | inetpeer: do not get a refcount in inet_getpeer() | Eric Dumazet | 1 | -7/+8 |
| 2024-12-17 | inetpeer: remove create argument of inet_getpeer_v[46]() | Eric Dumazet | 1 | -2/+2 |
| 2024-12-07 | ip: Return drop reason if in_dev is NULL in ip_route_input_rcu(). | Kuniyuki Iwashima | 1 | -1/+2 |
| 2024-11-12 | net: ip: make ip_route_use_hint() return drop reasons | Menglong Dong | 1 | -11/+17 |
| 2024-11-12 | net: ip: make ip_mkroute_input/__mkroute_input return drop reasons | Menglong Dong | 1 | -16/+18 |
| 2024-11-12 | net: ip: make ip_route_input_noref() return drop reasons | Menglong Dong | 1 | -3/+4 |
| 2024-11-12 | net: ip: make ip_route_input_rcu() return drop reasons | Menglong Dong | 1 | -9/+10 |
| 2024-11-12 | net: ip: make ip_route_input_slow() return drop reasons | Menglong Dong | 1 | -21/+35 |
| 2024-11-12 | net: ip: make ip_mc_validate_source() return drop reason | Menglong Dong | 1 | -16/+19 |
| 2024-11-12 | net: ip: make ip_route_input_mc() return drop reason | Menglong Dong | 1 | -10/+11 |
| 2024-11-12 | net: ip: make fib_validate_source() support drop reasons | Menglong Dong | 1 | -14/+19 |
| 2024-11-11 | net: ipv4: Cache pmtu for all packet paths if multipath enabled | Vladimir Vdovin | 1 | -0/+13 |
| 2024-11-11 | net: convert to nla_get_*_default() | Johannes Berg | 1 | -5/+5 |
| 2024-10-29 | ipv4: Prepare ip_rt_get_source() to future .flowi4_tos conversion. | Guillaume Nault | 1 | -1/+1 |
| 2024-10-15 | ipv4: Use rtnl_register_many(). | Kuniyuki Iwashima | 1 | -2/+6 |
| 2024-10-09 | ipv4: Convert fib_validate_source() to dscp_t. | Guillaume Nault | 1 | -12/+9 |
| 2024-10-09 | ipv4: Convert ip_mc_validate_source() to dscp_t. | Guillaume Nault | 1 | -4/+4 |
| 2024-10-09 | ipv4: Convert ip_route_input_mc() to dscp_t. | Guillaume Nault | 1 | -5/+6 |
| 2024-10-09 | ipv4: Convert __mkroute_input() to dscp_t. | Guillaume Nault | 1 | -8/+6 |
| 2024-10-09 | ipv4: Convert ip_mkroute_input() to dscp_t. | Guillaume Nault | 1 | -8/+6 |
| 2024-10-09 | ipv4: Convert ip_route_use_hint() to dscp_t. | Guillaume Nault | 1 | -3/+3 |
| 2024-10-03 | ipv4: Convert ip_route_input_slow() to dscp_t. | Guillaume Nault | 1 | -8/+10 |
| 2024-10-03 | ipv4: Convert ip_route_input_rcu() to dscp_t. | Guillaume Nault | 1 | -7/+9 |
| 2024-10-03 | ipv4: Convert ip_route_input_noref() to dscp_t. | Guillaume Nault | 1 | -3/+3 |
| 2024-08-31 | ipv4: Unmask upper DSCP bits when building flow key | Ido Schimmel | 1 | -2/+2 |
| 2024-08-31 | ipv4: Unmask upper DSCP bits in ip_route_output_key_hash() | Ido Schimmel | 1 | -1/+1 |
| 2024-08-31 | ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookup | Ido Schimmel | 1 | -1/+1 |
| 2024-08-22 | ipv4: Unmask upper DSCP bits when using hints | Ido Schimmel | 1 | -1/+1 |
| 2024-08-22 | ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookup | Ido Schimmel | 1 | -1/+1 |
| 2024-08-22 | ipv4: Unmask upper DSCP bits in input route lookup | Ido Schimmel | 1 | -1/+1 |
| 2024-08-22 | ipv4: Unmask upper DSCP bits when constructing the Record Route option | Ido Schimmel | 1 | -1/+1 |
| 2024-07-25 | Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -1/+1 |
| 2024-07-23 | ipv4: Fix incorrect source address in Record Route option | Ido Schimmel | 1 | -1/+1 |
| 2024-07-18 | ipv4: Fix incorrect TOS in fibmatch route get reply | Ido Schimmel | 1 | -1/+1 |
| 2024-07-18 | ipv4: Fix incorrect TOS in route get reply | Ido Schimmel | 1 | -7/+7 |
| 2024-06-12 | net: ipv4,ipv6: Pass multipath hash computation through a helper | Petr Machata | 1 | -6/+6 |
| 2024-06-06 | inet: remove (struct uncached_list)->quarantine | Eric Dumazet | 1 | -3/+1 |
| 2024-05-29 | net: fix __dst_negative_advice() race | Eric Dumazet | 1 | -14/+8 |
| 2024-05-03 | net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -6/+2 |
| 2024-04-30 | inet: introduce dst_rtable() helper | Eric Dumazet | 1 | -13/+11 |
| 2024-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+3 |
| 2024-04-23 | ipv4: check for NULL idev in ip_route_use_hint() | Eric Dumazet | 1 | -0/+3 |
| 2024-04-22 | sysctl: treewide: constify ctl_table_header::ctl_table_arg | Thomas Weißschuh | 1 | -1/+1 |
| 2024-04-11 | ipv4: Remove RTO_ONLINK. | Guillaume Nault | 1 | -13/+1 |
| 2024-04-09 | ipv4/route: avoid unused-but-set-variable warning | Arnd Bergmann | 1 | -3/+1 |
| 2024-02-28 | inet: annotate devconf data-races | Eric Dumazet | 1 | -2/+2 |
| 2024-02-21 | ipv4: Simplify the allocation of slab caches in ip_rt_init | Kunwu Chan | 1 | -3/+2 |
| 2023-11-21 | ipv4: Correct/silence an endian warning in __ip_do_redirect | Kunwu Chan | 1 | -1/+1 |
| 2023-10-16 | ipv4: rename and move ip_route_output_tunnel() | Beniamino Galvani | 1 | -48/+0 |
| 2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2023-10-04 | ipv4: Set offload_failed flag in fibmatch results | Benjamin Poirier | 1 | -0/+2 |
| 2023-09-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+3 |
| 2023-09-17 | ipv4: fix null-deref in ipv4_link_failure | Kyle Zeng | 1 | -1/+3 |
| 2023-09-12 | net: dst: remove unnecessary input parameter in dst_alloc and dst_init | Zhengchao Shao | 1 | -3/+3 |
| 2023-09-07 | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -0/+1 |
| 2023-09-01 | ipv4: ignore dst hint for multipath routes | Sriram Yagnaraman | 1 | -0/+1 |
| 2023-08-29 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -2/+6 |
| 2023-08-16 | inet: move inet->hdrincl to inet->inet_flags | Eric Dumazet | 1 | -4/+4 |
| 2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -2/+6 |
| 2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -2/+2 |
| 2023-04-21 | net: dst: fix missing initialization of rt_uncached | Maxime Bizon | 1 | -4/+0 |
| 2023-03-28 | net: dst: Prevent false sharing vs. dst_entry:: __refcnt | Wangyang Guo | 1 | -10/+10 |
| 2023-03-21 | neighbour: switch to standard rcu, instead of rcu_bh | Eric Dumazet | 1 | -2/+2 |
| 2023-03-15 | neighbour: annotate lockless accesses to n->nud_state | Eric Dumazet | 1 | -1/+1 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -2/+2 |
| 2022-10-11 | treewide: use get_random_bytes() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-07-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -16/+8 |
| 2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+5 |
| 2022-07-20 | ipv4: Fix data-races around sysctl_fib_multipath_hash_fields. | Kuniyuki Iwashima | 1 | -3/+3 |
| 2022-07-20 | ipv4: Fix data-races around sysctl_fib_multipath_hash_policy. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-15 | ip: Fix data-races around sysctl_ip_fwd_use_pmtu. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-12 | net: change the type of ip_route_input_rcu to static | Zhengchao Shao | 1 | -17/+17 |
| 2022-06-10 | xfrm: no need to set DST_NOPOLICY in IPv4 | Eyal Birger | 1 | -16/+8 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -4/+3 |
| 2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+18 |
| 2022-05-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -5/+18 |
| 2022-05-16 | xfrm: fix "disable_policy" flag use when arriving from different devices | Eyal Birger | 1 | -5/+18 |
| 2022-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2022-05-06 | ipv4: drop dst in multicast routing path | Lokesh Dhoundiyal | 1 | -0/+1 |
| 2022-04-22 | ipv4: Initialise ->flowi4_scope properly in ICMP handlers. | Guillaume Nault | 1 | -20/+17 |
| 2022-04-22 | ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos(). | Guillaume Nault | 1 | -2/+2 |
| 2022-04-13 | net: ipv4: add skb drop reasons to ip_error() | Menglong Dong | 1 | -1/+5 |
| 2022-04-11 | ipv4: Use dscp_t in struct fib_rt_info | Guillaume Nault | 1 | -2/+2 |
| 2022-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+14 |
| 2022-03-18 | ipv4: Fix route lookups when handling ICMP redirects and PMTU updates | Guillaume Nault | 1 | -4/+14 |
| 2022-03-15 | net: Add l3mdev index to flow struct and avoid oif reset for port devices | David Ahern | 1 | -2/+2 |
| 2022-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2022-02-17 | ipv4: fix data races in fib_alias_hw_flags_set | Eric Dumazet | 1 | -2/+2 |
| 2022-02-11 | ipv4: add (struct uncached_list)->quarantine list | Eric Dumazet | 1 | -3/+9 |
| 2022-02-07 | ipv4: Use dscp_t in struct fib_alias | Guillaume Nault | 1 | -1/+2 |
| 2022-01-31 | ipv4: Make ip_idents_reserve static | David Ahern | 1 | -2/+1 |
| 2022-01-27 | ipv4: Namespaceify min_adv_mss sysctl knob | xu xin | 1 | -10/+11 |
| 2022-01-04 | Namespaceify mtu_expires sysctl | xu xin | 1 | -10/+11 |
| 2022-01-04 | Namespaceify min_pmtu sysctl | xu xin | 1 | -16/+37 |
| 2021-12-06 | net: dst: add net device refcount tracking to dst_entry | Eric Dumazet | 1 | -3/+4 |
| 2021-11-16 | net: align static siphash keys | Eric Dumazet | 1 | -1/+1 |
| 2021-09-20 | net/ipv4/route.c: remove superfluous header files from route.c | Mianhan Liu | 1 | -8/+0 |
| 2021-08-31 | ipv4: fix endianness issue in inet_rtm_getroute_build_skb() | Eric Dumazet | 1 | -1/+1 |
| 2021-08-30 | ipv4: make exception cache less predictible | Eric Dumazet | 1 | -16/+30 |
| 2021-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+6 |
| 2021-08-26 | ipv4: use siphash instead of Jenkins in fnhe_hashfun() | Eric Dumazet | 1 | -6/+6 |
| 2021-08-05 | net: Remove redundant if statements | Yajun Deng | 1 | -2/+1 |
| 2021-08-03 | net: Keep vertical alignment | Yajun Deng | 1 | -3/+4 |
| 2021-07-21 | net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forward | Vadim Fedorenko | 1 | -20/+1 |
| 2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
| 2021-06-28 | net: lwtunnel: handle MTU calculation in forwading | Vadim Fedorenko | 1 | -1/+2 |
| 2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+14 |
| 2021-06-14 | ipv4: Fix device used for dst_alloc with local routes | David Ahern | 1 | -1/+14 |
| 2021-05-18 | ipv4: Add custom multipath hash policy | Ido Schimmel | 1 | -0/+121 |
| 2021-05-18 | ipv4: Calculate multipath hash inside switch statement | Ido Schimmel | 1 | -2/+4 |
| 2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -37/+8 |
| 2021-03-24 | inet: use bigger hash table for IP ID generation | Eric Dumazet | 1 | -14/+28 |
| 2021-03-16 | net: ipv4: route.c: simplify procfs code | Yejune Deng | 1 | -30/+4 |
| 2021-03-12 | net: ipv4: route.c: Fix indentation of multi line comment. | Shubhankar Kuranagatti | 1 | -48/+49 |
| 2021-03-10 | net: ipv4: route.c: fix space before tab | Shubhankar Kuranagatti | 1 | -5/+5 |
| 2021-03-10 | net: Consolidate common blackhole dst ops | Daniel Borkmann | 1 | -37/+8 |
| 2021-02-08 | IPv4: Add "offload failed" indication to routes | Amit Cohen | 1 | -0/+1 |
| 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 |
| 2020-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+4 |
| 2020-11-28 | ipv4: Fix tos mask in inet_rtm_getroute() | Guillaume Nault | 1 | -3/+4 |
| 2020-11-14 | IPv4: RTM_GETROUTE: Add RTA_ENCAP to result | Oliver Herms | 1 | -0/+3 |
| 2020-11-11 | net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrm | Vincent Bernat | 1 | -6/+6 |
| 2020-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2020-10-10 | ipv4: Restore flowi4_oif update before call to xfrm_lookup_route | David Ahern | 1 | -1/+3 |
| 2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -5/+9 |
| 2020-09-15 | ipv4: Update exception handling for multipath routes via same device | David Ahern | 1 | -5/+8 |
| 2020-09-14 | ipv4: Initialize flowi4_multipath_hash in data path | David Ahern | 1 | -0/+1 |
| 2020-08-31 | net: clean up codestyle | Miaohe Lin | 1 | -5/+5 |
| 2020-08-25 | net: clean up codestyle for net/ipv4 | Miaohe Lin | 1 | -3/+3 |
| 2020-08-25 | net: gain ipv4 mtu when mtu is not locked | Miaohe Lin | 1 | -1/+2 |
| 2020-08-04 | ipv4: route: Ignore output interface in FIB lookup for PMTU route | Stefano Brivio | 1 | -0/+5 |
| 2020-06-27 | net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint() | Miaohe Lin | 1 | -1/+1 |
| 2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -8/+6 |
| 2020-05-17 | net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()" | Yuqi Jin | 1 | -8/+6 |
| 2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2020-05-08 | net: ipv4: really enforce backoff for redirects | Paolo Abeni | 1 | -1/+1 |
| 2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -2/+1 |
| 2020-03-23 | Remove DST_HOST | David Laight | 1 | -8/+5 |
| 2020-02-24 | net: UDP tunnel encapsulation module for tunnelling different protocols like ... | Martin Varghese | 1 | -0/+48 |
| 2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -12/+12 |
| 2020-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
| 2020-01-24 | rt_cpu_seq_next should increase position index | Vasily Averin | 1 | -0/+1 |
| 2020-01-14 | ipv4: Add "offload" and "trap" indications to routes | Ido Schimmel | 1 | -0/+19 |
| 2020-01-14 | ipv4: Encapsulate function arguments in a struct | Ido Schimmel | 1 | -3/+9 |
| 2019-12-24 | net: add bool confirm_neigh parameter for dst_ops.update_pmtu | Hangbin Liu | 1 | -3/+6 |
| 2019-11-21 | ipv4: use dst hint for ipv4 list receive | Paolo Abeni | 1 | -0/+42 |
| 2019-11-05 | icmp: remove duplicate code | Matteo Croce | 1 | -4/+1 |
| 2019-10-17 | ipv4: fix race condition between route lookup and invalidation | Wei Wang | 1 | -1/+1 |
| 2019-10-17 | ipv4: Return -ENETUNREACH if we can't create route but saddr is valid | Stefano Brivio | 1 | -3/+6 |
| 2019-10-04 | net: ipv4: avoid mixed n_redirects and rate_tokens usage | Paolo Abeni | 1 | -3/+2 |
| 2019-09-20 | ipv4: Revert removal of rt_uses_gateway | David Ahern | 1 | -15/+21 |
| 2019-08-24 | net: route dump netlink NLM_F_MULTI flag missing | John Fastabend | 1 | -7/+10 |
| 2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2019-07-08 | ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pkts | Stephen Suryaputra | 1 | -4/+17 |
| 2019-07-05 | ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup() | Ido Schimmel | 1 | -1/+1 |
| 2019-07-01 | blackhole_netdev: use blackhole_netdev to invalidate dst entries | Mahesh Bandewar | 1 | -2/+1 |
| 2019-06-28 | ipv4: enable route flushing in network namespaces | Christian Brauner | 1 | -4/+8 |
| 2019-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+33 |
| 2019-06-26 | ipv4: reset rt_iif for recirculated mcast/bcast out pkts | Stephen Suryaputra | 1 | -0/+33 |
| 2019-06-26 | ipv4: fix suspicious RCU usage in fib_dump_info_fnhe() | Eric Dumazet | 1 | -5/+6 |
| 2019-06-24 | ipv4: Dump route exceptions if requested | Stefano Brivio | 1 | -0/+73 |
| 2019-06-24 | ipv4/route: Allow NULL flowinfo in rt_fill_info() | Stefano Brivio | 1 | -26/+30 |
| 2019-06-14 | ipv4: Support multipath hashing on inner IP pkts for GRE tunnel | Stephen Suryaputra | 1 | -0/+17 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -17/+13 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -12/+12 |
| 2019-06-05 | ipv4: not do cache for local delivery if bc_forwarding is enabled | Xin Long | 1 | -12/+12 |
| 2019-06-04 | ipv4: Prepare for fib6_nh from a nexthop object | David Ahern | 1 | -1/+1 |
| 2019-06-04 | ipv4: Use accessors for fib_info nexthop data | David Ahern | 1 | -1/+2 |