index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_fdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: bridge: Track and limit dynamically learned FDB entries
Johannes Nixdorf
2023-10-17
1
-2
/
+33
*
net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry
Johannes Nixdorf
2023-10-17
1
-3
/
+4
*
net: Handle bulk delete policy in bridge driver
Amit Cohen
2023-10-13
1
-5
/
+24
*
bridge: switchdev: Allow device drivers to install locked FDB entries
Hans J. Schultz
2022-11-09
1
-2
/
+20
*
bridge: Add MAC Authentication Bypass (MAB) support
Hans J. Schultz
2022-11-03
1
-0
/
+24
*
rtnetlink: add extack support in fdb del handlers
Alaa Mohamed
2022-05-09
1
-1
/
+2
*
net: bridge: fdb: add support for flush filtering based on ifindex and vlan
Nikolay Aleksandrov
2022-04-13
1
-1
/
+44
*
net: bridge: fdb: add support for flush filtering based on ndm flags and state
Nikolay Aleksandrov
2022-04-13
1
-3
/
+55
*
net: bridge: fdb: add support for fine-grained flushing
Nikolay Aleksandrov
2022-04-13
1
-8
/
+33
*
net: bridge: fdb: add ndo_fdb_del_bulk
Nikolay Aleksandrov
2022-04-13
1
-0
/
+23
*
net: bridge: move br_fdb_replay inside br_switchdev.c
Vladimir Oltean
2021-10-27
1
-54
/
+0
*
net: bridge: reduce indentation level in fdb_create
Vladimir Oltean
2021-10-27
1
-14
/
+17
*
net: bridge: rename br_fdb_insert to br_fdb_add_local
Vladimir Oltean
2021-10-27
1
-2
/
+2
*
net: bridge: rename fdb_insert to fdb_add_local
Vladimir Oltean
2021-10-27
1
-7
/
+7
*
net: bridge: remove fdb_insert forward declaration
Vladimir Oltean
2021-10-27
1
-59
/
+57
*
net: bridge: remove fdb_notify forward declaration
Vladimir Oltean
2021-10-27
1
-124
/
+122
*
net: make use of helper netif_is_bridge_master()
Kyungrok Chung
2021-10-16
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
1
-7
/
+4
|
\
|
*
net: bridge: fix flags interpretation for extern learn fdb entries
Nikolay Aleksandrov
2021-08-10
1
-7
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-05
1
-6
/
+24
|
\
|
|
*
net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...
Vladimir Oltean
2021-08-02
1
-6
/
+24
*
|
net: bridge: switchdev: fix incorrect use of FDB flags when picking the dst d...
Vladimir Oltean
2021-08-03
1
-1
/
+1
*
|
net: bridge: switchdev: treat local FDBs the same as entries towards the bridge
Vladimir Oltean
2021-07-28
1
-2
/
+1
*
|
net: bridge: switchdev: replay the entire FDB for each port
Vladimir Oltean
2021-07-28
1
-16
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-07-23
1
-1
/
+1
|
\
|
|
*
net: bridge: do not replay fdb entries pointing towards the bridge twice
Vladimir Oltean
2021-07-20
1
-1
/
+1
*
|
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
2021-07-22
1
-1
/
+0
*
|
net: bridge: guard the switchdev replay helpers against a NULL notifier block
Vladimir Oltean
2021-07-22
1
-0
/
+3
|
/
*
net: bridge: allow br_fdb_replay to be called for the bridge device
Vladimir Oltean
2021-06-29
1
-1
/
+4
*
net: bridge: switchdev: send FDB notifications for host addresses
Tobias Waldekranz
2021-06-29
1
-2
/
+2
*
net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dst
Vladimir Oltean
2021-06-29
1
-11
/
+17
*
net: bridge: allow the switchdev replay functions to be called for deletion
Vladimir Oltean
2021-06-28
1
-4
/
+11
*
net: bridge: constify variables in the replay helpers
Vladimir Oltean
2021-06-28
1
-3
/
+3
*
net: bridge: ignore switchdev events for LAG ports which didn't request replay
Vladimir Oltean
2021-06-28
1
-3
/
+4
*
net: bridge: include the is_local bit in br_fdb_replay
Vladimir Oltean
2021-06-28
1
-0
/
+1
*
net: bridge: add helper to replay port and local fdb entries
Vladimir Oltean
2021-03-23
1
-0
/
+50
*
net: bridge: notify switchdev of disappearance of old FDB entry upon migration
Vladimir Oltean
2021-01-07
1
-0
/
+1
*
net: bridge: fdb: don't flush ext_learn entries
Nikolay Aleksandrov
2020-09-28
1
-0
/
+2
*
net: bridge: add a flag to avoid refreshing fdb when changing/adding
Nikolay Aleksandrov
2020-06-24
1
-1
/
+4
*
net: bridge: add option to allow activity notifications for any fdb entries
Nikolay Aleksandrov
2020-06-24
1
-13
/
+104
*
net: bridge: fdb_add_entry takes ndm as argument
Nikolay Aleksandrov
2020-06-24
1
-5
/
+4
*
net: bridge: fdb: eliminate extra port state tests from fast-path
Nikolay Aleksandrov
2019-11-04
1
-5
/
+3
*
net: bridge: fdb: restore unlikely() when taking over externally added entries
Nikolay Aleksandrov
2019-11-01
1
-2
/
+4
*
net: bridge: fdb: avoid two atomic bitops in br_fdb_external_learn_add()
Nikolay Aleksandrov
2019-11-01
1
-4
/
+5
*
net: bridge: fdb: br_fdb_update can take flags directly
Nikolay Aleksandrov
2019-11-01
1
-9
/
+6
*
net: bridge: fdb: set flags directly in fdb_create
Nikolay Aleksandrov
2019-10-29
1
-11
/
+7
*
net: bridge: fdb: convert offloaded to use bitops
Nikolay Aleksandrov
2019-10-29
1
-5
/
+4
*
net: bridge: fdb: convert added_by_external_learn to use bitops
Nikolay Aleksandrov
2019-10-29
1
-10
/
+9
*
net: bridge: fdb: convert added_by_user to bitops
Nikolay Aleksandrov
2019-10-29
1
-13
/
+12
*
net: bridge: fdb: convert is_sticky to bitops
Nikolay Aleksandrov
2019-10-29
1
-6
/
+6
[next]