Age | Commit message (Expand) | Author |
2017-04-30 | net: bridge: Fix improper taking over HW learned FDB | Arkadi Sharshevsky |
2017-04-17 | net: bridge: notify on hw fdb takeover | Nikolay Aleksandrov |
2017-03-24 | net: bridge: allow to add externally learned entries from user-space | Nikolay Aleksandrov |
2017-03-24 | net: bridge: allow SW learn to take over HW fdb entries | Nikolay Aleksandrov |
2017-03-16 | bridge: resolve a false alarm of lockdep | WANG Cong |
2017-02-17 | bridge: don't indicate expiry on NTF_EXT_LEARNED fdb entries | Roopa Prabhu |
2017-02-14 | bridge: fdb: converge fdb_delete_by functions into one | Nikolay Aleksandrov |
2017-02-14 | bridge: fdb: add proper lock checks in searching functions | Nikolay Aleksandrov |
2017-02-14 | bridge: fdb: converge fdb searching functions into one | Nikolay Aleksandrov |
2017-02-07 | bridge: avoid unnecessary read of jiffies | stephen hemminger |
2017-02-06 | bridge: fdb: write to used and updated at most once per jiffy | Nikolay Aleksandrov |
2017-02-06 | bridge: move to workqueue gc | Nikolay Aleksandrov |
2016-10-13 | bridge: add address and vlan to fdb warning messages | Roopa Prabhu |
2016-09-01 | rtnetlink: fdb dump: optimize by saving last interface markers | Roopa Prabhu |
2016-08-09 | bridge: Fix problems around fdb entries pointing to the bridge device | Toshiaki Makita |
2016-06-08 | bridge: Don't insert unnecessary local fdb entry on changing mac address | Toshiaki Makita |
2016-02-26 | net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump. | MINOURA Makoto / 箕浦 真 |
2015-12-15 | switchdev: Pass original device to port netdev driver | Ido Schimmel |
2015-10-30 | bridge: set is_local and is_static before fdb entry is added to the fdb hasht... | Roopa Prabhu |
2015-10-15 | bridge: defer switchdev fdb del call in fdb_del_external_learn | Jiri Pirko |
2015-10-15 | switchdev: remove pointers from switchdev objects | Jiri Pirko |
2015-10-12 | bridge: allow adding of fdb entries pointing to the bridge device | Roopa Prabhu |
2015-10-03 | switchdev: push object ID back to object structure | Jiri Pirko |
2015-10-03 | switchdev: bring back switchdev_obj and use it as a generic object param | Jiri Pirko |
2015-10-03 | switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb | Jiri Pirko |
2015-10-03 | switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_* | Jiri Pirko |
2015-09-29 | net: switchdev: abstract object in add/del ops | Vivien Didelot |
2015-09-29 | bridge: vlan: add per-vlan struct and move to rhashtables | Nikolay Aleksandrov |
2015-09-23 | bridge: don't age externally added FDB entries | Siva Mannem |
2015-06-24 | bridge: vlan: flush the dynamically learned entries on port vlan delete | Nikolay Aleksandrov |
2015-06-15 | bridge: del external_learned fdbs from device on flush or ageout | Scott Feldman |
2015-06-10 | bridge: make br_fdb_delete also check if the port matches | Nikolay Aleksandrov |
2015-06-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-06-07 | bridge: disable softirqs around br_fdb_update to avoid lockup | Nikolay Aleksandrov |
2015-06-07 | Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup" | David S. Miller |
2015-06-07 | bridge: use _bh spinlock variant for br_fdb_update to avoid lockup | Wilson Kok |
2015-05-25 | bridge: skip fdb add if the port shouldn't learn | Wilson Kok |
2015-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-02-09 | bridge: Fix inability to add non-vlan fdb entry | Toshiaki Makita |
2015-02-04 | Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ... | David S. Miller |
2015-02-04 | bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ... | Siva Mannem |
2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg |
2015-01-18 | net: replace br_fdb_external_learn_* calls with switchdev notifier events | Jiri Pirko |
2015-01-05 | net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is defined | Hubert Sokolowski |
2014-12-02 | bridge: add API to notify bridge driver of learned FBD on offloaded device | Scott Feldman |
2014-12-02 | net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del | Jiri Pirko |
2014-12-02 | bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusion | Jiri Pirko |
2014-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-07-31 | bridge: Don't include NDA_VLAN for FDB entries with vid 0 | Toshiaki Makita |
2014-07-10 | bridge: netlink dump interface at par with brctl | Jamal Hadi Salim |