aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_fdb.c
AgeCommit message (Expand)Author
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
2021-06-28net: bridge: constify variables in the replay helpersVladimir Oltean
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean
2021-06-28net: bridge: include the is_local bit in br_fdb_replayVladimir Oltean
2021-03-23net: bridge: add helper to replay port and local fdb entriesVladimir Oltean
2021-01-07net: bridge: notify switchdev of disappearance of old FDB entry upon migrationVladimir Oltean
2020-09-28net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov
2020-06-24net: bridge: add a flag to avoid refreshing fdb when changing/addingNikolay Aleksandrov
2020-06-24net: bridge: add option to allow activity notifications for any fdb entriesNikolay Aleksandrov
2020-06-24net: bridge: fdb_add_entry takes ndm as argumentNikolay Aleksandrov
2019-11-04net: bridge: fdb: eliminate extra port state tests from fast-pathNikolay Aleksandrov
2019-11-01net: bridge: fdb: restore unlikely() when taking over externally added entriesNikolay Aleksandrov
2019-11-01net: bridge: fdb: avoid two atomic bitops in br_fdb_external_learn_add()Nikolay Aleksandrov
2019-11-01net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov
2019-10-29net: bridge: fdb: set flags directly in fdb_createNikolay Aleksandrov
2019-10-29net: bridge: fdb: convert offloaded to use bitopsNikolay Aleksandrov
2019-10-29net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov
2019-10-29net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov
2019-10-29net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov