summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_fdb.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: add address and vlan to fdb warning messagesRoopa Prabhu2016-10-131-6/+4
* rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-011-11/+12
* bridge: Fix problems around fdb entries pointing to the bridge deviceToshiaki Makita2016-08-091-25/+27
* bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita2016-06-081-0/+2
* net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真2016-02-261-5/+10
* switchdev: Pass original device to port netdev driverIdo Schimmel2015-12-151-0/+1
* bridge: set is_local and is_static before fdb entry is added to the fdb hasht...Roopa Prabhu2015-10-301-8/+9
* bridge: defer switchdev fdb del call in fdb_del_external_learnJiri Pirko2015-10-151-1/+4
* switchdev: remove pointers from switchdev objectsJiri Pirko2015-10-151-1/+1
* bridge: allow adding of fdb entries pointing to the bridge deviceRoopa Prabhu2015-10-121-30/+92
* switchdev: push object ID back to object structureJiri Pirko2015-10-031-2/+2
* switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko2015-10-031-1/+2
* switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko2015-10-031-1/+1
* switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko2015-10-031-1/+1
* net: switchdev: abstract object in add/del opsVivien Didelot2015-09-291-7/+4
* bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov2015-09-291-37/+39
* bridge: don't age externally added FDB entriesSiva Mannem2015-09-231-0/+2
* bridge: vlan: flush the dynamically learned entries on port vlan deleteNikolay Aleksandrov2015-06-241-2/+5
* bridge: del external_learned fdbs from device on flush or ageoutScott Feldman2015-06-151-0/+17
* bridge: make br_fdb_delete also check if the port matchesNikolay Aleksandrov2015-06-101-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-081-0/+2
|\
| * bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov2015-06-071-0/+2
| * Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"David S. Miller2015-06-071-2/+2
| * bridge: use _bh spinlock variant for br_fdb_update to avoid lockupWilson Kok2015-06-071-2/+2
* | bridge: skip fdb add if the port shouldn't learnWilson Kok2015-05-251-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-7/+5
|\
| * bridge: Fix inability to add non-vlan fdb entryToshiaki Makita2015-02-091-7/+5
* | Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ...David S. Miller2015-02-041-1/+1
* | bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ...Siva Mannem2015-02-041-1/+1
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* | net: replace br_fdb_external_learn_* calls with switchdev notifier eventsJiri Pirko2015-01-181-34/+4
* | net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski2015-01-051-1/+6
|/
* bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman2014-12-021-1/+90
* net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-021-35/+4
* bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusionJiri Pirko2014-12-021-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-1/+1
|\
| * bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita2014-07-311-1/+1
* | bridge: netlink dump interface at par with brctlJamal Hadi Salim2014-07-101-3/+12
* | bridge: fdb dumping takes a filter deviceJamal Hadi Salim2014-07-101-0/+5
* | bridge: use list_for_each_entry_continue_reverseLi RongQing2014-06-211-6/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-1/+7
|\
| * bridge: notify user space after fdb updateJon Maxwell2014-06-011-1/+7
* | bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu2014-06-021-0/+3
* | bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich2014-05-161-6/+69
* | bridge: Add functionality to sync static fdb entries to hwVlad Yasevich2014-05-161-0/+56
|/
* bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita2014-02-101-1/+5
* bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita2014-02-101-2/+18
* bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita2014-02-101-19/+6
* bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita2014-02-101-25/+32
* bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita2014-02-101-1/+9
OpenPOWER on IntegriCloud