aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/fib_trie.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-13/+1
2019-04-03ipv4: Add fib_nh_common to fib_resultGravatar David Ahern 1-6/+7
2019-04-03ipv4: Update fib_table_lookup tracepoint to take common nexthopGravatar David Ahern 1-1/+1
2019-03-29ipv4: Rename fib_nh entriesGravatar David Ahern 1-6/+6
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperGravatar David Ahern 1-3/+1
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableGravatar David Ahern 1-6/+8
2019-01-15net: ipv4: Fix memory leak in network namespace dismantleGravatar Ido Schimmel 1-3/+12
2018-10-16net/ipv4: Plumb support for filtering route dumpsGravatar David Ahern 1-11/+26
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-5/+9
2018-05-24net/ipv4: Udate fib_table_lookup tracepointGravatar David Ahern 1-5/+9
2018-05-16proc: introduce proc_create_net_singleGravatar Christoph Hellwig 1-14/+2
2018-05-16proc: introduce proc_create_net{,_data}Gravatar Christoph Hellwig 1-28/+4
2018-03-29net/ipv4: Allow notifier to fail route replaceGravatar David Ahern 1-2/+7
2018-03-29net/ipv4: Move call_fib_entry_notifiers up for new routesGravatar David Ahern 1-2/+16
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-3/+3
2018-02-26net: make kmem caches as __ro_after_initGravatar Alexey Dobriyan 1-2/+3
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-3/+0
2017-11-01net: Add extack to fib_notifier_infoGravatar David Ahern 1-5/+8
2017-10-20net: ipv4: Change fib notifiers to take a fib_aliasGravatar David Ahern 1-24/+15
2017-08-23ipv4: do metrics match when looking up and deleting a routeGravatar Xin Long 1-1/+2
2017-08-03net: core: Make the FIB notification chain genericGravatar Ido Schimmel 1-2/+3
2017-07-04net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-05-30net: add extack arg to lwtunnel build stateGravatar David Ahern 1-1/+1
2017-05-30net: ipv4: Add extack message for invalid prefix or lengthGravatar David Ahern 1-6/+11
2017-05-30net: ipv4: refactor key and length checksGravatar David Ahern 1-10/+15
2017-05-26net: ipv4: Save trie prefix to fib lookup resultGravatar David Ahern 1-0/+1
2017-05-22net: ipv4: Plumb extack through route add functionsGravatar David Ahern 1-2/+2
2017-05-16net: Improve handling of failures on link and route dumpsGravatar David Ahern 1-12/+14
2017-03-10ipv4: fib: Remove redundant argumentGravatar Ido Schimmel 1-9/+6
2017-03-10ipv4: fib: Move FIB notification code to a separate fileGravatar Ido Schimmel 1-95/+2
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-1/+1
2017-02-10ipv4: fib: Add events for FIB replace and appendGravatar Ido Schimmel 1-13/+14
2017-02-10ipv4: fib: Send notification before deleting FIB aliasGravatar Ido Schimmel 1-7/+7
2017-02-10ipv4: fib: Send deletion notification with actual FIB alias typeGravatar Ido Schimmel 1-2/+2
2017-02-10ipv4: fib: Only flush FIB aliases belonging to currently flushed tableGravatar Ido Schimmel 1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-33/+35
2016-12-05ipv4: Drop suffix update from resize codeGravatar Alexander Duyck 1-21/+21
2016-12-05ipv4: Drop leaf from suffix pull/push functionsGravatar Alexander Duyck 1-12/+14
2016-12-03ipv4: fib: Replay events when registering FIB notifierGravatar Ido Schimmel 1-2/+146
2016-12-03ipv4: fib: Allow for consistent FIB dumpingGravatar Ido Schimmel 1-0/+1
2016-12-03ipv4: fib: Convert FIB notification chain to be atomicGravatar Ido Schimmel 1-4/+4
2016-11-16ipv4: Fix memory leak in exception case for splitting triesGravatar Alexander Duyck 1-1/+3
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingGravatar Alexander Duyck 1-0/+65
2016-11-07fib_trie: Correct /proc/net/route off by one errorGravatar Alexander Duyck 1-12/+9
2016-09-28switchdev: remove FIB offload infrastructureGravatar Jiri Pirko 1-103/+1
2016-09-28fib: introduce FIB notification infrastructureGravatar Jiri Pirko 1-3/+59
2016-09-09ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE eventsGravatar Guillaume Nault 1-3/+7
2016-08-18fib_trie: Fix the description of pos and bitsGravatar Xunlei Pang 1-2/+2
2016-08-06ipv4: panic in leaf_walk_rcu due to stale node pointerGravatar David Forster 1-6/+2