summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_trie.c
AgeCommit message (Expand)Author
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend
2019-07-02ipv4: Fix off-by-one in route dump counter without netlink strict checkingStefano Brivio
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio
2019-06-19net/ipv4: fib_trie: Avoid cryptic ternary expressionsMatthias Kaehlcke
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-26ipv4: remove redundant assignment to nColin Ian King
2019-05-22ipv4: Add function to send route updatesDavid Ahern
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern
2019-04-03ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableDavid Ahern
2019-01-15net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-24net/ipv4: Udate fib_table_lookup tracepointDavid Ahern
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-03-29net/ipv4: Allow notifier to fail route replaceDavid Ahern
2018-03-29net/ipv4: Move call_fib_entry_notifiers up for new routesDavid Ahern
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-11-01net: Add extack to fib_notifier_infoDavid Ahern
2017-10-20net: ipv4: Change fib notifiers to take a fib_aliasDavid Ahern
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