index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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: 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
*
netlink: add attributes to fdb interface
stephen hemminger
2012-10-01
1
-1
/
+2
*
netdev: make address const in device address management
stephen hemminger
2012-09-19
1
-3
/
+3
*
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-09-10
1
-3
/
+3
*
time: jiffies_delta_to_clock_t() helper to the rescue
Eric Dumazet
2012-08-09
1
-1
/
+1
*
bridge: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2012-05-09
1
-7
/
+7
*
net: add generic PF_BRIDGE:RTM_ FDB hooks
John Fastabend
2012-04-15
1
-97
/
+31
*
bridge: Stop using NLA_PUT*().
David S. Miller
2012-04-02
1
-4
/
+4
*
bridge: BH already disabled in br_fdb_cleanup()
Eric Dumazet
2012-01-17
1
-2
/
+2
*
net:bridge: use IS_ENABLED
Igor Maravić
2011-12-16
1
-1
/
+1
*
bridge: add local MAC address to forwarding table (v2)
stephen hemminger
2011-12-08
1
-2
/
+18
*
bridge: rearrange fdb notifications (v2)
stephen hemminger
2011-12-08
1
-19
/
+20
*
bridge: refactor fdb_notify
stephen hemminger
2011-12-08
1
-4
/
+7
*
bridge: add NTF_USE support
stephen hemminger
2011-11-14
1
-11
/
+27
*
bridge: allow updating existing fdb entries
stephen hemminger
2011-10-03
1
-7
/
+16
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-04-11
1
-1
/
+1
|
\
|
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
[next]