Age | Commit message (Expand) | Author |
2022-04-11 | ipv4: Use dscp_t in struct fib_entry_notifier_info | Guillaume Nault |
2022-04-11 | ipv4: Use dscp_t in struct fib_rt_info | Guillaume Nault |
2022-02-07 | ipv4: Reject routes specifying ECN bits in rtm_tos | Guillaume Nault |
2021-12-07 | inet: add net device refcount tracker to struct fib_nh_common | Eric Dumazet |
2021-12-02 | ipv4: convert fib_num_tclassid_users to atomic_t | Eric Dumazet |
2021-09-24 | net: ipv4: Fix rtnexthop len when RTA_FLOW is present | Xiao Liang |
2021-07-30 | net: convert fib_treeref from int to refcount_t | Yajun Deng |
2021-05-18 | ipv4: Add a sysctl to control multipath hash fields | Ido Schimmel |
2021-02-08 | IPv4: Add "offload failed" indication to routes | Amit Cohen |
2020-05-26 | ipv4: nexthop version of fib_info_nh_uses_dev | David Ahern |
2020-05-26 | ipv4: Refactor nhc evaluation in fib_table_lookup | David Ahern |
2020-05-21 | net: don't return invalid table id error when we fall back to PF_UNSPEC | Sabrina Dubroca |
2020-03-29 | net: add net available in build_state | Alexander Aring |
2020-03-02 | net: ip_fib: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-01-14 | ipv4: Add "offload" and "trap" indications to routes | Ido Schimmel |
2020-01-14 | ipv4: Encapsulate function arguments in a struct | Ido Schimmel |
2019-11-21 | ipv4: move fib4_has_custom_rules() helper to public header | Paolo Abeni |
2019-10-04 | net: fib_notifier: propagate extack down to the notifier block callback | Jiri Pirko |
2019-10-04 | net: fib_notifier: propagate possible error during fib notifier registration | Jiri Pirko |
2019-10-04 | net: fib_notifier: make FIB notifier per-netns | Jiri Pirko |
2019-09-05 | net: Properly update v4 routes with v6 nexthop | Donald Sharp |
2019-06-24 | fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED | Stefano Brivio |
2019-06-10 | ipv4: Allow routes to use nexthop objects | David Ahern |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-04 | ipv4: Plumb support for nexthop object in a fib_info | David Ahern |
2019-06-04 | ipv4: Prepare for fib6_nh from a nexthop object | David Ahern |
2019-06-04 | ipv4: Use accessors for fib_info nexthop data | David Ahern |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-22 | ipv4: Rename and export nh_update_mtu | David Ahern |
2019-05-22 | ipv4: export fib_info_update_nh_saddr | David Ahern |
2019-05-22 | ipv4: export fib_flush | David Ahern |
2019-05-22 | ipv4: export fib_check_nh | David Ahern |
2019-05-22 | ipv4: Add function to send route updates | David Ahern |
2019-05-05 | ipv4: Move exception bucket to nh_common | David Ahern |
2019-05-05 | ipv4: Move cached routes to fib_nh_common | David Ahern |
2019-04-23 | net: Change nhc_flags to unsigned char | David Ahern |
2019-04-08 | ipv4: Allow ipv6 gateway with ipv4 routes | David Ahern |
2019-04-08 | ipv4: Flag fib_info with a fib_nh using IPv6 gateway | David Ahern |
2019-04-08 | ipv4: Add support to fib_config for IPv6 gateway | David Ahern |
2019-04-08 | ipv4: Prepare fib_config for IPv6 gateway | David Ahern |
2019-04-08 | net: Replace nhc_has_gw with nhc_gw_family | David Ahern |
2019-04-03 | ipv6: Flip to fib_nexthop_info | David Ahern |
2019-04-03 | ipv4: Add fib_nh_common to fib_result | David Ahern |
2019-03-29 | net: Use common nexthop init and release helpers | David Ahern |
2019-03-29 | net: Add fib_nh_common and update fib_nh and fib6_nh | David Ahern |
2019-03-29 | ipv4: Rename fib_nh entries | David Ahern |
2019-03-29 | ipv4: Create cleanup helper for fib_nh | David Ahern |
2019-03-29 | ipv4: Create init helper for fib_nh | David Ahern |
2019-01-15 | net: ipv4: Fix memory leak in network namespace dismantle | Ido Schimmel |
2018-10-24 | net: Don't return invalid table id error when dumping all families | David Ahern |