Age | Commit message (Expand) | Author |
2020-06-18 | net: Fix the arp error in some cases | guodeqing |
2020-04-28 | net: ipv4: add sysctl for nexthop api compatibility mode | Roopa Prabhu |
2020-04-22 | ipv4: Update fib_select_default to handle nexthop objects | David Ahern |
2020-03-29 | net: add net available in build_state | Alexander Aring |
2020-03-12 | inet: Use fallthrough; | Joe Perches |
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-07 | ipv4: Fix table id reference in fib_sync_down_addr | David Ahern |
2019-09-05 | net: Properly update v4 routes with v6 nexthop | Donald Sharp |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-10 | ipv4: Optimization for fib_info lookup with nexthops | David Ahern |
2019-06-10 | ipv4: Allow routes to use nexthop objects | David Ahern |
2019-06-09 | net: ipv4: fib_semantics: fix uninitialized variable | Enrico Weigelt |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-05 | net: ipv4: drop unneeded likely() call around IS_ERR() | Enrico Weigelt |
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_check_nh | 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-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek |
2019-04-23 | net: Change nhc_flags to unsigned char | David Ahern |
2019-04-23 | lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encap | David Ahern |
2019-04-22 | net: Rename net/nexthop.h net/rtnh.h | David Ahern |
2019-04-10 | ipv4: Handle RTA_GATEWAY set to 0 | 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: Handle ipv6 gateway in fib_good_nh | David Ahern |
2019-04-08 | ipv4: Handle ipv6 gateway in fib_detect_death | David Ahern |
2019-04-08 | ipv4: Add fib_check_nh_v6_gw | David Ahern |
2019-04-08 | ipv4: Refactor fib_check_nh | 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: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_common | David Ahern |
2019-04-03 | ipv4: Refactor nexthop attributes in fib_dump_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-03-29 | ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helper | David Ahern |
2019-03-29 | ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabled | David Ahern |
2019-02-01 | ipv4: fib: use struct_size() in kzalloc() | Gustavo A. R. Silva |