aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+9
2018-05-24net/ipv4: Udate fib_table_lookup tracepointDavid Ahern1-5/+9
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-14/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-28/+4
2018-03-29net/ipv4: Allow notifier to fail route replaceDavid Ahern1-2/+7
2018-03-29net/ipv4: Move call_fib_entry_notifiers up for new routesDavid Ahern1-2/+16
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan1-2/+3
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-3/+0
2017-11-01net: Add extack to fib_notifier_infoDavid Ahern1-5/+8
2017-10-20net: ipv4: Change fib notifiers to take a fib_aliasDavid Ahern1-24/+15
2017-08-23ipv4: do metrics match when looking up and deleting a routeXin Long1-1/+2
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel1-2/+3
2017-07-04net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern1-1/+1
2017-05-30net: ipv4: Add extack message for invalid prefix or lengthDavid Ahern1-6/+11
2017-05-30net: ipv4: refactor key and length checksDavid Ahern1-10/+15
2017-05-26net: ipv4: Save trie prefix to fib lookup resultDavid Ahern1-0/+1
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern1-2/+2
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern1-12/+14
2017-03-10ipv4: fib: Remove redundant argumentIdo Schimmel1-9/+6
2017-03-10ipv4: fib: Move FIB notification code to a separate fileIdo Schimmel1-95/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-10ipv4: fib: Add events for FIB replace and appendIdo Schimmel1-13/+14
2017-02-10ipv4: fib: Send notification before deleting FIB aliasIdo Schimmel1-7/+7
2017-02-10ipv4: fib: Send deletion notification with actual FIB alias typeIdo Schimmel1-2/+2
2017-02-10ipv4: fib: Only flush FIB aliases belonging to currently flushed tableIdo Schimmel1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+35
2016-12-05ipv4: Drop suffix update from resize codeAlexander Duyck1-21/+21
2016-12-05ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck1-12/+14
2016-12-03ipv4: fib: Replay events when registering FIB notifierIdo Schimmel1-2/+146
2016-12-03ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel1-0/+1
2016-12-03ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel1-4/+4
2016-11-16ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck1-1/+3
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck1-0/+65
2016-11-07fib_trie: Correct /proc/net/route off by one errorAlexander Duyck1-12/+9
2016-09-28switchdev: remove FIB offload infrastructureJiri Pirko1-103/+1
2016-09-28fib: introduce FIB notification infrastructureJiri Pirko1-3/+59
2016-09-09ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE eventsGuillaume Nault1-3/+7
2016-08-18fib_trie: Fix the description of pos and bitsXunlei Pang1-2/+2
2016-08-06ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster1-6/+2
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+4
2016-01-29fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck1-3/+4
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-3/+1
2015-10-27fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck1-1/+1
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern1-1/+1
2015-08-29net: FIB tracepointsDavid Ahern1-0/+5
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern1-2/+5