summaryrefslogtreecommitdiffstats
path: root/include/net/switchdev.h
Commit message (Expand)AuthorAgeFilesLines
* net: switchdev: add reminder near struct switchdev_notifier_fdb_infoVladimir Oltean2022-06-291-0/+3
* net: bridge: mst: Notify switchdev drivers of MST state changesTobias Waldekranz2022-03-171-0/+7
* net: bridge: mst: Notify switchdev drivers of VLAN MSTI migrationsTobias Waldekranz2022-03-171-0/+7
* net: bridge: mst: Notify switchdev drivers of MST mode changesTobias Waldekranz2022-03-171-0/+2
* net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2022-02-241-8/+2
* net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...Vladimir Oltean2022-02-161-0/+39
* net: bridge: switchdev: differentiate new VLANs from changed onesVladimir Oltean2022-02-161-0/+7
* net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2021-10-271-38/+10
* net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean2021-08-041-0/+46
* net: switchdev: remove stray semicolon in switchdev_handle_fdb_del_to_device ...Vladimir Oltean2021-07-211-1/+1
* net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean2021-07-201-0/+56
* net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean2021-07-201-0/+6
* net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean2021-06-281-6/+7
* net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2021-04-161-0/+1
* net: bridge: add helper to replay port and host-joined mdb entriesVladimir Oltean2021-03-231-0/+1
* switchdev: mrp: Extend ring_role_mrp and in_role_mrpHoratiu Vultur2021-02-161-0/+2
* switchdev: mrp: Remove CONFIG_BRIDGE_MRPHoratiu Vultur2021-02-161-10/+0
* net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=nVladimir Oltean2021-02-151-1/+2
* net: bridge: propagate extack through switchdev_port_attr_setVladimir Oltean2021-02-141-1/+2
* net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-121-1/+6
* net: switchdev: propagate extack to port attributesVladimir Oltean2021-02-121-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-2/+0
|\
| * switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STATHoratiu Vultur2021-02-081-2/+0
* | net: switchdev: delete the transaction objectVladimir Oltean2021-01-111-14/+0
* | net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-111-5/+2
* | net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-111-3/+0
* | net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-111-2/+1
|/
* bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson2020-12-011-0/+2
* bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter2020-09-151-0/+1
* switchdev: mrp: Extend switchdev API for MRP InterconnectHoratiu Vultur2020-07-141-0/+38
* bridge: mrp: Add support for role MRAHoratiu Vultur2020-06-011-0/+1
* bridge: mrp: Set the priority of MRP instanceHoratiu Vultur2020-06-011-0/+1
* switchdev: mrp: Remove the variable mrp_ring_stateHoratiu Vultur2020-05-221-1/+0
* switchdev: mrp: Extend switchdev API to offload MRPHoratiu Vultur2020-04-271-0/+62
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* switchdev: Remove unused transaction item queueFlorian Fainelli2019-03-011-12/+0
* net: Remove switchdev_opsFlorian Fainelli2019-02-271-17/+0
* switchdev: Add SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+27
* switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli2019-02-241-4/+0
* net: Get rid of switchdev_port_attr_get()Florian Fainelli2019-02-211-8/+0
* net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli2019-02-211-2/+0
* net: switchdev: Add PORT_PRE_BRIDGE_FLAGSFlorian Fainelli2019-02-211-1/+2
* net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli2019-02-061-11/+0
* switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-171-2/+4
* net: switchdev: Add extack to switchdev_handle_port_obj_add() callbackPetr Machata2018-12-121-2/+4
* net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata2018-12-121-2/+11
* net: switchdev: Add extack argument to switchdev_port_obj_add()Petr Machata2018-12-121-2/+4
* switchdev: Replace port obj add/del SDO with a notificationPetr Machata2018-11-231-9/+0
* switchdev: Add helpers to aid traversal through lower devicesPetr Machata2018-11-231-0/+33
* switchdev: Add SWITCHDEV_PORT_OBJ_ADD, SWITCHDEV_PORT_OBJ_DELPetr Machata2018-11-231-0/+10