index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
route.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv4: Move exception bucket to nh_common
David Ahern
2019-05-05
1
-24
/
+17
*
ipv4: Pass fib_nh_common to rt_cache_route
David Ahern
2019-05-05
1
-10
/
+10
*
ipv4: Move cached routes to fib_nh_common
David Ahern
2019-05-05
1
-9
/
+9
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-25
1
-9
/
+23
|
\
|
*
ipv4: add sanity checks in ipv4_link_failure()
Eric Dumazet
2019-04-24
1
-9
/
+23
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-17
1
-1
/
+15
|
\
\
|
|
/
|
*
ipv4: ensure rcu_read_lock() in ipv4_link_failure()
Eric Dumazet
2019-04-14
1
-2
/
+8
|
*
ipv4: recompile ip options in ipv4_link_failure
Stephen Suryaputra
2019-04-12
1
-1
/
+9
*
|
ipv4: Handle ipv6 gateway in ipv4_confirm_neigh
David Ahern
2019-04-08
1
-4
/
+6
*
|
ipv4: Add helpers for neigh lookup for nexthop
David Ahern
2019-04-08
1
-10
/
+19
*
|
ipv4: Add support to rtable for ipv6 gateway
David Ahern
2019-04-08
1
-5
/
+26
*
|
ipv4: Prepare rtable for IPv6 gateway
David Ahern
2019-04-08
1
-24
/
+27
*
|
net: Replace nhc_has_gw with nhc_gw_family
David Ahern
2019-04-08
1
-2
/
+3
*
|
ipv4: Add fib_nh_common to fib_result
David Ahern
2019-04-03
1
-20
/
+40
*
|
ipv4: Rename fib_nh entries
David Ahern
2019-03-29
1
-9
/
+9
*
|
inet: switch IP ID generator to siphash
Eric Dumazet
2019-03-27
1
-5
/
+7
*
|
net: dst: remove gc leftovers
Julian Wiedmann
2019-03-21
1
-1
/
+1
|
/
*
route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
Xin Long
2019-03-08
1
-0
/
+4
*
ipv4/route: fail early when inet dev is missing
Paolo Abeni
2019-03-06
1
-4
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-02
1
-1
/
+1
|
\
|
*
ipv4: Add ICMPv6 support when parse route ipproto
Hangbin Liu
2019-03-01
1
-1
/
+1
*
|
net: ipv4: Fix NULL pointer dereference in route lookup
Ido Schimmel
2019-03-02
1
-1
/
+1
*
|
route: Add multipath_hash in flowi_common to make user-define hash
wenxu
2019-02-27
1
-0
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-15
1
-2
/
+5
|
\
\
|
|
/
|
*
net: ipv4: use a dedicated counter for icmp_v4 redirect packets
Lorenzo Bianconi
2019-02-08
1
-2
/
+5
*
|
ipv4/igmp: Don't drop IGMP pkt with zeros src addr
Edward Chron
2019-02-03
1
-1
/
+2
*
|
net: ipv4: route: perform strict checks also for doit handlers
Jakub Kicinski
2019-01-19
1
-2
/
+70
|
/
*
net: ipv4: Set skb->dev for output route resolution
Ido Schimmel
2018-12-20
1
-0
/
+1
*
ipv4: Don't try to print ASCII of link level header in martian dumps.
David S. Miller
2018-11-20
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-12
1
-3
/
+4
|
\
|
*
net: ipv4: don't let PMTU updates increase route MTU
Sabrina Dubroca
2018-10-10
1
-3
/
+4
*
|
net: Move free of dst_metrics to helper
David Ahern
2018-10-04
1
-4
/
+1
*
|
net: common metrics init helper for dst_entry
David Ahern
2018-10-04
1
-5
/
+2
*
|
net: inet_rtm_getroute() - use new style struct initializer instead of memset
Maciej Żenczykowski
2018-10-02
1
-2
/
+1
*
|
net: ip_rt_get_source() - use new style struct initializer instead of memset
Maciej Żenczykowski
2018-10-02
1
-12
/
+9
*
|
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
Maciej Żenczykowski
2018-09-26
1
-2
/
+2
*
|
net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()
Maciej Żenczykowski
2018-09-26
1
-5
/
+3
|
/
*
route: add support for directed broadcast forwarding
Xin Long
2018-07-29
1
-1
/
+5
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
1
-39
/
+138
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-24
1
-0
/
+31
|
|
\
|
|
*
net/ipv4: Add helper to return path MTU based on fib result
David Ahern
2018-05-22
1
-0
/
+31
|
*
|
ipv4: support sport, dport and ip_proto in RTM_GETROUTE
Roopa Prabhu
2018-05-23
1
-39
/
+107
*
|
|
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-06-04
1
-13
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-05-16
1
-13
/
+2
|
|
/
*
|
net/ipv4: Initialize proto and ports in flow struct
David Ahern
2018-05-17
1
-1
/
+6
|
/
*
ipv4: reset fnhe_mtu_locked after cache route flushed
Hangbin Liu
2018-05-10
1
-0
/
+1
*
ipv4: fix fnhe usage by non-cached routes
Julian Anastasov
2018-05-02
1
-65
/
+53
[next]