Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5f62a521ff20e0b47a8d33421334bd245d6714ff
/
net
/
ipv4
/
fib_trie.c
5a470b1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 4 years, 10 months ago
faee676
net: add net available in build_state
by Alexander Aring
· 4 years, 10 months ago
fbe4e0c
ipv4: fix a RCU-list lock in fib_triestat_seq_show
by Qian Cai
· 4 years, 10 months ago
807ea87
net: remove unused macro from fib_trie.c
by Li RongQing
· 5 years ago
b3f7e3f
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
90b93f1
ipv4: Add "offload" and "trap" indications to routes
by Ido Schimmel
· 5 years ago
1e301fd
ipv4: Encapsulate function arguments in a struct
by Ido Schimmel
· 5 years ago
6324d0f
ipv4: Replace route in list before notifying
by Ido Schimmel
· 5 years ago
9827c06
ipv4: Detect rollover in specific fib table dump
by David Ahern
· 5 years ago
446f739
ipv4: Remove old route notifications and convert listeners
by Ido Schimmel
· 5 years ago
20d1565
ipv4: Only Replay routes of interest to new listeners
by Ido Schimmel
· 5 years ago
525bc34
ipv4: Handle route deletion notification during flush
by Ido Schimmel
· 5 years ago
f613b6e
ipv4: Handle route deletion notification
by Ido Schimmel
· 5 years ago
a8674f7
ipv4: Notify newly added route if should be offloaded
by Ido Schimmel
· 5 years ago
ee3936d
ipv4: Notify route if replacing currently offloaded one
by Ido Schimmel
· 5 years ago
b5fc043
ipv4: Extend FIB alias find function
by Ido Schimmel
· 5 years ago
a6c76c1
ipv4: Notify route after insertion to the routing table
by Ido Schimmel
· 5 years ago
b7a5955
net: fib_notifier: propagate extack down to the notifier block callback
by Jiri Pirko
· 5 years ago
55c894f
net: fib_notifier: propagate possible error during fib notifier registration
by Jiri Pirko
· 5 years ago
7c550da
net: fib_notifier: make FIB notifier per-netns
by Jiri Pirko
· 5 years ago
e93fb3e
net: route dump netlink NLM_F_MULTI flag missing
by John Fastabend
· 5 years ago
885b8b4
ipv4: Fix off-by-one in route dump counter without netlink strict checking
by Stefano Brivio
· 6 years ago
ee28906
ipv4: Dump route exceptions if requested
by Stefano Brivio
· 6 years ago
25cec75
net/ipv4: fib_trie: Avoid cryptic ternary expressions
by Matthias Kaehlcke
· 6 years ago
a6cdeeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
4c7e808
ipv4: Plumb support for nexthop object in a fib_info
by David Ahern
· 6 years ago
dcb1ecb
ipv4: Prepare for fib6_nh from a nexthop object
by David Ahern
· 6 years ago
5481d73
ipv4: Use accessors for fib_info nexthop data
by David Ahern
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
df80152
ipv4: remove redundant assignment to n
by Colin Ian King
· 6 years ago
1bff1a0
ipv4: Add function to send route updates
by David Ahern
· 6 years ago
eba618a
ipv4: Add fib_nh_common to fib_result
by David Ahern
· 6 years ago
0af7e7c
ipv4: Update fib_table_lookup tracepoint to take common nexthop
by David Ahern
· 6 years ago
b75ed8b
ipv4: Rename fib_nh entries
by David Ahern
· 6 years ago
331c7a4
ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helper
by David Ahern
· 6 years ago
9ab948a
ipv4: Allow amount of dirty memory from fib resizing to be controllable
by David Ahern
· 6 years ago
f97f4dd
net: ipv4: Fix memory leak in network namespace dismantle
by Ido Schimmel
· 6 years ago
18a8021
net/ipv4: Plumb support for filtering route dumps
by David Ahern
· 6 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
9f32397
net/ipv4: Udate fib_table_lookup tracepoint
by David Ahern
· 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
c1d7ee6
net/ipv4: Allow notifier to fail route replace
by David Ahern
· 7 years ago
6635f31
net/ipv4: Move call_fib_entry_notifiers up for new routes
by David Ahern
· 7 years ago
d644406
net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
08009a7
net: make kmem caches as __ro_after_init
by Alexey Dobriyan
· 7 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 7 years ago
6c31e5a
net: Add extack to fib_notifier_info
by David Ahern
· 7 years ago
6eba87c
net: ipv4: Change fib notifiers to take a fib_alias
by David Ahern
· 7 years ago
5f9ae3d
ipv4: do metrics match when looking up and deleting a route
by Xin Long
· 7 years ago
04b1d4e
net: core: Make the FIB notification chain generic
by Ido Schimmel
· 7 years ago
0029c0d
net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
9ae2872
net: add extack arg to lwtunnel build state
by David Ahern
· 8 years ago
7805599
net: ipv4: Add extack message for invalid prefix or length
by David Ahern
· 8 years ago
ba277e8
net: ipv4: refactor key and length checks
by David Ahern
· 8 years ago
6ffd903
net: ipv4: Save trie prefix to fib lookup result
by David Ahern
· 8 years ago
6d8422a1
net: ipv4: Plumb extack through route add functions
by David Ahern
· 8 years ago
f6c5775
net: Improve handling of failures on link and route dumps
by David Ahern
· 8 years ago
d05f7a7
ipv4: fib: Remove redundant argument
by Ido Schimmel
· 8 years ago
c024389
ipv4: fib: Move FIB notification code to a separate file
by Ido Schimmel
· 8 years ago
5b5e092
lib/vsprintf.c: remove %Z support
by Alexey Dobriyan
· 8 years ago
2f3a527
ipv4: fib: Add events for FIB replace and append
by Ido Schimmel
· 8 years ago
5b7d616
ipv4: fib: Send notification before deleting FIB alias
by Ido Schimmel
· 8 years ago
42d5aa7
ipv4: fib: Send deletion notification with actual FIB alias type
by Ido Schimmel
· 8 years ago
58e3bdd
ipv4: fib: Only flush FIB aliases belonging to currently flushed table
by Ido Schimmel
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
c63d352
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a52ca62
ipv4: Drop suffix update from resize code
by Alexander Duyck
· 8 years ago
1a23917
ipv4: Drop leaf from suffix pull/push functions
by Alexander Duyck
· 8 years ago
c3852ef
ipv4: fib: Replay events when registering FIB notifier
by Ido Schimmel
· 8 years ago
cacaad1
ipv4: fib: Allow for consistent FIB dumping
by Ido Schimmel
· 8 years ago
d3f706f
ipv4: fib: Convert FIB notification chain to be atomic
by Ido Schimmel
· 8 years ago
3114cdf
ipv4: Fix memory leak in exception case for splitting tries
by Alexander Duyck
· 8 years ago
3b70933
ipv4: Restore fib_trie_flush_external function and fix call ordering
by Alexander Duyck
· 8 years ago
fd0285a
fib_trie: Correct /proc/net/route off by one error
by Alexander Duyck
· 8 years ago
347e3b2
switchdev: remove FIB offload infrastructure
by Jiri Pirko
· 8 years ago
b90eb75
fib: introduce FIB notification infrastructure
by Jiri Pirko
· 8 years ago
b93e1fa
ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE events
by Guillaume Nault
· 8 years ago
98a384e
fib_trie: Fix the description of pos and bits
by Xunlei Pang
· 8 years ago
94d9f1c
ipv4: panic in leaf_walk_rcu due to stale node pointer
by David Forster
· 8 years ago
34229b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
a5829f5
fib_trie: Fix shift by 32 in fib_table_lookup
by Alexander Duyck
· 9 years ago
1d5cfdb
tree wide: use kvfree() than conditional kfree()/vfree()
by Tetsuo Handa
· 9 years ago
c2229fe
fib_trie: leaf_walk_rcu should not compute key if key is less than pn->key
by Alexander Duyck
· 9 years ago
58189ca
net: Fix vti use case with oif in dst lookups
by David Ahern
· 9 years ago
f6d3c19
net: FIB tracepoints
by David Ahern
· 9 years ago
dc25b25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
613d09b
net: Use VRF device index for lookups on TX
by David Ahern
· 9 years ago
25b97c0
ipv4: off-by-one in continuation handling in /proc/net/route
by Andy Whitcroft
· 9 years ago
1513069
fib_trie: Drop unnecessary calls to leaf_pull_suffix
by Alexander Duyck
· 9 years ago
2392deb
ipv4: consider TOS in fib_select_default
by Julian Anastasov
· 10 years ago
0eeb075
net: ipv4 sysctl option to ignore routes when nexthop link is down
by Andy Gospodarek
· 10 years ago
a2bb6d7
ipv4: include NLM_F_APPEND flag in append route notifications
by Roopa Prabhu
· 10 years ago
f38b24c
fib_trie: coding style: Use pointer after check
by Firo Yang
· 10 years ago
ffa915d
ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.
by David S. Miller
· 10 years ago
36583eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d4e64c2
ipv4: fill in table id when replacing a route
by Michal Kubeček
· 10 years ago
eea3994
rename RTNH_F_EXTERNAL to RTNH_F_OFFLOAD
by Roopa Prabhu
· 10 years ago
ebb9a03
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
by Jiri Pirko
· 10 years ago
00db412
ipv4: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
Next »