index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fib_frontend.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-17
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-04
ipv4: Prepare for fib6_nh from a nexthop object
David Ahern
1
-6
/
+6
2019-06-04
ipv4: Use accessors for fib_info nexthop data
David Ahern
1
-4
/
+7
2019-06-02
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-22
net: Set strict_start_type for routes and rules
David Ahern
1
-0
/
+1
2019-05-22
ipv4: export fib_flush
David Ahern
1
-1
/
+1
2019-04-27
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-08
ipv4: Allow ipv6 gateway with ipv4 routes
David Ahern
1
-3
/
+57
2019-04-08
ipv4: Prepare fib_config for IPv6 gateway
David Ahern
1
-3
/
+5
2019-04-03
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-26
ipv4: Return error for RTA_VIA attribute
David Ahern
1
-0
/
+4
2019-01-15
net: ipv4: Fix memory leak in network namespace dismantle
Ido Schimmel
1
-2
/
+2
2018-10-24
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-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+8
2018-10-10
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-21
net/ipv4: avoid compile error in fib_info_nh_uses_dev
Eric Dumazet
1
-1
/
+1
2018-09-20
net/ipv4: Move device validation to helper
David Ahern
1
-17
/
+27
2018-07-28
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-12
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-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-05-24
net/ipv4: Remove tracepoint in fib_validate_source
David Ahern
1
-2
/
+0
2018-05-23
ipv4: support sport, dport and ip_proto in RTM_GETROUTE
Roopa Prabhu
1
-0
/
+3
2018-05-23
net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
Roopa Prabhu
1
-0
/
+1
2018-05-17
net/ipv4: Initialize proto and ports in flow struct
David Ahern
1
-1
/
+7
2018-01-24
ip_rt_ioctl(): take copyin to caller
Al Viro
1
-6
/
+2
2017-12-20
ipv4: Fix use-after-free when flushing FIB tables
Ido Schimmel
1
-2
/
+7
2017-11-01
ipv4: fix validate_source for VRF setup
Paolo Abeni
1
-3
/
+15
2017-09-21
net: avoid a full fib lookup when rp_filter is disabled.
Paolo Abeni
1
-5
/
+17
2017-08-09
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
1
-3
/
+3
2017-08-03
net: core: Make the FIB notification chain generic
Ido Schimmel
1
-5
/
+12
2017-07-20
ipv4: initialize fib_trie prior to register_netdev_notifier call.
Mahesh Bandewar
1
-4
/
+5
2017-07-05
mpls: fix rtm policy in mpls_getroute
Roopa Prabhu
1
-1
/
+0
2017-07-04
ipv4: Export rtm_ipv4_policy.
David S. Miller
1
-0
/
+1
2017-05-30
net: lwtunnel: Add extack to encap attr validation
David Ahern
1
-2
/
+4
[next]