Age | Commit message (Expand) | Author | Files | Lines |
2021-07-13 | net: Use nlmsg_unicast() instead of netlink_unicast() | Yajun Deng | 1 | -1/+1 |
2021-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
2021-06-22 | net/ipv4: swap flow ports when validating source | Miao Wang | 1 | -0/+2 |
2021-05-18 | ipv4: Add a sysctl to control multipath hash fields | Ido Schimmel | 1 | -0/+6 |
2021-05-17 | ip: Treat IPv4 segment's lowest address as unicast | Seth David Schoen | 1 | -3/+1 |
2020-12-29 | ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() | Guillaume Nault | 1 | -1/+1 |
2020-12-05 | ipv4: fix error return code in rtm_to_fib_config() | Zhang Changzhong | 1 | -1/+1 |
2020-11-18 | ipv4: use IS_ENABLED instead of ifdef | Florian Klink | 1 | -1/+1 |
2020-09-15 | ipv4: Initialize flowi4_multipath_hash in data path | David Ahern | 1 | -0/+1 |
2020-05-27 | ipv4: nexthop version of fib_info_nh_uses_dev | David Ahern | 1 | -9/+10 |
2020-05-22 | net: don't return invalid table id error when we fall back to PF_UNSPEC | Sabrina Dubroca | 1 | -2/+1 |
2020-03-24 | ipv4: fix a RCU-list lock in inet_dump_fib() | Qian Cai | 1 | -0/+2 |
2019-11-22 | ipv4: move fib4_has_custom_rules() helper to public header | Paolo Abeni | 1 | -10/+0 |
2019-10-26 | ipv4: fix route update on metric change. | Paolo Abeni | 1 | -1/+1 |
2019-08-09 | ipv4: Add lockdep condition to fix for_each_entry() | Joel Fernandes (Google) | 1 | -1/+2 |
2019-07-18 | fib: relax source validation check for loopback packets | Cong Wang | 1 | -0/+5 |
2019-06-24 | ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filtering | Stefano Brivio | 1 | -2/+2 |
2019-06-24 | fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED | Stefano Brivio | 1 | -1/+7 |
2019-06-10 | ipv4: Allow routes to use nexthop objects | David Ahern | 1 | -0/+19 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
2019-06-05 | ipv4: Prepare for fib6_nh from a nexthop object | David Ahern | 1 | -6/+6 |
2019-06-05 | ipv4: Use accessors for fib_info nexthop data | David Ahern | 1 | -4/+7 |
2019-06-03 | net: use new in_dev_ifa iterators | Florian Westphal | 1 | -7/+17 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-23 | net: Set strict_start_type for routes and rules | David Ahern | 1 | -0/+1 |
2019-05-23 | ipv4: export fib_flush | David Ahern | 1 | -1/+1 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -4/+4 |
2019-04-10 | ipv4: Handle RTA_GATEWAY set to 0 | David Ahern | 1 | -1/+2 |
2019-04-09 | ipv4: Allow ipv6 gateway with ipv4 routes | David Ahern | 1 | -3/+57 |
2019-04-09 | ipv4: Prepare fib_config for IPv6 gateway | David Ahern | 1 | -3/+5 |
2019-04-04 | ipv4: Add fib_nh_common to fib_result | David Ahern | 1 | -3/+3 |
2019-03-29 | ipv4: Rename fib_nh entries | David Ahern | 1 | -5/+5 |
2019-02-27 | ipv4: Return error for RTA_VIA attribute | David Ahern | 1 | -0/+4 |
2019-01-16 | net: ipv4: Fix memory leak in network namespace dismantle | Ido Schimmel | 1 | -2/+2 |
2018-10-25 | net: Don't return invalid table id error when dumping all families | David Ahern | 1 | -0/+4 |
2018-10-16 | net/ipv4: Bail early if user only wants prefix entries | David Ahern | 1 | -2/+6 |
2018-10-16 | net: Enable kernel side filtering of route dumps | David Ahern | 1 | -7/+44 |
2018-10-16 | net/ipv4: Plumb support for filtering route dumps | David Ahern | 1 | -1/+12 |
2018-10-16 | net: Add struct for fib dump filter | David Ahern | 1 | -2/+4 |
2018-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+8 |
2018-10-11 | net: ipv4: update fnhe_pmtu when first hop's MTU changes | Sabrina Dubroca | 1 | -4/+8 |
2018-10-08 | rtnetlink: Update fib dumps for strict data checking | David Ahern | 1 | -2/+40 |
2018-09-22 | net/ipv4: avoid compile error in fib_info_nh_uses_dev | Eric Dumazet | 1 | -1/+1 |
2018-09-21 | net/ipv4: Move device validation to helper | David Ahern | 1 | -17/+27 |
2018-07-29 | ipv4: remove BUG_ON() from fib_compute_spec_dst | Lorenzo Bianconi | 1 | -2/+2 |
2018-07-08 | net/ipv4: Set oif in fib_compute_spec_dst | David Ahern | 1 | -0/+1 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-05-29 | net/ipv4: Add support for specifying metric of connected routes | David Ahern | 1 | -11/+42 |
2018-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2018-05-25 | net/ipv4: Remove tracepoint in fib_validate_source | David Ahern | 1 | -2/+0 |