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
*
bridge: vlan: add per-vlan struct and move to rhashtables
Nikolay Aleksandrov
2015-09-29
1
-37
/
+39
*
bridge: don't age externally added FDB entries
Siva Mannem
2015-09-23
1
-0
/
+2
*
bridge: vlan: flush the dynamically learned entries on port vlan delete
Nikolay Aleksandrov
2015-06-24
1
-2
/
+5
*
bridge: del external_learned fdbs from device on flush or ageout
Scott Feldman
2015-06-15
1
-0
/
+17
*
bridge: make br_fdb_delete also check if the port matches
Nikolay Aleksandrov
2015-06-10
1
-3
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-08
1
-0
/
+2
|
\
|
*
bridge: disable softirqs around br_fdb_update to avoid lockup
Nikolay Aleksandrov
2015-06-07
1
-0
/
+2
|
*
Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"
David S. Miller
2015-06-07
1
-2
/
+2
|
*
bridge: use _bh spinlock variant for br_fdb_update to avoid lockup
Wilson Kok
2015-06-07
1
-2
/
+2
*
|
bridge: skip fdb add if the port shouldn't learn
Wilson Kok
2015-05-25
1
-0
/
+6
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-09
1
-7
/
+5
|
\
|
*
bridge: Fix inability to add non-vlan fdb entry
Toshiaki Makita
2015-02-09
1
-7
/
+5
*
|
Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ...
David S. Miller
2015-02-04
1
-1
/
+1
*
|
bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ...
Siva Mannem
2015-02-04
1
-1
/
+1
*
|
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
2015-01-18
1
-1
/
+2
*
|
net: replace br_fdb_external_learn_* calls with switchdev notifier events
Jiri Pirko
2015-01-18
1
-34
/
+4
*
|
net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is defined
Hubert Sokolowski
2015-01-05
1
-1
/
+6
|
/
*
bridge: add API to notify bridge driver of learned FBD on offloaded device
Scott Feldman
2014-12-02
1
-1
/
+90
*
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
2014-12-02
1
-35
/
+4
*
bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusion
Jiri Pirko
2014-12-02
1
-7
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-08-05
1
-1
/
+1
|
\
|
*
bridge: Don't include NDA_VLAN for FDB entries with vid 0
Toshiaki Makita
2014-07-31
1
-1
/
+1
*
|
bridge: netlink dump interface at par with brctl
Jamal Hadi Salim
2014-07-10
1
-3
/
+12
*
|
bridge: fdb dumping takes a filter device
Jamal Hadi Salim
2014-07-10
1
-0
/
+5
*
|
bridge: use list_for_each_entry_continue_reverse
Li RongQing
2014-06-21
1
-6
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-06-03
1
-1
/
+7
|
\
|
*
bridge: notify user space after fdb update
Jon Maxwell
2014-06-01
1
-1
/
+7
*
|
bridge: Add bridge ifindex to bridge fdb notify msgs
Roopa Prabhu
2014-06-02
1
-0
/
+3
*
|
bridge: Add addresses from static fdbs to non-promisc ports
Vlad Yasevich
2014-05-16
1
-6
/
+69
*
|
bridge: Add functionality to sync static fdb entries to hw
Vlad Yasevich
2014-05-16
1
-0
/
+56
|
/
*
bridge: Prevent possible race condition in br_fdb_change_mac_address
Toshiaki Makita
2014-02-10
1
-1
/
+5
*
bridge: Properly check if local fdb entry can be deleted when deleting vlan
Toshiaki Makita
2014-02-10
1
-2
/
+18
*
bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...
Toshiaki Makita
2014-02-10
1
-19
/
+6
*
bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...
Toshiaki Makita
2014-02-10
1
-25
/
+32
*
bridge: Fix the way to check if a local fdb entry can be deleted
Toshiaki Makita
2014-02-10
1
-1
/
+9
*
bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr
Toshiaki Makita
2014-02-10
1
-9
/
+20
*
bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr
Toshiaki Makita
2014-02-10
1
-4
/
+12
*
bridge: remove unnecessary condition judgment
tanxiaojun
2013-12-19
1
-2
/
+1
*
bridge: Don't use VID 0 and 4095 in vlan filtering
Toshiaki Makita
2013-10-18
1
-2
/
+2
*
bridge: Use the correct bit length for bitmap functions in the VLAN code
Toshiaki Makita
2013-08-20
1
-5
/
+5
*
bridge: check for zero ether address in fdb add
Stephen Hemminger
2013-06-25
1
-0
/
+5
*
bridge: Add fdb dst check during fdb update
roopa
2013-04-29
1
-2
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-27
1
-1
/
+1
|
\
|
*
bridge: fix crash when set mac address of br interface
Hong zhi guo
2013-03-24
1
-1
/
+1
*
|
bridge: using for_each_set_bit to simplify the code
Wei Yongjun
2013-03-12
1
-8
/
+2
*
|
bridge: using for_each_set_bit_from to simplify the code
Wei Yongjun
2013-03-12
1
-3
/
+1
|
/
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-14
/
+9
*
bridge: Add vlan support for local fdb entries
Vlad Yasevich
2013-02-13
1
-15
/
+46
*
bridge: Add vlan support to static neighbors
Vlad Yasevich
2013-02-13
1
-17
/
+131
*
bridge: Add vlan to unicast fdb entries
Vlad Yasevich
2013-02-13
1
-29
/
+40
[next]