index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_fdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-30
bridge: set is_local and is_static before fdb entry is added to the fdb hasht...
Roopa Prabhu
1
-8
/
+9
2015-10-15
bridge: defer switchdev fdb del call in fdb_del_external_learn
Jiri Pirko
1
-1
/
+4
2015-10-15
switchdev: remove pointers from switchdev objects
Jiri Pirko
1
-1
/
+1
2015-10-12
bridge: allow adding of fdb entries pointing to the bridge device
Roopa Prabhu
1
-30
/
+92
2015-10-03
switchdev: push object ID back to object structure
Jiri Pirko
1
-2
/
+2
2015-10-03
switchdev: bring back switchdev_obj and use it as a generic object param
Jiri Pirko
1
-1
/
+2
2015-10-03
switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb
Jiri Pirko
1
-1
/
+1
2015-10-03
switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*
Jiri Pirko
1
-1
/
+1
2015-09-30
net: switchdev: abstract object in add/del ops
Vivien Didelot
1
-7
/
+4
2015-09-29
bridge: vlan: add per-vlan struct and move to rhashtables
Nikolay Aleksandrov
1
-37
/
+39
2015-09-24
bridge: don't age externally added FDB entries
Siva Mannem
1
-0
/
+2
2015-06-24
bridge: vlan: flush the dynamically learned entries on port vlan delete
Nikolay Aleksandrov
1
-2
/
+5
2015-06-16
bridge: del external_learned fdbs from device on flush or ageout
Scott Feldman
1
-0
/
+17
2015-06-11
bridge: make br_fdb_delete also check if the port matches
Nikolay Aleksandrov
1
-3
/
+5
2015-06-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2015-06-08
bridge: disable softirqs around br_fdb_update to avoid lockup
Nikolay Aleksandrov
1
-0
/
+2
2015-06-08
Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"
David S. Miller
1
-2
/
+2
2015-06-08
bridge: use _bh spinlock variant for br_fdb_update to avoid lockup
Wilson Kok
1
-2
/
+2
2015-05-26
bridge: skip fdb add if the port shouldn't learn
Wilson Kok
1
-0
/
+6
2015-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+5
2015-02-10
bridge: Fix inability to add non-vlan fdb entry
Toshiaki Makita
1
-7
/
+5
2015-02-05
Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ...
David S. Miller
1
-1
/
+1
2015-02-05
bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ...
Siva Mannem
1
-1
/
+1
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-1
/
+2
2015-01-18
net: replace br_fdb_external_learn_* calls with switchdev notifier events
Jiri Pirko
1
-34
/
+4
2015-01-06
net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is defined
Hubert Sokolowski
1
-1
/
+6
2014-12-03
bridge: add API to notify bridge driver of learned FBD on offloaded device
Scott Feldman
1
-1
/
+90
2014-12-03
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
1
-35
/
+4
2014-12-03
bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusion
Jiri Pirko
1
-7
/
+7
2014-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-07-31
bridge: Don't include NDA_VLAN for FDB entries with vid 0
Toshiaki Makita
1
-1
/
+1
2014-07-10
bridge: netlink dump interface at par with brctl
Jamal Hadi Salim
1
-3
/
+12
2014-07-10
bridge: fdb dumping takes a filter device
Jamal Hadi Salim
1
-0
/
+5
2014-06-22
bridge: use list_for_each_entry_continue_reverse
Li RongQing
1
-6
/
+4
2014-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+7
2014-06-03
bridge: Add bridge ifindex to bridge fdb notify msgs
Roopa Prabhu
1
-0
/
+3
2014-06-02
bridge: notify user space after fdb update
Jon Maxwell
1
-1
/
+7
2014-05-17
bridge: Add addresses from static fdbs to non-promisc ports
Vlad Yasevich
1
-6
/
+69
2014-05-17
bridge: Add functionality to sync static fdb entries to hw
Vlad Yasevich
1
-0
/
+56
2014-02-11
bridge: Prevent possible race condition in br_fdb_change_mac_address
Toshiaki Makita
1
-1
/
+5
2014-02-11
bridge: Properly check if local fdb entry can be deleted when deleting vlan
Toshiaki Makita
1
-2
/
+18
2014-02-11
bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...
Toshiaki Makita
1
-19
/
+6
2014-02-11
bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...
Toshiaki Makita
1
-25
/
+32
2014-02-11
bridge: Fix the way to check if a local fdb entry can be deleted
Toshiaki Makita
1
-1
/
+9
2014-02-11
bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr
Toshiaki Makita
1
-9
/
+20
2014-02-11
bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr
Toshiaki Makita
1
-4
/
+12
2013-12-20
bridge: remove unnecessary condition judgment
tanxiaojun
1
-2
/
+1
2013-10-19
bridge: Don't use VID 0 and 4095 in vlan filtering
Toshiaki Makita
1
-2
/
+2
2013-08-21
bridge: Use the correct bit length for bitmap functions in the VLAN code
Toshiaki Makita
1
-5
/
+5
2013-06-26
bridge: check for zero ether address in fdb add
Stephen Hemminger
1
-0
/
+5
[next]