aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.Kuniyuki Iwashima1-2/+5
2022-07-08ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima1-1/+1
2022-04-30ipv4: remove unnecessary type castingsYu Zhe1-1/+1
2022-04-11ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault1-2/+2
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault1-3/+3
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-5/+2
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+13
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet1-9/+13
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault1-26/+33
2022-02-07ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault1-2/+5
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin1-2/+2
2021-02-08IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen1-0/+6
2021-02-08IPv4: Add "offload failed" indication to routesAmit Cohen1-1/+6
2021-02-02net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen1-0/+27
2020-11-06nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel1-9/+0
2020-08-26ipv4: 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-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