aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/switchdev.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-16net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz1-0/+3
2023-08-09net: switchdev: Remove unused declaration switchdev_port_fwd_mark_set()Yue Haibing1-4/+0
2023-08-02net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t()Yue Haibing1-2/+0
2023-07-21net: switchdev: Add a helper to replay objects on a bridge portPetr Machata1-0/+6
2022-11-09bridge: switchdev: Allow device drivers to install locked FDB entriesHans J. Schultz1-0/+1
2022-06-29net: switchdev: add reminder near struct switchdev_notifier_fdb_infoVladimir Oltean1-0/+3
2022-03-17net: bridge: mst: Notify switchdev drivers of MST state changesTobias Waldekranz1-0/+7
2022-03-17net: bridge: mst: Notify switchdev drivers of VLAN MSTI migrationsTobias Waldekranz1-0/+7
2022-03-17net: bridge: mst: Notify switchdev drivers of MST mode changesTobias Waldekranz1-0/+2
2022-02-24net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean1-8/+2
2022-02-16net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...Vladimir Oltean1-0/+39
2022-02-16net: bridge: switchdev: differentiate new VLANs from changed onesVladimir Oltean1-0/+7
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean1-38/+10
2021-08-04net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean1-0/+46
2021-07-21net: switchdev: remove stray semicolon in switchdev_handle_fdb_del_to_device ...Vladimir Oltean1-1/+1
2021-07-20net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean1-0/+56
2021-07-20net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean1-0/+6
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-6/+7
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-0/+1
2021-03-23net: bridge: add helper to replay port and host-joined mdb entriesVladimir Oltean1-0/+1
2021-02-16switchdev: mrp: Extend ring_role_mrp and in_role_mrpHoratiu Vultur1-0/+2
2021-02-16switchdev: mrp: Remove CONFIG_BRIDGE_MRPHoratiu Vultur1-10/+0
2021-02-15net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=nVladimir Oltean1-1/+2
2021-02-14net: bridge: propagate extack through switchdev_port_attr_setVladimir Oltean1-1/+2
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-1/+6
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean1-2/+4
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2021-02-08switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STATHoratiu Vultur1-2/+0
2021-01-11net: switchdev: delete the transaction objectVladimir Oltean1-14/+0
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-5/+2
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-3/+0
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-2/+1
2020-12-01bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson1-0/+2
2020-09-15bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter1-0/+1
2020-07-14switchdev: mrp: Extend switchdev API for MRP InterconnectHoratiu Vultur1-0/+38
2020-06-01bridge: mrp: Add support for role MRAHoratiu Vultur1-0/+1
2020-06-01bridge: mrp: Set the priority of MRP instanceHoratiu Vultur1-0/+1
2020-05-22switchdev: mrp: Remove the variable mrp_ring_stateHoratiu Vultur1-1/+0
2020-04-27switchdev: mrp: Extend switchdev API to offload MRPHoratiu Vultur1-0/+62
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-01switchdev: Remove unused transaction item queueFlorian Fainelli1-12/+0
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-17/+0
2019-02-27switchdev: Add SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+27
2019-02-24switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli1-4/+0
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli1-8/+0
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli1-2/+0
2019-02-21net: switchdev: Add PORT_PRE_BRIDGE_FLAGSFlorian Fainelli1-1/+2
2019-02-06net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli1-11/+0
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata1-2/+4
2018-12-12net: switchdev: Add extack to switchdev_handle_port_obj_add() callbackPetr Machata1-2/+4
2018-12-12net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata1-2/+11
2018-12-12net: switchdev: Add extack argument to switchdev_port_obj_add()Petr Machata1-2/+4
2018-11-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata1-9/+0
2018-11-23switchdev: Add helpers to aid traversal through lower devicesPetr Machata1-0/+33
2018-11-23switchdev: Add SWITCHDEV_PORT_OBJ_ADD, SWITCHDEV_PORT_OBJ_DELPetr Machata1-0/+10
2018-11-23switchdev: Add a blocking notifier chainPetr Machata1-0/+27
2018-11-23switchdev: SWITCHDEV_OBJ_PORT_{VLAN, MDB}(): SanitizePetr Machata1-4/+4
2018-11-21vxlan: Add hardware FDB learningPetr Machata1-0/+2
2018-10-17bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel1-1/+2
2018-10-17vxlan: Support marking RDSTs as offloadedPetr Machata1-0/+1
2018-10-17vxlan: Add switchdev notificationsPetr Machata1-0/+3
2018-05-03switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata1-0/+1
2017-11-10net: bridge: Add/del switchdev object on host join/leaveAndrew Lunn1-0/+1
2017-10-09net: bridge: Notify on bridge device mrouter state changesYotam Gigi1-0/+1
2017-08-07net: switchdev: Remove bridge bypass support from switchdevArkadi Sharshevsky1-75/+0
2017-08-07net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky1-12/+0
2017-07-01net: switchdev: add SET_SWITCHDEV_OPS helperSimon Horman1-0/+4
2017-06-08net: bridge: Receive notification about successful FDB offloadArkadi Sharshevsky1-0/+1
2017-06-08net: bridge: Add support for notifying devices about FDB add/delArkadi Sharshevsky1-2/+4
2017-06-08net: switchdev: Add support for querying supported bridge flags by hardwareArkadi Sharshevsky1-0/+2
2017-02-10switchdev: bridge: Offload mc router portsNogah Frankel1-0/+2
2017-02-10switchdev: bridge: Offload multicast disabledNogah Frankel1-0/+2
2016-09-28switchdev: remove FIB offload infrastructureJiri Pirko1-40/+0
2016-09-02switchdev: Fix return value of switchdev_port_fdb_dump().Rosen, Rami1-1/+1
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-2/+2
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel1-6/+0
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-19net: switchdev: change ageing_time type to clock_tVivien Didelot1-1/+1
2016-07-14net/switchdev: Export the same parent ID service functionOr Gerlitz1-0/+8
2016-05-17switchdev: pass pointer to fib_info instead of copyJiri Pirko1-1/+1
2016-04-24switchdev: Adding complete operation to deferred switchdev opsElad Raz1-0/+4
2016-01-10switchdev: Adding MDB entry offloadElad Raz1-0/+11
2016-01-06switchdev: add bridge vlan_filtering attributeElad Raz1-0/+2
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel1-0/+2
2015-11-16net: switchdev: fix return code of fdb_dump stubDragos Tatulea1-1/+1
2015-10-15switchdev: introduce possibility to defer obj_add/delJiri Pirko1-0/+1
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko1-4/+3
2015-10-15switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko1-0/+1
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko1-3/+3
2015-10-15switchdev: introduce switchdev deferred ops infrastructureJiri Pirko1-0/+5
2015-10-12switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman1-0/+1
2015-10-12switchdev: add bridge ageing_time attributeScott Feldman1-0/+2
2015-10-03switchdev: push object ID back to object structureJiri Pirko1-10/+4
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko1-11/+31
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko1-1/+1
2015-10-03switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko1-1/+1
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko1-4/+4
2015-10-03switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko1-7/+7
2015-09-29net: switchdev: extract struct switchdev_obj_*Vivien Didelot1-27/+26
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot1-6/+12
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot1-3/+6
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot1-1/+1
2015-09-24switchdev: reduce transaction phase enum down to a booleanJiri Pirko1-8/+3
2015-09-24switchdev: remove "ABORT" transaction phaseJiri Pirko1-1/+0
2015-09-24switchdev: remove "NONE" transaction phaseJiri Pirko1-1/+0
2015-09-24switchdev: add switchdev_trans_ph_prepare/commit helpersJiri Pirko1-0/+10
2015-09-24switchdev: move transaction phase enum under transaction structureJiri Pirko1-2/+1
2015-09-24switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko1-3/+21
2015-09-24switchdev: rename "trans" to "trans_ph".Jiri Pirko1-3/+3
2015-08-11net: switchdev: support static FDB addressesVivien Didelot1-0/+1
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller1-2/+1
2015-08-09net: switchdev: support static FDB addressesVivien Didelot1-0/+1
2015-08-09net: switchdev: change fdb addr for a byte arrayVivien Didelot1-1/+1
2015-07-20switchdev: add offload_fwd_mark generator helperScott Feldman1-0/+9
2015-06-23switchdev: rename vlan vid_start to vid_beginScott Feldman1-1/+1
2015-05-17switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar1-0/+50
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman1-2/+2
2015-05-13switchdev: align comment with other comments in blockScott Feldman1-1/+1
2015-05-12switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman1-11/+10
2015-05-12switchdev: add new switchdev_port_bridge_getlinkScott Feldman1-0/+10
2015-05-12switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman1-15/+0
2015-05-12switchdev: add new switchdev_port_bridge_dellinkScott Feldman1-0/+6
2015-05-12switchdev: remove old switchdev_port_bridge_setlinkScott Feldman1-9/+0
2015-05-12switchdev: add bridge port flags attrScott Feldman1-0/+2
2015-05-12switchdev: add port vlan objScott Feldman1-0/+8
2015-05-12switchdev: introduce switchdev add/del obj opsScott Feldman1-0/+31
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman1-11/+2
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman1-14/+4
2015-05-12switchdev: introduce get/set attrs opsScott Feldman1-0/+43
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko1-15/+15
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-55/+56
2015-03-20switchdev: kernel-doc cleanup on swithdev opsScott Feldman1-16/+7
2015-03-16switchdev: add swdev opsScott Feldman1-0/+38
2015-03-09switchdev: add netlink flags to IPv4 FIB add opScott Feldman1-2/+4
2015-03-06fib: make netdev_switch_fib_ipv4_abort in header file static inlineWillem de Bruijn1-1/+1
2015-03-06fib: hook IPv4 fib for hardware offloadScott Feldman1-0/+5
2015-03-06switchdev: add IPv4 fib ndo ops wrappersScott Feldman1-0/+19
2015-02-01swdevice: add new apis to set and del bridge port attributesRoopa Prabhu1-1/+36
2015-01-18switchdev: fix typo in inline function definitionJiri Pirko1-1/+1
2015-01-18net: replace br_fdb_external_learn_* calls with switchdev notifier eventsJiri Pirko1-0/+11
2015-01-18switchdev: introduce switchdev notifierJiri Pirko1-0/+31
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman1-0/+7
2014-12-02net: introduce generic switch devices supportJiri Pirko1-0/+30