Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
87063a1fa66740302f08add95ad3d4d316376bef
/
net
/
ipv4
/
route.c
87063a1f
ipv4: Pass fib_nh_common to rt_cache_route
by David Ahern
· 6 years ago
0f457a3
ipv4: Move cached routes to fib_nh_common
by David Ahern
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
8b44836
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
20ff83f
ipv4: add sanity checks in ipv4_link_failure()
by Eric Dumazet
· 6 years ago
6b0a7f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c543cb4
ipv4: ensure rcu_read_lock() in ipv4_link_failure()
by Eric Dumazet
· 6 years ago
ed0de45
ipv4: recompile ip options in ipv4_link_failure
by Stephen Suryaputra
· 6 years ago
6de9c05
ipv4: Handle ipv6 gateway in ipv4_confirm_neigh
by David Ahern
· 6 years ago
5c9f7c1
ipv4: Add helpers for neigh lookup for nexthop
by David Ahern
· 6 years ago
0f5f7d7
ipv4: Add support to rtable for ipv6 gateway
by David Ahern
· 6 years ago
1550c17
ipv4: Prepare rtable for IPv6 gateway
by David Ahern
· 6 years ago
bdf0046
net: Replace nhc_has_gw with nhc_gw_family
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
df45370
inet: switch IP ID generator to siphash
by Eric Dumazet
· 6 years ago
02afc7a
net: dst: remove gc leftovers
by Julian Wiedmann
· 6 years ago
ee60ad2
route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
by Xin Long
· 6 years ago
22c7476
ipv4/route: fail early when inet dev is missing
by Paolo Abeni
· 6 years ago
9eb3591
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
2a8e499
net: ipv4: Fix NULL pointer dereference in route lookup
by Ido Schimmel
· 6 years ago
5e1a99e
ipv4: Add ICMPv6 support when parse route ipproto
by Hangbin Liu
· 6 years ago
24ba144
route: Add multipath_hash in flowi_common to make user-define hash
by wenxu
· 6 years ago
3313da8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c09551c6
net: ipv4: use a dedicated counter for icmp_v4 redirect packets
by Lorenzo Bianconi
· 6 years ago
1d2f4eb
ipv4/igmp: Don't drop IGMP pkt with zeros src addr
by Edward Chron
· 6 years ago
a00302b6
net: ipv4: route: perform strict checks also for doit handlers
by Jakub Kicinski
· 6 years ago
21f9477
net: ipv4: Set skb->dev for output route resolution
by Ido Schimmel
· 6 years ago
b2c8510
ipv4: Don't try to print ASCII of link level header in martian dumps.
by David S. Miller
· 6 years ago
d864991
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
28d35bc
net: ipv4: don't let PMTU updates increase route MTU
by Sabrina Dubroca
· 6 years ago
1620a33
net: Move free of dst_metrics to helper
by David Ahern
· 6 years ago
e1255ed
net: common metrics init helper for dst_entry
by David Ahern
· 6 years ago
e8e3fbe
net: inet_rtm_getroute() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
e351bb6
net: ip_rt_get_source() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
1042caa
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
by Maciej Żenczykowski
· 6 years ago
d888f39
net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()
by Maciej Żenczykowski
· 6 years ago
5cbf777
route: add support for directed broadcast forwarding
by Xin Long
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
cf626b0
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
90fed9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
404eb77
ipv4: support sport, dport and ip_proto in RTM_GETROUTE
by Roopa Prabhu
· 7 years ago
50d889b
net/ipv4: Add helper to return path MTU based on fib result
by David Ahern
· 7 years ago
5a847a6
net/ipv4: Initialize proto and ports in flow struct
by David Ahern
· 7 years ago
3f3942a
proc: introduce proc_create_single{,_data}
by Christoph Hellwig
· 7 years ago
0e8411e
ipv4: reset fnhe_mtu_locked after cache route flushed
by Hangbin Liu
· 7 years ago
94720e3
ipv4: fix fnhe usage by non-cached routes
by Julian Anastasov
· 7 years ago
c18bb39
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
d0ea2b1
ipv4: fix uninit-value in ip_route_output_key_hash_rcu()
by Eric Dumazet
· 7 years ago
514c603
headers: untangle kmemleak.h from mm.h
by Randy Dunlap
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
d644406
net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
d52e5a7
ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
by Sabrina Dubroca
· 7 years ago
d2ddf628
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ec7127a
net/ipv4: Simplify fib_multipath_hash with optional flow keys
by David Ahern
· 7 years ago
6f74b6c
net: Align ip_multipath_l3_keys and ip6_multipath_l3_keys
by David Ahern
· 7 years ago
7efc0b6
net/ipv4: Pass net to fib_multipath_hash instead of fib_info
by David Ahern
· 7 years ago
e2c0dc1
vrf: check forwarding on the original netdevice when generating ICMP dest unreachable
by Stephen Suryaputra
· 7 years ago
773daa3
net: ipv4: avoid unused variable warning for sysctl
by Arnd Bergmann
· 7 years ago
e37b1e9
ipv6: route: dissect flow in input path if fib rules need it
by Roopa Prabhu
· 7 years ago
c7272c2
net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
by Sabrina Dubroca
· 7 years ago
f74290f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1fe4b11
net: ipv4: Set addr_type in hash_keys for forwarded case
by David Ahern
· 7 years ago
510c321
xfrm: reuse uncached_list to track xdsts
by Xin Long
· 7 years ago
68e813a
net/ipv4: Remove fib table id from rtable
by David Ahern
· 7 years ago
9942895
net: Move ipv4 set_lwt_redirect helper to lwtunnel
by David Ahern
· 7 years ago
8c2ceab
net/ipv4: Unexport fib_multipath_hash and fib_select_path
by David Ahern
· 7 years ago
f84c682
net: Convert pernet_subsys, registered from inet_init()
by Kirill Tkhai
· 7 years ago
c02b374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 7 years ago
6503a30
net: ipv4: Make "ip route get" match iif lo rules again.
by Lorenzo Colitti
· 7 years ago
0f6c480
xfrm: Move dst->path into struct xfrm_dst
by David Miller
· 7 years ago
cebe84c
route: also update fnhe_genid when updating a route cache
by Xin Long
· 7 years ago
e39d524
route: update fnhe_expires for redirect when the fnhe exists
by Xin Long
· 7 years ago
5bbcc0f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
164a5e7
ipv4: ipv4_default_advmss() should use route mtu
by Eric Dumazet
· 7 years ago
d93fa2b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
6c0e728
ipv4: Fix traffic triggered IPsec connections.
by Steffen Klassert
· 7 years ago
1bcdca3
net/ipv4: Remove unused variable in route.c
by Tim Hansen
· 7 years ago
bc044e8
udp: perform source validation for mcast early demux
by Paolo Abeni
· 7 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
bc3aae2
net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set
by Roopa Prabhu
· 7 years ago
9620fef
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
by Eric Dumazet
· 7 years ago
c780a04
ipv4: better IP_MAX_MTU enforcement
by Eric Dumazet
· 7 years ago
463910e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
394f51a
ipv4: route: set ipv4 RTM_GETROUTE to not use rtnl
by Florian Westphal
· 7 years ago
2c87d63
ipv4: route: fix inet_rtm_getroute induced crash
by Florian Westphal
· 7 years ago
9438c87
net: ipv4: remove unnecessary check on orig_oif
by David Ahern
· 7 years ago
839da4d
net: ipv4: set orig_oif based on fib result for local traffic
by David Ahern
· 7 years ago
b97bac6
rtnetlink: make rtnl_register accept a flags parameter
by Florian Westphal
· 7 years ago
52f6c58
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 7 years ago
7aed9f7
net/route: use get_random_int for random counter
by Jason A. Donenfeld
· 8 years ago
a4c2fd7
net: remove DST_NOCACHE flag
by Wei Wang
· 8 years ago
b2a9c0e
net: remove DST_NOGC flag
by Wei Wang
· 8 years ago
b838d5e
ipv4: mark DST_NOGC and remove the operation of dst_free()
by Wei Wang
· 8 years ago
Next »