index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_fdb.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
rtnetlink: add ndo_fdb_dump_context
Eric Dumazet
1
-1
/
+2
2024-11-15
ndo_fdb_del: Add a parameter to report whether notification was sent
Petr Machata
1
-7
/
+8
2024-11-15
ndo_fdb_add: Add a parameter to report whether notification was sent
Petr Machata
1
-5
/
+7
2024-11-09
bridge: Allow deleting FDB entries with non-existent VLAN
Ido Schimmel
1
-7
/
+2
2024-10-15
net: bridge: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
Julia Lawall
1
-8
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-04
net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN
Jonas Gorski
1
-4
/
+2
2024-01-31
net: bridge: Use KMEM_CACHE instead of kmem_cache_create
Kunwu Chan
1
-4
/
+1
2023-10-17
net: bridge: Track and limit dynamically learned FDB entries
Johannes Nixdorf
1
-2
/
+33
2023-10-17
net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry
Johannes Nixdorf
1
-3
/
+4
2023-10-13
net: Handle bulk delete policy in bridge driver
Amit Cohen
1
-5
/
+24
2022-11-09
bridge: switchdev: Allow device drivers to install locked FDB entries
Hans J. Schultz
1
-2
/
+20
2022-11-03
bridge: Add MAC Authentication Bypass (MAB) support
Hans J. Schultz
1
-0
/
+24
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 device
Vladimir Oltean
1
-1
/
+1
2021-08-02
net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB entry
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
[next]