summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_trie.c
AgeCommit message (Expand)Author
2024-02-26inet: switch inet_dump_fib() to RCU protectionEric Dumazet
2024-02-12ipv4/fib: use synchronize_net() when holding RTNLEric Dumazet
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-10-03ipv4/fib: send notify when delete source address routesHangbin Liu
2023-08-31ipv4: annotate data-races around fi->fib_deadEric Dumazet
2022-11-22ipv4: Fix error return code in fib_table_insert()Ziyang Xuan
2022-11-21ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helperKees Cook
2022-07-25ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.Kuniyuki Iwashima
2022-07-08ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima
2022-04-30ipv4: remove unnecessary type castingsYu Zhe
2022-04-11ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault
2022-02-07ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin
2021-02-08IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen
2021-02-08IPv4: Add "offload failed" indication to routesAmit Cohen
2021-02-02net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen
2020-11-06nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel
2020-08-26ipv4: Silence suspicious RCU usage warningIdo Schimmel
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-29ipv4: Silence suspicious RCU usage warningIdo Schimmel
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-29net: add net available in build_stateAlexander Aring
2020-03-29ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai
2020-02-20net: remove unused macro from fib_trie.cLi RongQing
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-14ipv4: Add "offload" and "trap" indications to routesIdo Schimmel
2020-01-14ipv4: Encapsulate function arguments in a structIdo Schimmel
2020-01-14ipv4: Replace route in list before notifyingIdo Schimmel
2020-01-10ipv4: Detect rollover in specific fib table dumpDavid Ahern
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel
2019-12-16ipv4: Only Replay routes of interest to new listenersIdo Schimmel
2019-12-16ipv4: Handle route deletion notification during flushIdo Schimmel
2019-12-16ipv4: Handle route deletion notificationIdo Schimmel
2019-12-16ipv4: Notify newly added route if should be offloadedIdo Schimmel
2019-12-16ipv4: Notify route if replacing currently offloaded oneIdo Schimmel
2019-12-16ipv4: Extend FIB alias find functionIdo Schimmel
2019-12-16ipv4: Notify route after insertion to the routing tableIdo Schimmel
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko
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