aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_fdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-27net: bridge: move br_fdb_replay inside br_switchdev.cVladimir Oltean1-54/+0
2021-10-27net: bridge: reduce indentation level in fdb_createVladimir Oltean1-14/+17
2021-10-27net: bridge: rename br_fdb_insert to br_fdb_add_localVladimir Oltean1-2/+2
2021-10-27net: bridge: rename fdb_insert to fdb_add_localVladimir Oltean1-7/+7
2021-10-27net: bridge: remove fdb_insert forward declarationVladimir Oltean1-59/+57
2021-10-27net: bridge: remove fdb_notify forward declarationVladimir Oltean1-124/+122
2021-10-16net: make use of helper netif_is_bridge_master()Kyungrok Chung1-3/+3
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+4
2021-08-10net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov1-7/+4
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+24
2021-08-03net: bridge: switchdev: fix incorrect use of FDB flags when picking the dst deviceVladimir Oltean1-1/+1
2021-08-02net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB entryVladimir Oltean1-6/+24
2021-07-28net: bridge: switchdev: treat local FDBs the same as entries towards the bridgeVladimir Oltean1-2/+1
2021-07-28net: bridge: switchdev: replay the entire FDB for each portVladimir Oltean1-16/+7
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-1/+0
2021-07-22net: bridge: guard the switchdev replay helpers against a NULL notifier blockVladimir Oltean1-0/+3
2021-07-20net: bridge: do not replay fdb entries pointing towards the bridge twiceVladimir Oltean1-1/+1
2021-06-29net: bridge: allow br_fdb_replay to be called for the bridge deviceVladimir Oltean1-1/+4
2021-06-29net: bridge: switchdev: send FDB notifications for host addressesTobias Waldekranz1-2/+2
2021-06-29net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dstVladimir Oltean1-11/+17
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean1-4/+11
2021-06-28net: bridge: constify variables in the replay helpersVladimir Oltean1-3/+3
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean1-3/+4
2021-06-28net: bridge: include the is_local bit in br_fdb_replayVladimir Oltean1-0/+1
2021-03-23net: bridge: add helper to replay port and local fdb entriesVladimir Oltean1-0/+50
2021-01-07net: bridge: notify switchdev of disappearance of old FDB entry upon migrationVladimir Oltean1-0/+1
2020-09-28net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov1-0/+2
2020-06-24net: bridge: add a flag to avoid refreshing fdb when changing/addingNikolay Aleksandrov1-1/+4
2020-06-24net: bridge: add option to allow activity notifications for any fdb entriesNikolay Aleksandrov1-13/+104
2020-06-24net: bridge: fdb_add_entry takes ndm as argumentNikolay Aleksandrov1-5/+4
2019-11-04net: bridge: fdb: eliminate extra port state tests from fast-pathNikolay Aleksandrov1-5/+3
2019-11-01net: bridge: fdb: restore unlikely() when taking over externally added entriesNikolay Aleksandrov1-2/+4
2019-11-01net: bridge: fdb: avoid two atomic bitops in br_fdb_external_learn_add()Nikolay Aleksandrov1-4/+5
2019-11-01net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov1-9/+6
2019-10-29net: bridge: fdb: set flags directly in fdb_createNikolay Aleksandrov1-11/+7
2019-10-29net: bridge: fdb: convert offloaded to use bitopsNikolay Aleksandrov1-5/+4
2019-10-29net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov1-10/+9
2019-10-29net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov1-13/+12
2019-10-29net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov1-6/+6
2019-10-29net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov1-21/+19
2019-10-29net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov1-13/+19
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown1-1/+0
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2019-01-18net: bridge: Mark FDB entries that were added by user as suchIdo Schimmel1-0/+5
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2018-12-16bridge: support for ndo_fdb_getRoopa Prabhu1-0/+26
2018-12-07bridge: Add br_fdb_clear_offload()Petr Machata1-0/+20
2018-10-17bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel1-2/+2