Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
c5fdf7e00d490dc094a97d287e0fa27e253cca84
/
net
/
ipv6
/
ip6_fib.c
80f1a0f
net/ipv6: Put lwtstate when destroying fib6_info
by David Ahern
· 7 years ago
e6aed04
Revert "net/ipv6: fix metrics leak"
by David S. Miller
· 7 years ago
df18b50
net/ipv6: fix metrics leak
by Sabrina Dubroca
· 7 years ago
33bd5ac
net/ipv6: Revert attempt to simplify route replace and append
by David Ahern
· 7 years ago
9b0a8da
net/ipv6: respect rcu grace period before freeing fib6_info
by Eric Dumazet
· 7 years ago
6eba08c
ipv6: Only emit append events for appended routes
by Ido Schimmel
· 7 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
f34436a
net/ipv6: Simplify route replace and appending into multipath route
by David Ahern
· 7 years ago
c350637
proc: introduce proc_create_net{,_data}
by Christoph Hellwig
· 7 years ago
138118e
net/ipv6: Add fib6_lookup
by David Ahern
· 7 years ago
6454743
net/ipv6: Rename fib6_lookup to fib6_node_lookup
by David Ahern
· 7 years ago
8fb11a9
net/ipv6: rename rt6_next to fib6_next
by David Ahern
· 7 years ago
a68886a
net/ipv6: Make from in rt6_info rcu protected
by David Ahern
· 7 years ago
5bcaa41
net/ipv6: Move release of fib6_info from pcpu routes to helper
by David Ahern
· 7 years ago
dcd1f57
net/ipv6: Remove fib6_idev
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
a64efe14
net/ipv6: introduce fib6_info struct and helpers
by David Ahern
· 7 years ago
23fb93a
net/ipv6: Cleanup exception and cache route handling
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
5e670d8
net/ipv6: Move nexthop data to fib6_nh
by David Ahern
· 7 years ago
7aef685
net/ipv6: Pass net to fib6_update_sernum
by David Ahern
· 7 years ago
2233000
net/ipv6: Move call_fib6_entry_notifiers up for route adds
by David Ahern
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
b75cc8f
net/ipv6: Pass skb to route lookup
by David Ahern
· 7 years ago
d16784d
net: Convert fib6_net_ops, ipv6_addr_label_ops and ip6_segments_ops
by Kirill Tkhai
· 7 years ago
8565d26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
591ff9e
ipv6: don't let tb6_root node share routes with other node
by Wei Wang
· 7 years ago
19d28fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
d7dedee
ipv6: Calculate hash thresholds for IPv6 nexthops
by Ido Schimmel
· 7 years ago
4512c43
ipv6: remove null_entry before adding default route
by Wei Wang
· 7 years ago
a0ce093
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
922c2ac
ipv6: Take table lock outside of sernum update function
by Ido Schimmel
· 7 years ago
4a8e56e
ipv6: Export sernum update function
by Ido Schimmel
· 7 years ago
b5cb5a7
ipv6: Teach tree walker to skip multipath routes
by Ido Schimmel
· 7 years ago
9fcb071
ipv6: Remove redundant route flushing during namespace dismantle
by Ido Schimmel
· 7 years ago
7bbfe00
ipv6: fix general protection fault in fib6_add()
by Wei Wang
· 7 years ago
16feebc
rtnetlink: remove __rtnl_register
by Florian Westphal
· 7 years ago
071fb37
ipv6: Move rt6_next from dst_entry into ipv6 route structure.
by David Miller
· 7 years ago
86cb30e
treewide: setup_timer() -> timer_setup() (2 field)
by Kees Cook
· 7 years ago
6c31e5a
net: Add extack to fib_notifier_info
by David Ahern
· 7 years ago
275757e6
ipv6: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
0e80193
ipv6: check fn before doing FIB6_SUBTREE(fn)
by Wei Wang
· 7 years ago
d0e6020
ipv6: use rcu_dereference_bh() in ipv6_route_seq_next()
by Wei Wang
· 7 years ago
81eb844
ipv6: take care of rt6_stats
by Wei Wang
· 7 years ago
66f5d6c
ipv6: replace rwlock with rcu and spinlock in fib6_table
by Wei Wang
· 7 years ago
8d1040e
ipv6: check fn->leaf before it is used
by Wei Wang
· 7 years ago
bbd63f0
ipv6: update fn_sernum after route is inserted to tree
by Wei Wang
· 7 years ago
51e398e
ipv6: don't release rt->rt6i_pcpu memory during rt6_release()
by Wei Wang
· 7 years ago
2b760fc
ipv6: hook up exception table to store dst cache
by Wei Wang
· 7 years ago
38fbeee
ipv6: prepare fib6_locate() for exception table
by Wei Wang
· 7 years ago
c757faa
ipv6: prepare fib6_age() for exception table
by Wei Wang
· 7 years ago
180ca44
ipv6: introduce a new function fib6_update_sernum()
by Wei Wang
· 7 years ago
32a805b
ipv6: fix typo in fib6_net_exit()
by Eric Dumazet
· 7 years ago
ba1cc08
ipv6: fix memory leak with multiple tables during netns destruction
by Sabrina Dubroca
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1e2ea8a
ipv6: set dst.obsolete when a cached route has expired
by Xin Long
· 7 years ago
4e587ea
ipv6: fix sparse warning on rt6i_node
by Wei Wang
· 8 years ago
c5cff85
ipv6: add rcu grace period before freeing fib6_node
by Wei Wang
· 8 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
348a400
ipv6: repair fib6 tree in failure case
by Wei Wang
· 8 years ago
383143f
ipv6: reset fn->rr_ptr when replacing route
by Wei Wang
· 8 years ago
b97bac6
rtnetlink: make rtnl_register accept a flags parameter
by Florian Westphal
· 8 years ago
a460aa8
ipv6: fib: Add helpers to hold / drop a reference on rt6_info
by Ido Schimmel
· 8 years ago
7483cea
ipv6: fib: Unlink replaced routes from their nodes
by Ido Schimmel
· 8 years ago
c5b1241
ipv6: fib: Don't assume only nodes hold a reference on routes
by Ido Schimmel
· 8 years ago
e1ee0a5
ipv6: fib: Dump tables during registration to FIB chain
by Ido Schimmel
· 8 years ago
df77fe4
ipv6: fib: Add in-kernel notifications for route add / delete
by Ido Schimmel
· 8 years ago
16ab6d7
ipv6: fib: Add FIB notifiers callbacks
by Ido Schimmel
· 8 years ago
f06b754
net: ipv6: Compare lwstate in detecting duplicate nexthops
by David Ahern
· 8 years ago
3d09198
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
07f6155
ipv6: Do not leak throw route references
by Serhey Popovych
· 8 years ago
a4c2fd7
net: remove DST_NOCACHE flag
by Wei Wang
· 8 years ago
db91664
ipv6: get rid of icmp6 dst garbage collector
by Wei Wang
· 8 years ago
587fea7
ipv6: mark DST_NOGC and remove the operation of dst_free()
by Wei Wang
· 8 years ago
9514528
ipv6: call dst_dev_put() properly
by Wei Wang
· 8 years ago
1cfb71e
ipv6: take dst->__refcnt for insertion into fib6 tree
by Wei Wang
· 8 years ago
d5d531c
net: ipv6: Add extack messages for route add failures
by David Ahern
· 8 years ago
333c430
net: ipv6: Plumb extack through route add functions
by David Ahern
· 8 years ago
67e1940
ipv6: make ECMP route replacement less greedy
by Sabrina Dubroca
· 8 years ago
16a16cd
net: ipv6: Change notifications for multipath delete to RTA_MULTIPATH
by David Ahern
· 8 years ago
3b1137f
net: ipv6: Change notifications for multipath add to RTA_MULTIPATH
by David Ahern
· 8 years ago
beb1afac5
net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attribute
by David Ahern
· 8 years ago
1f5e29c
net: ipv6: add NLM_F_APPEND in notifications when applicable
by David Ahern
· 8 years ago
73483c1
ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE events
by Guillaume Nault
· 8 years ago
903ce4a
ipv6: Fix mem leak in rt6i_pcpu
by Martin KaFai Lau
· 9 years ago
b3b4663
net: vrf: Create FIB tables on link create
by David Ahern
· 9 years ago
3dc94f9
ipv6: per netns FIB garbage collection
by Michal Kubeček
· 9 years ago
9a03cd8
ipv6: per netns fib6 walkers
by Michal Kubeček
· 9 years ago
3570df9
ipv6: replace global gc_args with local variable
by Michal Kubeček
· 9 years ago
ba3e208
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
ab997ad
ipv6: fix the incorrect return value of throw route
by lucien
· 9 years ago
c485068
net: Export fib6_get_table and nd_tbl
by David Ahern
· 9 years ago
37a1d36
ipv6: include NLM_F_REPLACE in route replace notifications
by Roopa Prabhu
· 9 years ago
70da5b5
ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel
by Martin KaFai Lau
· 9 years ago
8e3d5be
ipv6: Avoid double dst_free
by Martin KaFai Lau
· 9 years ago
Next »