aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
AgeCommit message (Expand)Author
2020-08-21ipv4: Silence suspicious RCU usage warningIdo Schimmel
2020-04-13ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai
2019-01-31net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel
2017-08-23ipv4: do metrics match when looking up and deleting a routeXin Long
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel
2017-07-04net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern
2017-05-30net: ipv4: Add extack message for invalid prefix or lengthDavid Ahern
2017-05-30net: ipv4: refactor key and length checksDavid Ahern
2017-05-26net: ipv4: Save trie prefix to fib lookup resultDavid Ahern
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern
2017-03-10ipv4: fib: Remove redundant argumentIdo Schimmel
2017-03-10ipv4: fib: Move FIB notification code to a separate fileIdo Schimmel
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-10ipv4: fib: Add events for FIB replace and appendIdo Schimmel
2017-02-10ipv4: fib: Send notification before deleting FIB aliasIdo Schimmel
2017-02-10ipv4: fib: Send deletion notification with actual FIB alias typeIdo Schimmel
2017-02-10ipv4: fib: Only flush FIB aliases belonging to currently flushed tableIdo Schimmel
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-05ipv4: Drop suffix update from resize codeAlexander Duyck
2016-12-05ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck
2016-12-03ipv4: fib: Replay events when registering FIB notifierIdo Schimmel
2016-12-03ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel
2016-12-03ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel
2016-11-16ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck
2016-11-07fib_trie: Correct /proc/net/route off by one errorAlexander Duyck
2016-09-28switchdev: remove FIB offload infrastructureJiri Pirko
2016-09-28fib: introduce FIB notification infrastructureJiri Pirko
2016-09-09ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE eventsGuillaume Nault
2016-08-18fib_trie: Fix the description of pos and bitsXunlei Pang
2016-08-06ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-29fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2015-10-27fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern
2015-08-29net: FIB tracepointsDavid Ahern
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern
2015-08-13ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft
2015-07-27fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck
2015-07-24ipv4: consider TOS in fib_select_defaultJulian Anastasov
2015-06-24net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek
2015-06-21ipv4: include NLM_F_APPEND flag in append route notificationsRoopa Prabhu
2015-06-07fib_trie: coding style: Use pointer after checkFiro Yang
2015-05-27ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller