Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
997336f2c3053b74ec8c9d2d368ddd960f2fc8b6
/
net
/
ipv6
/
route.c
0975764
ipv6: allow PMTU exceptions to local routes
by Julian Anastasov
· 6 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
f722517
net/ipv6: prevent use after free in ip6_route_mpath_notify
by David Ahern
· 6 years ago
fa1be7e
ipv6: omit traffic class when calculating flow hash
by Michal Kubecek
· 6 years ago
a925ab4
Revert "ipv6: omit traffic class when calculating flow hash"
by David S. Miller
· 6 years ago
87ae68c
ipv6: omit traffic class when calculating flow hash
by Michal Kubecek
· 6 years ago
30d444d
net/ipv6: Udate fib6_table_lookup tracepoint
by David Ahern
· 6 years ago
90fed9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
eacb938
ipv6: support sport, dport and ip_proto in RTM_GETROUTE
by Roopa Prabhu
· 6 years ago
f34436a
net/ipv6: Simplify route replace and appending into multipath route
by David Ahern
· 6 years ago
901731b
net/ipv6: Add helper to return path MTU based on fib result
by David Ahern
· 6 years ago
b9f672a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
3617d94
proc: introduce proc_create_net_single
by Christoph Hellwig
· 7 years ago
c350637
proc: introduce proc_create_net{,_data}
by Christoph Hellwig
· 7 years ago
d4bea42
net/ipv6: Update fib6 tracepoint to take fib6_info
by David Ahern
· 7 years ago
1d053da
net/ipv6: Extract table lookup from ip6_pol_route
by David Ahern
· 7 years ago
3b290a3
net/ipv6: Rename rt6_multipath_select
by David Ahern
· 7 years ago
6454743
net/ipv6: Rename fib6_lookup to fib6_node_lookup
by David Ahern
· 7 years ago
9e57501
net/ipv6: fix lock imbalance in ip6_route_del()
by Eric Dumazet
· 7 years ago
8fb11a9
net/ipv6: rename rt6_next to fib6_next
by David Ahern
· 7 years ago
a7b15ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
cea67a2
ipv6: fix uninit-value in ip6_multipath_l3_keys()
by Eric Dumazet
· 7 years ago
c749fa1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
091311d
net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()
by Eric Dumazet
· 7 years ago
8a14e46
net/ipv6: Fix missing rcu dereferences on from
by David Ahern
· 7 years ago
c3c14da
net/ipv6: add rcu locking to ip6_negative_advice
by David Ahern
· 7 years ago
aa8f877
ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
by Eric Dumazet
· 7 years ago
8ae8697
net/ipv6: Remove unncessary check on f6i in fib6_check
by David Ahern
· 7 years ago
a68886a
net/ipv6: Make from in rt6_info rcu protected
by David Ahern
· 7 years ago
a87b7dc
net/ipv6: Move rcu locking to callers of fib6_get_cookie_safe
by David Ahern
· 7 years ago
4d85cd0
net/ipv6: Move rcu_read_lock to callers of ip6_rt_cache_alloc
by David Ahern
· 7 years ago
a269f1a
net/ipv6: Rename rt6_get_cookie_safe
by David Ahern
· 7 years ago
6a3e030
net/ipv6: Clean up rt expires helpers
by David Ahern
· 7 years ago
263243d
net/ipv6: Fix ip6_convert_metrics() bug
by Eric Dumazet
· 7 years ago
dcd1f57
net/ipv6: Remove fib6_idev
by David Ahern
· 7 years ago
eea68cd
net/ipv6: Remove unnecessary checks on fib6_idev
by David Ahern
· 7 years ago
360a988
net/ipv6: Rename addrconf_dst_alloc
by David Ahern
· 7 years ago
93c2fb2
net/ipv6: Rename fib6_info struct elements
by David Ahern
· 7 years ago
77634cc
net/ipv6: Remove unused code and variables for rt6_info
by David Ahern
· 7 years ago
8d1c802
net/ipv6: Flip FIB entries to fib6_info
by David Ahern
· 7 years ago
93531c6
net/ipv6: separate handling of FIB entries from dst based routes
by David Ahern
· 7 years ago
23fb93a
net/ipv6: Cleanup exception and cache route handling
by David Ahern
· 7 years ago
acb54e3
net/ipv6: Add gfp_flags to route add functions
by David Ahern
· 7 years ago
f8a1b43
net/ipv6: Create a neigh_lookup for FIB entries
by David Ahern
· 7 years ago
3b6761d
net/ipv6: Move dst flags to booleans in fib entries
by David Ahern
· 7 years ago
dec9b0e
net/ipv6: Add rt6_info create function for ip6_pol_route_lookup
by David Ahern
· 7 years ago
421842e
net/ipv6: Add fib6_null_entry
by David Ahern
· 7 years ago
1489568
net/ipv6: move expires into rt6_info
by David Ahern
· 7 years ago
d4ead6b
net/ipv6: move metrics from dst to rt6_info
by David Ahern
· 7 years ago
6edb3c9
net/ipv6: Defer initialization of dst to data path
by David Ahern
· 7 years ago
5e670d8
net/ipv6: Move nexthop data to fib6_nh
by David Ahern
· 7 years ago
e8478e8
net/ipv6: Save route type in rt6_info
by David Ahern
· 7 years ago
ae90d86
net/ipv6: Move support functions up in route.c
by David Ahern
· 7 years ago
afb1d4b5
net/ipv6: Pass net namespace to route functions
by David Ahern
· 7 years ago
7aef685
net/ipv6: Pass net to fib6_update_sernum
by David Ahern
· 7 years ago
bdb7cc6
ipv6: Count interface receive statistics on the ingress netdev
by Stephen Suryaputra
· 7 years ago
7d6850f
ipv6: add a wrapper for ip6_dst_store() with flowi6 checks
by Alexey Kodanev
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b6cdbc8
net/ipv6: Fix route leaking between VRFs
by David Ahern
· 7 years ago
428604f
ipv6: do not set routes if disable_ipv6 has been enabled
by Lorenzo Bianconi
· 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
1bfa26f
ipv6: fix possible deadlock in rt6_age_examine_exception()
by Eric Dumazet
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
68e2ffd
net/ipv6: Handle onlink flag with multipath routes
by David Ahern
· 7 years ago
232378e
net/ipv6: Change address check to always take a device argument
by David Ahern
· 7 years ago
9fbb704
net/ipv6: Refactor gateway validation on route add
by David Ahern
· 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
bbfa047
ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().
by David S. Miller
· 7 years ago
e9fa149
ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
by Stefano Brivio
· 7 years ago
b4bac17
net/ipv6: Add support for path selection using hash of 5-tuple
by David Ahern
· 7 years ago
b75cc8f
net/ipv6: Pass skb to route lookup
by David Ahern
· 7 years ago
9a2a537
net/ipv6: Make rt6_multipath_hash similar to fib_multipath_hash
by David Ahern
· 7 years ago
6f74b6c
net: Align ip_multipath_l3_keys and ip6_multipath_l3_keys
by David Ahern
· 7 years ago
5e5d6fe
ipv6: route: dissect flow in input path if fib rules need it
by Roopa Prabhu
· 7 years ago
85ca51b
net: Convert ipv6_inetpeer_ops
by Kirill Tkhai
· 7 years ago
5091141
net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops and ip6_route_net_late_ops
by Kirill Tkhai
· 7 years ago
510c321
xfrm: reuse uncached_list to track xdsts
by Xin Long
· 7 years ago
9942895
net: Move ipv4 set_lwt_redirect helper to lwtunnel
by David Ahern
· 7 years ago
44750f8
net/ipv6: onlink nexthop checks should default to main table
by David Ahern
· 7 years ago
58e354c
net/ipv6: Handle reject routes with onlink flag
by David Ahern
· 7 years ago
31afeb4
ipv6: change route cache aging logic
by Wei Wang
· 7 years ago
fc1e64e
net/ipv6: Add support for onlink flag
by David Ahern
· 7 years ago
f4797b3
net/ipv6: Add flags and table id to ip6_nh_lookup_table
by David Ahern
· 7 years ago
1edce99
net/ipv6: Move gateway validation into helper
by David Ahern
· 7 years ago
955ec4c
net/ipv6: Do not allow route add with a device that is down
by David Ahern
· 7 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 7 years ago
6802f3a
ipv6: Fix build with gcc-4.4.5
by Ido Schimmel
· 7 years ago
398958a
ipv6: Add support for non-equal-cost multipath
by Ido Schimmel
· 7 years ago
3d709f6
ipv6: Use hash-threshold instead of modulo-N
by Ido Schimmel
· 7 years ago
7696c06
ipv6: Use a 31-bit multipath hash
by Ido Schimmel
· 7 years ago
d7dedee
ipv6: Calculate hash thresholds for IPv6 nexthops
by Ido Schimmel
· 7 years ago
1de178e
ipv6: Flush multipath routes when all siblings are dead
by Ido Schimmel
· 7 years ago
922c2ac
ipv6: Take table lock outside of sernum update function
by Ido Schimmel
· 7 years ago
f9d882e
ipv6: Report dead flag during route dump
by Ido Schimmel
· 7 years ago
8067bb8
ipv6: Ignore dead routes during lookup
by Ido Schimmel
· 7 years ago
44c9f2f
ipv6: Check nexthop flags in route dump instead of carrier
by Ido Schimmel
· 7 years ago
14c5206
ipv6: Check nexthop flags during route lookup instead of carrier
by Ido Schimmel
· 7 years ago
5609b80
ipv6: Set nexthop flags during route creation
by Ido Schimmel
· 7 years ago
27c6fa7
ipv6: Set nexthop flags upon carrier change
by Ido Schimmel
· 7 years ago
Next »