summaryrefslogtreecommitdiff
path: root/net/bridge/br_fdb.c
AgeCommit message (Expand)Author
2026-06-12net: bridge: use atomic ops to read/change p->flags (I)Eric Dumazet
2026-05-19bridge: Add missing READ_ONCE() annotations around FDB destination portIdo Schimmel
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski
2026-04-16net: bridge: use a stable FDB dst snapshot in RCU readersZhengchuan Liang
2026-04-03bridge: guard local VLAN-0 FDB helpers against NULL vlan groupZijing Yin
2026-01-09net: bridge: annotate data-races around fdb->{updated,used}Eric Dumazet
2025-09-11net: bridge: Introduce UAPI for BR_BOOLOPT_FDB_LOCAL_VLAN_0Petr Machata
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On bridge changeaddr, skip per-VLAN FDBsPetr Machata
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On port changeaddr, skip per-VLAN FDBsPetr Machata
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-09bridge: Allow deleting FDB entries with non-existent VLANIdo Schimmel
2024-10-15net: bridge: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-04net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski
2024-01-31net: bridge: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan
2023-10-17net: bridge: Track and limit dynamically learned FDB entriesJohannes Nixdorf
2023-10-17net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entryJohannes Nixdorf
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen
2022-11-09bridge: switchdev: Allow device drivers to install locked FDB entriesHans J. Schultz
2022-11-03bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-04-13net: bridge: fdb: add support for flush filtering based on ifindex and vlanNikolay Aleksandrov
2022-04-13net: bridge: fdb: add support for flush filtering based on ndm flags and stateNikolay Aleksandrov
2022-04-13net: bridge: fdb: add support for fine-grained flushingNikolay Aleksandrov
2022-04-13net: bridge: fdb: add ndo_fdb_del_bulkNikolay Aleksandrov
2021-10-27net: bridge: move br_fdb_replay inside br_switchdev.cVladimir Oltean
2021-10-27net: bridge: reduce indentation level in fdb_createVladimir Oltean
2021-10-27net: bridge: rename br_fdb_insert to br_fdb_add_localVladimir Oltean
2021-10-27net: bridge: rename fdb_insert to fdb_add_localVladimir Oltean
2021-10-27net: bridge: remove fdb_insert forward declarationVladimir Oltean
2021-10-27net: bridge: remove fdb_notify forward declarationVladimir Oltean
2021-10-16net: make use of helper netif_is_bridge_master()Kyungrok Chung
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-03net: bridge: switchdev: fix incorrect use of FDB flags when picking the dst d...Vladimir Oltean
2021-08-02net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...Vladimir Oltean
2021-07-28net: bridge: switchdev: treat local FDBs the same as entries towards the bridgeVladimir Oltean
2021-07-28net: bridge: switchdev: replay the entire FDB for each portVladimir Oltean
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: guard the switchdev replay helpers against a NULL notifier blockVladimir Oltean
2021-07-20net: bridge: do not replay fdb entries pointing towards the bridge twiceVladimir Oltean
2021-06-29net: bridge: allow br_fdb_replay to be called for the bridge deviceVladimir Oltean
2021-06-29net: bridge: switchdev: send FDB notifications for host addressesTobias Waldekranz
2021-06-29net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dstVladimir Oltean
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean