aboutsummaryrefslogtreecommitdiff
path: root/net/bridge/br_fdb.c
AgeCommit message (Expand)Author
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich
2013-02-13bridge: Add vlan to unicast fdb entriesVlad Yasevich
2012-10-01netlink: add attributes to fdb interfacestephen hemminger
2012-09-19netdev: make address const in device address managementstephen hemminger
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet
2012-05-09bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend
2012-04-02bridge: Stop using NLA_PUT*().David S. Miller
2012-01-17bridge: BH already disabled in br_fdb_cleanup()Eric Dumazet
2011-12-16net:bridge: use IS_ENABLEDIgor Maravić
2011-12-08bridge: add local MAC address to forwarding table (v2)stephen hemminger
2011-12-08bridge: rearrange fdb notifications (v2)stephen hemminger
2011-12-08bridge: refactor fdb_notifystephen hemminger
2011-11-14bridge: add NTF_USE supportstephen hemminger
2011-10-03bridge: allow updating existing fdb entriesstephen hemminger
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-04bridge: allow creating/deleting fdb entries via netlinkstephen hemminger
2011-04-04bridge: add netlink notification on forward entry changesstephen hemminger
2011-04-04bridge: split rcu and no-rcu cases of fdb lookupstephen hemminger
2011-04-04bridge: track last used time in forwarding tablestephen hemminger
2011-04-04bridge: change arguments to fdb_createstephen hemminger
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-04bridge: Don't put partly initialized fdb into hashPavel Emelyanov
2010-11-15bridge: fix RCU races with bridge portstephen hemminger
2010-08-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-28bridge: add rcu_read_lock on transmitstephen hemminger
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-17bridge: fdb cleanup runs too oftenstephen hemminger
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko
2010-05-15bridge: change console message interfacestephen hemminger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-06-11bridge: Simplify interface for ATM LANEMichał Mirosław
2009-05-27bridge: avoid an extra space in br_fdb_update()Jiri Pirko
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu
2008-05-02bridge: forwarding table information for >256 devicesStephen Hemminger
2008-03-20bridge: use time_before() in br_fdb_cleanup()Fabio Checconi
2007-12-07[BRIDGE]: Section fix.Andrew Morton
2007-08-30[BRIDGE]: Packets leaking out of disabled/blocked ports.Stephen Hemminger
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-05-31[BRIDGE]: Reduce frequency of forwarding cleanup timer in bridge.Baruch Even
2007-04-25bridge: check kmem_cache_create() errorAkinobu Mita
2007-04-25bridge: add sysfs hook to flush forwarding tableStephen Hemminger
2007-04-25bridge: simpler hash with saltStephen Hemminger