index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_fdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-09
rtnetlink: add extack support in fdb del handlers
Alaa Mohamed
1
-1
/
+2
2022-04-13
net: bridge: fdb: add support for flush filtering based on ifindex and vlan
Nikolay Aleksandrov
1
-1
/
+44
2022-04-13
net: bridge: fdb: add support for flush filtering based on ndm flags and state
Nikolay Aleksandrov
1
-3
/
+55
2022-04-13
net: bridge: fdb: add support for fine-grained flushing
Nikolay Aleksandrov
1
-8
/
+33
2022-04-13
net: bridge: fdb: add ndo_fdb_del_bulk
Nikolay Aleksandrov
1
-0
/
+23
2021-10-27
net: bridge: move br_fdb_replay inside br_switchdev.c
Vladimir Oltean
1
-54
/
+0
2021-10-27
net: bridge: reduce indentation level in fdb_create
Vladimir Oltean
1
-14
/
+17
2021-10-27
net: bridge: rename br_fdb_insert to br_fdb_add_local
Vladimir Oltean
1
-2
/
+2
2021-10-27
net: bridge: rename fdb_insert to fdb_add_local
Vladimir Oltean
1
-7
/
+7
2021-10-27
net: bridge: remove fdb_insert forward declaration
Vladimir Oltean
1
-59
/
+57
2021-10-27
net: bridge: remove fdb_notify forward declaration
Vladimir Oltean
1
-124
/
+122
2021-10-16
net: make use of helper netif_is_bridge_master()
Kyungrok Chung
1
-3
/
+3
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+4
2021-08-10
net: bridge: fix flags interpretation for extern learn fdb entries
Nikolay Aleksandrov
1
-7
/
+4
2021-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+24
2021-08-03
net: bridge: switchdev: fix incorrect use of FDB flags when picking the dst d...
Vladimir Oltean
1
-1
/
+1
2021-08-02
net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...
Vladimir Oltean
1
-6
/
+24
2021-07-28
net: bridge: switchdev: treat local FDBs the same as entries towards the bridge
Vladimir Oltean
1
-2
/
+1
2021-07-28
net: bridge: switchdev: replay the entire FDB for each port
Vladimir Oltean
1
-16
/
+7
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2021-07-22
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
1
-1
/
+0
2021-07-22
net: bridge: guard the switchdev replay helpers against a NULL notifier block
Vladimir Oltean
1
-0
/
+3
2021-07-20
net: bridge: do not replay fdb entries pointing towards the bridge twice
Vladimir Oltean
1
-1
/
+1
2021-06-29
net: bridge: allow br_fdb_replay to be called for the bridge device
Vladimir Oltean
1
-1
/
+4
2021-06-29
net: bridge: switchdev: send FDB notifications for host addresses
Tobias Waldekranz
1
-2
/
+2
2021-06-29
net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dst
Vladimir Oltean
1
-11
/
+17
2021-06-28
net: bridge: allow the switchdev replay functions to be called for deletion
Vladimir Oltean
1
-4
/
+11
2021-06-28
net: bridge: constify variables in the replay helpers
Vladimir Oltean
1
-3
/
+3
2021-06-28
net: bridge: ignore switchdev events for LAG ports which didn't request replay
Vladimir Oltean
1
-3
/
+4
2021-06-28
net: bridge: include the is_local bit in br_fdb_replay
Vladimir Oltean
1
-0
/
+1
2021-03-23
net: bridge: add helper to replay port and local fdb entries
Vladimir Oltean
1
-0
/
+50
2021-01-07
net: bridge: notify switchdev of disappearance of old FDB entry upon migration
Vladimir Oltean
1
-0
/
+1
2020-09-28
net: bridge: fdb: don't flush ext_learn entries
Nikolay Aleksandrov
1
-0
/
+2
2020-06-24
net: bridge: add a flag to avoid refreshing fdb when changing/adding
Nikolay Aleksandrov
1
-1
/
+4
2020-06-24
net: bridge: add option to allow activity notifications for any fdb entries
Nikolay Aleksandrov
1
-13
/
+104
2020-06-24
net: bridge: fdb_add_entry takes ndm as argument
Nikolay Aleksandrov
1
-5
/
+4
2019-11-04
net: bridge: fdb: eliminate extra port state tests from fast-path
Nikolay Aleksandrov
1
-5
/
+3
2019-11-01
net: bridge: fdb: restore unlikely() when taking over externally added entries
Nikolay Aleksandrov
1
-2
/
+4
2019-11-01
net: bridge: fdb: avoid two atomic bitops in br_fdb_external_learn_add()
Nikolay Aleksandrov
1
-4
/
+5
2019-11-01
net: bridge: fdb: br_fdb_update can take flags directly
Nikolay Aleksandrov
1
-9
/
+6
2019-10-29
net: bridge: fdb: set flags directly in fdb_create
Nikolay Aleksandrov
1
-11
/
+7
2019-10-29
net: bridge: fdb: convert offloaded to use bitops
Nikolay Aleksandrov
1
-5
/
+4
2019-10-29
net: bridge: fdb: convert added_by_external_learn to use bitops
Nikolay Aleksandrov
1
-10
/
+9
2019-10-29
net: bridge: fdb: convert added_by_user to bitops
Nikolay Aleksandrov
1
-13
/
+12
2019-10-29
net: bridge: fdb: convert is_sticky to bitops
Nikolay Aleksandrov
1
-6
/
+6
2019-10-29
net: bridge: fdb: convert is_static to bitops
Nikolay Aleksandrov
1
-21
/
+19
2019-10-29
net: bridge: fdb: convert is_local to bitops
Nikolay Aleksandrov
1
-13
/
+19
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-07
rhashtable: use bit_spin_locks to protect hash bucket.
NeilBrown
1
-1
/
+0
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
[next]