aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/fib_trie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-29ipv4: Silence suspicious RCU usage warningIdo Schimmel1-1/+1
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov1-1/+1
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern1-15/+36
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-03-29net: add net available in build_stateAlexander Aring1-1/+1
2020-03-29ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai1-0/+3
2020-02-20net: remove unused macro from fib_trie.cLi RongQing1-5/+0
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+6
2020-01-14ipv4: Add "offload" and "trap" indications to routesIdo Schimmel1-0/+52
2020-01-14ipv4: Encapsulate function arguments in a structIdo Schimmel1-5/+9
2020-01-14ipv4: Replace route in list before notifyingIdo Schimmel1-4/+7
2020-01-10ipv4: Detect rollover in specific fib table dumpDavid Ahern1-0/+6
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel1-31/+7
2019-12-16ipv4: Only Replay routes of interest to new listenersIdo Schimmel1-0/+11
2019-12-16ipv4: Handle route deletion notification during flushIdo Schimmel1-0/+2
2019-12-16ipv4: Handle route deletion notificationIdo Schimmel1-0/+31
2019-12-16ipv4: Notify newly added route if should be offloadedIdo Schimmel1-0/+10
2019-12-16ipv4: Notify route if replacing currently offloaded oneIdo Schimmel1-0/+11
2019-12-16ipv4: Extend FIB alias find functionIdo Schimmel1-3/+8
2019-12-16ipv4: Notify route after insertion to the routing tableIdo Schimmel1-15/+14
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-7/+13
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko1-9/+22
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko1-9/+8
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend1-1/+1
2019-07-02ipv4: Fix off-by-one in route dump counter without netlink strict checkingStefano Brivio1-8/+14
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio1-13/+31
2019-06-19net/ipv4: fib_trie: Avoid cryptic ternary expressionsMatthias Kaehlcke1-2/+8
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+1
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern1-0/+7
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern1-6/+9
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern1-10/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-13/+1
2019-05-26ipv4: remove redundant assignment to nColin Ian King1-1/+0
2019-05-22ipv4: Add function to send route updatesDavid Ahern1-0/+72
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern1-6/+7
2019-04-03ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern1-1/+1
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern1-6/+6
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern1-3/+1
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableDavid Ahern1-6/+8
2019-01-15net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel1-3/+12
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern1-11/+26
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