aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_fdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel1-0/+1
2015-10-30bridge: set is_local and is_static before fdb entry is added to the fdb hashtableRoopa Prabhu1-8/+9
2015-10-15bridge: defer switchdev fdb del call in fdb_del_external_learnJiri Pirko1-1/+4
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko1-1/+1
2015-10-12bridge: allow adding of fdb entries pointing to the bridge deviceRoopa Prabhu1-30/+92
2015-10-03switchdev: push object ID back to object structureJiri Pirko1-2/+2
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko1-1/+2
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko1-1/+1
2015-10-03switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko1-1/+1
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot1-7/+4
2015-09-29bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov1-37/+39
2015-09-23bridge: don't age externally added FDB entriesSiva Mannem1-0/+2
2015-06-24bridge: vlan: flush the dynamically learned entries on port vlan deleteNikolay Aleksandrov1-2/+5
2015-06-15bridge: del external_learned fdbs from device on flush or ageoutScott Feldman1-0/+17
2015-06-10bridge: make br_fdb_delete also check if the port matchesNikolay Aleksandrov1-3/+5
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-06-07bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov1-0/+2
2015-06-07Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"David S. Miller1-2/+2
2015-06-07bridge: use _bh spinlock variant for br_fdb_update to avoid lockupWilson Kok1-2/+2
2015-05-25bridge: skip fdb add if the port shouldn't learnWilson Kok1-0/+6
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2015-02-09bridge: Fix inability to add non-vlan fdb entryToshiaki Makita1-7/+5
2015-02-04Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging"David S. Miller1-1/+1
2015-02-04bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the agingSiva Mannem1-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2015-01-18net: replace br_fdb_external_learn_* calls with switchdev notifier eventsJiri Pirko1-34/+4
2015-01-05net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski1-1/+6
2014-12-02bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman1-1/+90
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-35/+4
2014-12-02bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusionJiri Pirko1-7/+7
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-07-31bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita1-1/+1
2014-07-10bridge: netlink dump interface at par with brctlJamal Hadi Salim1-3/+12
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-0/+5
2014-06-21bridge: use list_for_each_entry_continue_reverseLi RongQing1-6/+4
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2014-06-02bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu1-0/+3
2014-06-01bridge: notify user space after fdb updateJon Maxwell1-1/+7
2014-05-16bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich1-6/+69
2014-05-16bridge: Add functionality to sync static fdb entries to hwVlad Yasevich1-0/+56
2014-02-10bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita1-1/+5
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita1-2/+18
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_portToshiaki Makita1-19/+6
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac_addressToshiaki Makita1-25/+32
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita1-1/+9
2014-02-10bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita1-9/+20
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita1-4/+12
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun1-2/+1
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita1-2/+2
2013-08-20bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita1-5/+5