index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_fdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-16
bridge: Add addresses from static fdbs to non-promisc ports
Vlad Yasevich
1
-6
/
+69
2014-05-16
bridge: Add functionality to sync static fdb entries to hw
Vlad Yasevich
1
-0
/
+56
2014-02-10
bridge: Prevent possible race condition in br_fdb_change_mac_address
Toshiaki Makita
1
-1
/
+5
2014-02-10
bridge: Properly check if local fdb entry can be deleted when deleting vlan
Toshiaki Makita
1
-2
/
+18
2014-02-10
bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...
Toshiaki Makita
1
-19
/
+6
2014-02-10
bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...
Toshiaki Makita
1
-25
/
+32
2014-02-10
bridge: Fix the way to check if a local fdb entry can be deleted
Toshiaki Makita
1
-1
/
+9
2014-02-10
bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr
Toshiaki Makita
1
-9
/
+20
2014-02-10
bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr
Toshiaki Makita
1
-4
/
+12
2013-12-19
bridge: remove unnecessary condition judgment
tanxiaojun
1
-2
/
+1
2013-10-18
bridge: Don't use VID 0 and 4095 in vlan filtering
Toshiaki Makita
1
-2
/
+2
2013-08-20
bridge: Use the correct bit length for bitmap functions in the VLAN code
Toshiaki Makita
1
-5
/
+5
2013-06-25
bridge: check for zero ether address in fdb add
Stephen Hemminger
1
-0
/
+5
2013-04-29
bridge: Add fdb dst check during fdb update
roopa
1
-2
/
+14
2013-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-03-24
bridge: fix crash when set mac address of br interface
Hong zhi guo
1
-1
/
+1
2013-03-12
bridge: using for_each_set_bit to simplify the code
Wei Yongjun
1
-8
/
+2
2013-03-12
bridge: using for_each_set_bit_from to simplify the code
Wei Yongjun
1
-3
/
+1
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-14
/
+9
2013-02-13
bridge: Add vlan support for local fdb entries
Vlad Yasevich
1
-15
/
+46
2013-02-13
bridge: Add vlan support to static neighbors
Vlad Yasevich
1
-17
/
+131
2013-02-13
bridge: Add vlan to unicast fdb entries
Vlad Yasevich
1
-29
/
+40
2012-10-01
netlink: add attributes to fdb interface
stephen hemminger
1
-1
/
+2
2012-09-19
netdev: make address const in device address management
stephen hemminger
1
-3
/
+3
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
1
-3
/
+3
2012-08-09
time: jiffies_delta_to_clock_t() helper to the rescue
Eric Dumazet
1
-1
/
+1
2012-05-09
bridge: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-7
/
+7
2012-04-15
net: add generic PF_BRIDGE:RTM_ FDB hooks
John Fastabend
1
-97
/
+31
2012-04-02
bridge: Stop using NLA_PUT*().
David S. Miller
1
-4
/
+4
2012-01-17
bridge: BH already disabled in br_fdb_cleanup()
Eric Dumazet
1
-2
/
+2
2011-12-16
net:bridge: use IS_ENABLED
Igor Maravić
1
-1
/
+1
2011-12-08
bridge: add local MAC address to forwarding table (v2)
stephen hemminger
1
-2
/
+18
2011-12-08
bridge: rearrange fdb notifications (v2)
stephen hemminger
1
-19
/
+20
2011-12-08
bridge: refactor fdb_notify
stephen hemminger
1
-4
/
+7
2011-11-14
bridge: add NTF_USE support
stephen hemminger
1
-11
/
+27
2011-10-03
bridge: allow updating existing fdb entries
stephen hemminger
1
-7
/
+16
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2011-04-04
bridge: allow creating/deleting fdb entries via netlink
stephen hemminger
1
-0
/
+139
2011-04-04
bridge: add netlink notification on forward entry changes
stephen hemminger
1
-0
/
+125
2011-04-04
bridge: split rcu and no-rcu cases of fdb lookup
stephen hemminger
1
-3
/
+16
2011-04-04
bridge: track last used time in forwarding table
stephen hemminger
1
-5
/
+5
2011-04-04
bridge: change arguments to fdb_create
stephen hemminger
1
-8
/
+10
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-02-04
bridge: Don't put partly initialized fdb into hash
Pavel Emelyanov
1
-2
/
+2
2010-11-15
bridge: fix RCU races with bridge port
stephen hemminger
1
-6
/
+9
2010-08-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-07-28
bridge: add rcu_read_lock on transmit
stephen hemminger
1
-1
/
+1
2010-06-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+2
2010-06-17
bridge: fdb cleanup runs too often
stephen hemminger
1
-4
/
+2
[next]