- 213f5f8 ipv4: convert fib_num_tclassid_users to atomic_t by Eric Dumazet · 3 years, 1 month ago
- 01757f5 net: Use nlmsg_unicast() instead of netlink_unicast() by Yajun Deng · 3 years, 6 months ago
- b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
- c69f114 net/ipv4: swap flow ports when validating source by Miao Wang · 3 years, 7 months ago
- ce5c9c2 ipv4: Add a sysctl to control multipath hash fields by Ido Schimmel · 3 years, 8 months ago
- 94c821c ip: Treat IPv4 segment's lowest address as unicast by Seth David Schoen · 3 years, 8 months ago
- 21fdca2 ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() by Guillaume Nault · 4 years, 1 month ago
- b410f04e ipv4: fix error return code in rtm_to_fib_config() by Zhang Changzhong · 4 years, 1 month ago
- c09c8a2 ipv4: use IS_ENABLED instead of ifdef by Florian Klink · 4 years, 2 months ago
- 1869e22 ipv4: Initialize flowi4_multipath_hash in data path by David Ahern · 4 years, 4 months ago
- 1fd1c76 ipv4: nexthop version of fib_info_nh_uses_dev by David Ahern · 4 years, 8 months ago
- 41b4bd9 net: don't return invalid table id error when we fall back to PF_UNSPEC by Sabrina Dubroca · 4 years, 8 months ago
- dddeb30 ipv4: fix a RCU-list lock in inet_dump_fib() by Qian Cai · 4 years, 10 months ago
- c43c3d7 ipv4: move fib4_has_custom_rules() helper to public header by Paolo Abeni · 5 years ago
- 0b834ba ipv4: fix route update on metric change. by Paolo Abeni · 5 years ago
- 7fd69b0 ipv4: Add lockdep condition to fix for_each_entry() by Joel Fernandes (Google) · 6 years ago
- 66f8209 fib: relax source validation check for loopback packets by Cong Wang · 6 years ago
- b597ca6e ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filtering by Stefano Brivio · 6 years ago
- 564c91f fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED by Stefano Brivio · 6 years ago
- 493ced1 ipv4: Allow routes to use nexthop objects by David Ahern · 6 years ago
- a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- dcb1ecb ipv4: Prepare for fib6_nh from a nexthop object by David Ahern · 6 years ago
- 5481d73 ipv4: Use accessors for fib_info nexthop data by David Ahern · 6 years ago
- cd5a411 net: use new in_dev_ifa iterators by Florian Westphal · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 7542565 net: Set strict_start_type for routes and rules by David Ahern · 6 years ago
- 9bd8366 ipv4: export fib_flush by David Ahern · 6 years ago
- 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
- d73f80f ipv4: Handle RTA_GATEWAY set to 0 by David Ahern · 6 years ago
- d156626 ipv4: Allow ipv6 gateway with ipv4 routes by David Ahern · 6 years ago
- f35b794 ipv4: Prepare fib_config for IPv6 gateway by David Ahern · 6 years ago
- eba618a ipv4: Add fib_nh_common to fib_result by David Ahern · 6 years ago
- b75ed8b ipv4: Rename fib_nh entries by David Ahern · 6 years ago
- b6e9e5d ipv4: Return error for RTA_VIA attribute by David Ahern · 6 years ago
- f97f4dd net: ipv4: Fix memory leak in network namespace dismantle by Ido Schimmel · 6 years ago
- ae677bb net: Don't return invalid table id error when dumping all families by David Ahern · 6 years ago
- e4e92fb net/ipv4: Bail early if user only wants prefix entries by David Ahern · 6 years ago
- effe679 net: Enable kernel side filtering of route dumps by David Ahern · 6 years ago
- 18a8021 net/ipv4: Plumb support for filtering route dumps by David Ahern · 6 years ago
- 4724676 net: Add struct for fib dump filter by David Ahern · 6 years ago
- d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- af7d6cc net: ipv4: update fnhe_pmtu when first hop's MTU changes by Sabrina Dubroca · 6 years ago
- e8ba330 rtnetlink: Update fib dumps for strict data checking by David Ahern · 6 years ago
- 075e264 net/ipv4: avoid compile error in fib_info_nh_uses_dev by Eric Dumazet · 6 years ago
- 78f2756 net/ipv4: Move device validation to helper by David Ahern · 6 years ago
- 9fc1202 ipv4: remove BUG_ON() from fib_compute_spec_dst by Lorenzo Bianconi · 6 years ago
- e737219 net/ipv4: Set oif in fib_compute_spec_dst by David Ahern · 7 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- af4d768 net/ipv4: Add support for specifying metric of connected routes by David Ahern · 7 years ago
- 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- c949cbb net/ipv4: Remove tracepoint in fib_validate_source by David Ahern · 7 years ago
- 404eb77 ipv4: support sport, dport and ip_proto in RTM_GETROUTE by Roopa Prabhu · 7 years ago
- 2eabd76 net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy by Roopa Prabhu · 7 years ago
- 5a847a6 net/ipv4: Initialize proto and ports in flow struct by David Ahern · 7 years ago
- ca25c30 ip_rt_ioctl(): take copyin to caller by Al Viro · 8 years ago
- b4681c2 ipv4: Fix use-after-free when flushing FIB tables by Ido Schimmel · 7 years ago
- 032a480 ipv4: fix validate_source for VRF setup by Paolo Abeni · 7 years ago
- 6e617de net: avoid a full fib lookup when rp_filter is disabled. by Paolo Abeni · 7 years ago
- b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
- 04b1d4e net: core: Make the FIB notification chain generic by Ido Schimmel · 7 years ago
- 8799a22 ipv4: initialize fib_trie prior to register_netdev_notifier call. by Mahesh Bandewar · 7 years ago
- ca4a1cd mpls: fix rtm policy in mpls_getroute by Roopa Prabhu · 8 years ago
- bf72ace ipv4: Export rtm_ipv4_policy. by David S. Miller · 8 years ago
- c255bd6 net: lwtunnel: Add extack to encap attr validation by David Ahern · 8 years ago
- 7805599 net: ipv4: Add extack message for invalid prefix or length by David Ahern · 8 years ago
- c3ab2b4 net: ipv4: Add extack messages for route add failures by David Ahern · 8 years ago
- 6d8422a1 net: ipv4: Plumb extack through route add functions by David Ahern · 8 years ago
- f6c5775 net: Improve handling of failures on link and route dumps by David Ahern · 8 years ago
- 06b4fc5 net: fib: Decrease one unnecessary rt cache flush in fib_disable_ip by Gao Feng · 8 years ago
- c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
- fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
- c64c0b3 ipv4: provide stronger user input validation in nl_fib_input() by Eric Dumazet · 8 years ago
- 3b45a41 net: route: add missing nla_policy entry for RTA_MARK attribute by Liping Zhang · 8 years ago
- 8bcfd09 ipv4: add missing initialization for flowi4_uid by Julian Anastasov · 8 years ago
- 9ed5959 lwtunnel: fix autoload of lwt modules by David Ahern · 8 years ago
- 5350d54 ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules by Alexander Duyck · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- cacaad1 ipv4: fib: Allow for consistent FIB dumping by Ido Schimmel · 8 years ago
- f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 3b70933 ipv4: Restore fib_trie_flush_external function and fix call ordering by Alexander Duyck · 8 years ago
- 622ec2c net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
- 347e3b2 switchdev: remove FIB offload infrastructure by Jiri Pirko · 8 years ago
- b90eb75 fib: introduce FIB notification infrastructure by Jiri Pirko · 8 years ago
- b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 5a56a0b net: Don't delete routes in different VRFs by Mark Tomlinson · 8 years ago
- 631fee7 net: Remove fib_local variable by David Ahern · 8 years ago
- b3b4663 net: vrf: Create FIB tables on link create by David Ahern · 9 years ago
- 391a203 ipv4/fib: don't warn when primary address is missing if in_dev is dead by Paolo Abeni · 9 years ago
- 4cfc86f ipv4: initialize flowi4_flags before calling fib_lookup() by Lance Richardson · 9 years ago
- fbd40ea ipv4: Don't do expensive useless work during inetdev destroy. by David S. Miller · 9 years ago
- 7f49e7a net: Flush local routes when device changes vrf association by David Ahern · 9 years ago
- 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 4f823de ipv4: fix to not remove local route on link down by Julian Anastasov · 9 years ago
- 7b13118 ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 address by Paolo Abeni · 9 years ago
- f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- b84f787 net: Initialize flow flags in input path by David Ahern · 9 years ago
- 3236b00 net: Replace vrf_dev_table and friends by David Ahern · 9 years ago
- 385add9 net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents by David Ahern · 9 years ago
- 9b8ff51 net: Make table id type u32 by David Ahern · 9 years ago
- f6d3c19 net: FIB tracepoints by David Ahern · 9 years ago