aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_fdb.c
Commit message (Expand)AuthorAge
* bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita2013-08-21
* bridge: check for zero ether address in fdb addStephen Hemminger2013-06-25
* bridge: Add fdb dst check during fdb updateroopa2013-04-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-27
|\
| * bridge: fix crash when set mac address of br interfaceHong zhi guo2013-03-24
* | bridge: using for_each_set_bit to simplify the codeWei Yongjun2013-03-12
* | bridge: using for_each_set_bit_from to simplify the codeWei Yongjun2013-03-12
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* bridge: Add vlan support for local fdb entriesVlad Yasevich2013-02-13
* bridge: Add vlan support to static neighborsVlad Yasevich2013-02-13
* bridge: Add vlan to unicast fdb entriesVlad Yasevich2013-02-13
* netlink: add attributes to fdb interfacestephen hemminger2012-10-01
* netdev: make address const in device address managementstephen hemminger2012-09-19
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
* time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet2012-08-09
* bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-09
* net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend2012-04-15
* bridge: Stop using NLA_PUT*().David S. Miller2012-04-02
* bridge: BH already disabled in br_fdb_cleanup()Eric Dumazet2012-01-17
* net:bridge: use IS_ENABLEDIgor Maravić2011-12-16
* bridge: add local MAC address to forwarding table (v2)stephen hemminger2011-12-08
* bridge: rearrange fdb notifications (v2)stephen hemminger2011-12-08
* bridge: refactor fdb_notifystephen hemminger2011-12-08
* bridge: add NTF_USE supportstephen hemminger2011-11-14
* bridge: allow updating existing fdb entriesstephen hemminger2011-10-03
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-11
|\
| * Fix common misspellingsLucas De Marchi2011-03-31
* | bridge: allow creating/deleting fdb entries via netlinkstephen hemminger2011-04-04
* | bridge: add netlink notification on forward entry changesstephen hemminger2011-04-04
* | bridge: split rcu and no-rcu cases of fdb lookupstephen hemminger2011-04-04
* | bridge: track last used time in forwarding tablestephen hemminger2011-04-04
* | bridge: change arguments to fdb_createstephen hemminger2011-04-04
|/
* bridge: Don't put partly initialized fdb into hashPavel Emelyanov2011-02-04
* bridge: fix RCU races with bridge portstephen hemminger2010-11-15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-03
|\
| * bridge: add rcu_read_lock on transmitstephen hemminger2010-07-28
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-23
|\|
| * bridge: fdb cleanup runs too oftenstephen hemminger2010-06-17
* | bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-15
|/
* bridge: change console message interfacestephen hemminger2010-05-16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* bridge: Simplify interface for ATM LANEMichał Mirosław2009-06-12
* bridge: avoid an extra space in br_fdb_update()Jiri Pirko2009-05-27
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-18
|\
| * rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-19
* | net: remove CVS keywordsAdrian Bunk2008-06-12
|/
* bridge: forwarding table information for >256 devicesStephen Hemminger2008-05-02
* bridge: use time_before() in br_fdb_cleanup()Fabio Checconi2008-03-20