summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_trie.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04ipv4: fib: Annotate access to struct fib_alias.fa_state.Kuniyuki Iwashima1-2/+2
2026-01-19ipv4: Fix reference count leak when using error routes with nexthop objectsIdo Schimmel1-3/+4
2025-06-04ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().Kuniyuki Iwashima1-22/+0
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-5/+2
2023-10-25ipv4/fib: send notify when delete source address routesHangbin Liu1-0/+4
2023-09-19ipv4: annotate data-races around fi->fib_deadEric Dumazet1-1/+2
2022-12-02ipv4: Fix error return code in fib_table_insert()Ziyang Xuan1-1/+3
2022-07-21ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima1-1/+1
2020-08-27ipv4: Silence suspicious RCU usage warningIdo Schimmel1-1/+2
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-27ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern1-15/+36
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-03-30net: add net available in build_stateAlexander Aring1-1/+1
2020-03-30ipv4: 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-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+6
2020-01-15ipv4: Add "offload" and "trap" indications to routesIdo Schimmel1-0/+52
2020-01-15ipv4: Encapsulate function arguments in a structIdo Schimmel1-5/+9
2020-01-15ipv4: Replace route in list before notifyingIdo Schimmel1-4/+7
2020-01-10ipv4: Detect rollover in specific fib table dumpDavid Ahern1-0/+6
2019-12-17ipv4: Remove old route notifications and convert listenersIdo Schimmel1-31/+7
2019-12-17ipv4: Only Replay routes of interest to new listenersIdo Schimmel1-0/+11
2019-12-17ipv4: Handle route deletion notification during flushIdo Schimmel1-0/+2
2019-12-17ipv4: Handle route deletion notificationIdo Schimmel1-0/+31
2019-12-17ipv4: Notify newly added route if should be offloadedIdo Schimmel1-0/+10
2019-12-17ipv4: Notify route if replacing currently offloaded oneIdo Schimmel1-0/+11
2019-12-17ipv4: Extend FIB alias find functionIdo Schimmel1-3/+8
2019-12-17ipv4: 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-25net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend1-1/+1
2019-07-03ipv4: 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-20net/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-05ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern1-0/+7
2019-06-05ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern1-6/+9
2019-06-05ipv4: 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-27ipv4: remove redundant assignment to nColin Ian King1-1/+0
2019-05-23ipv4: Add function to send route updatesDavid Ahern1-0/+72
2019-04-04ipv4: Add fib_nh_common to fib_resultDavid Ahern1-6/+7
2019-04-04ipv4: 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-16net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel1-3/+12