Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9b6b35abfbde376665c76029c75e4ab03186d378
/
net
/
ipv6
/
route.c
9b6b35a
ipv6: Pass fib6_result to ip6_create_rt_rcu
by David Ahern
· 6 years ago
85bd05d
ipv6: Pass fib6_result to ip6_rt_cache_alloc
by David Ahern
· 6 years ago
7e4b512
ipv6: Pass fib6_result to rt6_find_cached_rt
by David Ahern
· 6 years ago
b1d4099
ipv6: Rename fib6_multipath_select and pass fib6_result
by David Ahern
· 6 years ago
6b0a7f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
9c69a13
route: Avoid crash from dereferencing NULL rt->from
by Jonathan Lemon
· 6 years ago
1deeb64
ipv6: Remove flowi6_oif compare from __ip6_route_redirect
by David Ahern
· 6 years ago
0b34eb0
ipv6: Refactor __ip6_route_redirect
by David Ahern
· 6 years ago
0c59d00
ipv6: Refactor rt6_device_match
by David Ahern
· 6 years ago
d83009d
ipv6: Move fib6_multipath_select down in ip6_pol_route
by David Ahern
· 6 years ago
af52a52
ipv6: Be smarter with null_entry handling in ip6_pol_route_lookup
by David Ahern
· 6 years ago
30c15f0
ipv6: Refactor find_rr_leaf
by David Ahern
· 6 years ago
28679ed
ipv6: Refactor find_match
by David Ahern
· 6 years ago
702cea5
ipv6: Pass fib6_nh and flags to rt6_score_route
by David Ahern
· 6 years ago
cc3a86c
ipv6: Change rt6_probe to take a fib6_nh
by David Ahern
· 6 years ago
6e1809a
ipv6: Remove rt6_check_dev
by David Ahern
· 6 years ago
1ba9a89
ipv6: Only call rt6_check_neigh for nexthop with gateway
by David Ahern
· 6 years ago
bdf0046
net: Replace nhc_has_gw with nhc_gw_family
by David Ahern
· 6 years ago
c0a7207
ipv6: Flip to fib_nexthop_info
by David Ahern
· 6 years ago
979e276
net: Use common nexthop init and release helpers
by David Ahern
· 6 years ago
f174173
net: Add fib_nh_common and update fib_nh and fib6_nh
by David Ahern
· 6 years ago
ad1601a
ipv6: Rename fib6_nh entries
by David Ahern
· 6 years ago
572bf4d
ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nh
by David Ahern
· 6 years ago
6d3d07b
ipv6: Refactor fib6_ignore_linkdown
by David Ahern
· 6 years ago
2b2450c
ipv6: Move gateway checks to a fib6_nh setting
by David Ahern
· 6 years ago
dac7d0f
ipv6: Create cleanup helper for fib6_nh
by David Ahern
· 6 years ago
83c44251
ipv6: Create init helper for fib6_nh
by David Ahern
· 6 years ago
356d71e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
10585b4
ipv6: Remove fallback argument from ip6_hold_safe
by David Ahern
· 6 years ago
c7a1ce3
ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create
by David Ahern
· 6 years ago
67f6951
ipv6: Move setting default metric for routes
by David Ahern
· 6 years ago
1c87e79
ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL
by Xin Long
· 6 years ago
9eb3591
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
5e1a99e
ipv4: Add ICMPv6 support when parse route ipproto
by Hangbin Liu
· 6 years ago
e381854
ipv6: Return error for RTA_VIA attribute
by David Ahern
· 6 years ago
70f3522
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
97f0082
net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255
by Kalash Nainwal
· 6 years ago
f5b51fe
ipv6: route: purge exception on removal
by Paolo Abeni
· 6 years ago
bf1dc8b
ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()
by Paolo Abeni
· 6 years ago
193f368
ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()
by Paolo Abeni
· 6 years ago
1490ed2
net/ipv6: prefer rcu_access_pointer() over rcu_dereference()
by Paolo Abeni
· 6 years ago
fa7f3a8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
0eff0a2
net: ipv6: route: perform strict checks also for doit handlers
by Jakub Kicinski
· 6 years ago
a5a82d8
ipv6: route: place a warning with duplicated string with correct extack
by Jakub Kicinski
· 6 years ago
7adf324
ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error
by Stefano Brivio
· 6 years ago
f0fb9b2
ipv6/route: Add a missing check on proc_dointvec
by Aditya Pakki
· 6 years ago
f2be6d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
7ddacfa
ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
by David Ahern
· 6 years ago
761f602
ipv6: fix a dst leak when removing its exception
by Xin Long
· 6 years ago
d7e774f
net: Add extack argument to ip_fib_metrics_init
by David Ahern
· 6 years ago
4ed591c
net/ipv6: Allow onlink routes to have a device mismatch if it is the default route
by David Ahern
· 6 years ago
2e2d6f0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
13e3890
net/ipv6: Plumb support for filtering route dumps
by David Ahern
· 6 years ago
f547fac
ipv6: rate-limit probes for neighbourless routes
by Sabrina Dubroca
· 6 years ago
7c6bb7d
net/ipv6: Add knob to skip DELROUTE message on device down
by David Ahern
· 6 years ago
ed792e2
net/ipv6: Make ipv6_route_table_template static
by David Ahern
· 6 years ago
dac9c97
net: Add extack to nlmsg_parse
by David Ahern
· 6 years ago
fda21d4
ipv6: do not leave garbage in rt->fib6_metrics
by Eric Dumazet
· 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
767a221
net: common metrics init helper for FIB entries
by David Ahern
· 6 years ago
6f41617
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
744486d
net: inet6_rtm_getroute() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
84db840
net: rtm_to_fib6_config() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
8823a3a
net: rtmsg_to_fib6_config() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
dc92095
net: ip6_update_pmtu() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
d456336
net: remove 1 always zero parameter from ip6_redirect_no_header()
by Maciej Żenczykowski
· 6 years ago
0b26fb1
net: ip6_redirect_no_header() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
1f7f10a
net: ip6_redirect() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
36f19d5
net/ipv6: Remove extra call to ip6_convert_metrics for multipath case
by David Ahern
· 6 years ago
a06ee25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
3ede0bb
ipv6: Allow the l3mdev to be a loopback
by Robert Shearman
· 6 years ago
ce7ea4a
ipv6: fix memory leak on dst->_metrics
by Wei Wang
· 6 years ago
8675860
Revert "ipv6: fix double refcount of fib6_metrics"
by Wei Wang
· 6 years ago
e366fa4
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
30bfd93
net/ipv6: do not copy dst flags on rt init
by Peter Oskolkov
· 6 years ago
22d0bd8
ipv6: use rt6_info members when dst is set in rt6_fill_node
by Xin Long
· 6 years ago
0153167
net/ipv6: Remove rt6i_prefsrc
by David Ahern
· 6 years ago
3630268
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
93bbadd
ipv6: don't get lwtstate twice in ip6_rt_copy_init()
by Alexey Kodanev
· 6 years ago
1367bbf
net/ipv6: Do not reset nl_net in ip6_route_info_create
by David Ahern
· 6 years ago
d23c4b6
net/ipv6: init ip6 anycast rt->dst.input as ip6_input
by Hangbin Liu
· 6 years ago
e70a3aa
ipv6: fix double refcount of fib6_metrics
by Cong Wang
· 6 years ago
e873e4b
ipv6: use fib6_info_hold_safe() when necessary
by Wei Wang
· 6 years ago
b5d2d75
net/ipv6: Do not allow device only routes via the multipath API
by David Ahern
· 7 years ago
33bd5ac
net/ipv6: Revert attempt to simplify route replace and append
by David Ahern
· 7 years ago
0975764
ipv6: allow PMTU exceptions to local routes
by Julian Anastasov
· 7 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
f722517
net/ipv6: prevent use after free in ip6_route_mpath_notify
by David Ahern
· 7 years ago
fa1be7e
ipv6: omit traffic class when calculating flow hash
by Michal Kubecek
· 7 years ago
a925ab4
Revert "ipv6: omit traffic class when calculating flow hash"
by David S. Miller
· 7 years ago
87ae68c
ipv6: omit traffic class when calculating flow hash
by Michal Kubecek
· 7 years ago
30d444d
net/ipv6: Udate fib6_table_lookup tracepoint
by David Ahern
· 7 years ago
90fed9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
eacb938
ipv6: support sport, dport and ip_proto in RTM_GETROUTE
by Roopa Prabhu
· 7 years ago
f34436a
net/ipv6: Simplify route replace and appending into multipath route
by David Ahern
· 7 years ago
901731b
net/ipv6: Add helper to return path MTU based on fib result
by David Ahern
· 7 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
Next »