summaryrefslogtreecommitdiff
path: root/net/bridge/br_fdb.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-11bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita1-1/+5
2014-02-11bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita1-2/+18
2014-02-11bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita1-19/+6
2014-02-11bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita1-25/+32
2014-02-11bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita1-1/+9
2014-02-11bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita1-9/+20
2014-02-11bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita1-4/+12
2013-12-20bridge: remove unnecessary condition judgmenttanxiaojun1-2/+1
2013-10-19bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita1-2/+2
2013-08-21bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita1-5/+5
2013-06-26bridge: check for zero ether address in fdb addStephen Hemminger1-0/+5
2013-04-29bridge: Add fdb dst check during fdb updateroopa1-2/+14
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-25bridge: fix crash when set mac address of br interfaceHong zhi guo1-1/+1
2013-03-12bridge: using for_each_set_bit to simplify the codeWei Yongjun1-8/+2
2013-03-12bridge: using for_each_set_bit_from to simplify the codeWei Yongjun1-3/+1
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-14/+9
2013-02-14bridge: Add vlan support for local fdb entriesVlad Yasevich1-15/+46
2013-02-14bridge: Add vlan support to static neighborsVlad Yasevich1-17/+131
2013-02-14bridge: Add vlan to unicast fdb entriesVlad Yasevich1-29/+40
2012-10-02netlink: add attributes to fdb interfacestephen hemminger1-1/+2
2012-09-20netdev: make address const in device address managementstephen hemminger1-3/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-3/+3
2012-08-10time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet1-1/+1
2012-05-10bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches1-7/+7
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend1-97/+31
2012-04-02bridge: Stop using NLA_PUT*().David S. Miller1-4/+4
2012-01-17bridge: BH already disabled in br_fdb_cleanup()Eric Dumazet1-2/+2
2011-12-17net:bridge: use IS_ENABLEDIgor Maravić1-1/+1
2011-12-09bridge: add local MAC address to forwarding table (v2)stephen hemminger1-2/+18
2011-12-09bridge: rearrange fdb notifications (v2)stephen hemminger1-19/+20
2011-12-09bridge: refactor fdb_notifystephen hemminger1-4/+7
2011-11-14bridge: add NTF_USE supportstephen hemminger1-11/+27
2011-10-03bridge: allow updating existing fdb entriesstephen hemminger1-7/+16
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-05bridge: allow creating/deleting fdb entries via netlinkstephen hemminger1-0/+139
2011-04-05bridge: add netlink notification on forward entry changesstephen hemminger1-0/+125
2011-04-05bridge: split rcu and no-rcu cases of fdb lookupstephen hemminger1-3/+16
2011-04-05bridge: track last used time in forwarding tablestephen hemminger1-5/+5
2011-04-05bridge: change arguments to fdb_createstephen hemminger1-8/+10
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-05bridge: Don't put partly initialized fdb into hashPavel Emelyanov1-2/+2
2010-11-15bridge: fix RCU races with bridge portstephen hemminger1-6/+9
2010-08-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-07-28bridge: add rcu_read_lock on transmitstephen hemminger1-1/+1
2010-06-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+2
2010-06-18bridge: fdb cleanup runs too oftenstephen hemminger1-4/+2
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-2/+2
2010-05-16bridge: change console message interfacestephen hemminger1-5/+4