aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev
AgeCommit message (Expand)AuthorFilesLines
2024-02-16net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz1-0/+73
2023-07-21net: switchdev: Add a helper to replay objects on a bridge portPetr Machata1-0/+25
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-2/+2
2022-02-24net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean1-51/+29
2022-02-23net: switchdev: avoid infinite recursion from LAG to bridge with port object ...Vladimir Oltean1-4/+12
2022-02-16net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...Vladimir Oltean1-8/+132
2022-02-16net: switchdev: rename switchdev_lower_dev_find to switchdev_lower_dev_find_rcuVladimir Oltean1-9/+9
2022-02-10net/switchdev: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)1-1/+1
2021-12-07net: switchdev: add net device refcount trackerEric Dumazet1-2/+3
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean1-131/+25
2021-08-04net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean1-0/+48
2021-07-22net: switchdev: fix FDB entries towards foreign ports not getting propagated ...Vladimir Oltean1-72/+142
2021-07-21net: switchdev: recurse into __switchdev_handle_fdb_del_to_deviceVladimir Oltean1-4/+4
2021-07-20net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean1-0/+190
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-11/+14
2021-02-14net: bridge: propagate extack through switchdev_port_attr_setVladimir Oltean1-7/+12
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean1-3/+8
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+12
2021-01-27net: switchdev: use obj-$(CONFIG_NET_SWITCHDEV) form in net/MakefileMasahiro Yamada1-1/+1
2021-01-27net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPPRasmus Villemoes1-10/+13
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-41/+5
2021-01-11net: switchdev: delete switchdev_port_obj_add_nowVladimir Oltean1-12/+5
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-38/+4
2020-09-23net: switchdev: Fixed kerneldoc warningTian Tao1-1/+1
2020-07-13net: switchdev: kerneldoc fixesAndrew Lunn1-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-02-26net: switchdev: do not propagate bridge updates across bridgesRussell King1-0/+9
2020-02-17net: switchdev: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-01switchdev: Remove unused transaction item queueFlorian Fainelli1-98/+2
2019-02-27net: switchdev: Replace port attr set SDO with a notificationFlorian Fainelli1-29/+24
2019-02-27switchdev: Add SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+51
2019-02-24switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli1-42/+0
2019-02-06net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli1-20/+0
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata1-2/+3
2018-12-12net: switchdev: Add extack to switchdev_handle_port_obj_add() callbackPetr Machata1-3/+9
2018-12-12net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata1-2/+5
2018-12-12net: switchdev: Add extack argument to switchdev_port_obj_add()Petr Machata1-8/+11
2018-11-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata1-42/+25
2018-11-23switchdev: Add helpers to aid traversal through lower devicesPetr Machata1-0/+100
2018-11-23switchdev: Add a blocking notifier chainPetr Machata1-0/+26
2017-11-10net: bridge: Add/del switchdev object on host join/leaveAndrew Lunn1-0/+2
2017-08-07net: switchdev: Remove bridge bypass support from switchdevArkadi Sharshevsky1-435/+0
2017-08-07net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky1-84/+0
2017-06-08net: switchdev: Change notifier chain to be atomicArkadi Sharshevsky1-24/+6
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2016-10-29switchdev: Remove redundant variableIdo Schimmel1-4/+1
2016-10-19switchdev: Execute bridge ndos only for bridge portsIdo Schimmel1-0/+9
2016-09-28switchdev: remove FIB offload infrastructureJiri Pirko1-181/+0
2016-09-28fib: introduce FIB info offload flag helpersJiri Pirko1-2/+2
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-5/+5
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel1-85/+0
2016-08-26switchdev: Support parent ID comparison for stacked devicesIdo Schimmel1-2/+0
2016-08-15switchdev: Put export declaration in the right placeOr Gerlitz1-1/+1
2016-07-14net/switchdev: Export the same parent ID service functionOr Gerlitz1-2/+3
2016-05-17switchdev: pass pointer to fib_info instead of copyJiri Pirko1-4/+2
2016-05-14net: switchdev: Drop EXPERIMENTAL from descriptionFlorian Fainelli1-1/+1
2016-04-24switchdev: Adding complete operation to deferred switchdev opsElad Raz1-0/+6
2016-03-24switchdev: fix typo in comments/docNicolas Dichtel1-1/+1
2016-02-26net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真1-1/+4
2016-01-28switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel1-7/+8
2016-01-10switchdev: Adding MDB entry offloadElad Raz1-0/+2
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel1-0/+12
2015-11-03switchdev: respect SKIP_EOPNOTSUPP flag in case there is no recursionJiri Pirko1-5/+4
2015-10-30switchdev: fix: pass correct obj size when deferring obj addScott Feldman1-2/+17
2015-10-30switchdev: fix: erasing too much of vlan obj when handling multiple vlan specsScott Feldman1-2/+2
2015-10-30switchdev: Add support for flood controlIdo Schimmel1-1/+4
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-10-15switchdev: assert rtnl mutex when going over lower netdevsJiri Pirko1-4/+11
2015-10-15switchdev: introduce possibility to defer obj_add/delJiri Pirko1-20/+80
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko1-4/+7
2015-10-15switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko1-65/+43
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko1-3/+4
2015-10-15switchdev: introduce switchdev deferred ops infrastructureJiri Pirko1-0/+80
2015-10-13switchdev: check if the vlan id is in the proper vlan rangeNikolay Aleksandrov1-0/+3
2015-10-13switchdev: enforce no pvid flag in vlan rangesNikolay Aleksandrov1-0/+3
2015-10-12switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman1-1/+8
2015-10-03switchdev: push object ID back to object structureJiri Pirko1-28/+29
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko1-18/+22
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko1-4/+4
2015-10-03switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko1-3/+3
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko1-7/+7
2015-10-03switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko1-8/+8
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot1-66/+56
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot1-23/+22
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot1-4/+2
2015-09-29net: switchdev: move dev in switchdev_fdb_dumpVivien Didelot1-1/+3
2015-09-29net: switchdev: remove dev in port_vlan_dump_putVivien Didelot1-6/+5
2015-09-24switchdev: reduce transaction phase enum down to a booleanJiri Pirko1-4/+4
2015-09-24switchdev: remove "ABORT" transaction phaseJiri Pirko1-8/+2
2015-09-24switchdev: move transaction phase enum under transaction structureJiri Pirko1-6/+6
2015-09-24switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko1-13/+98
2015-09-24switchdev: rename "trans" to "trans_ph".Jiri Pirko1-6/+6
2015-09-05switchdev: fix return value of switchdev_port_fdb_dump in case of errorJiri Pirko1-5/+1
2015-08-11net: switchdev: support static FDB addressesVivien Didelot1-1/+1
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller1-4/+3
2015-08-09net: switchdev: support static FDB addressesVivien Didelot1-1/+1
2015-08-09net: switchdev: change fdb addr for a byte arrayVivien Didelot1-2/+3
2015-07-20switchdev: add offload_fwd_mark generator helperScott Feldman1-0/+103
2015-07-20net: add phys ID compare helper to test if two IDs are the sameScott Feldman1-6/+2
2015-07-11net: switchdev: don't abort unsupported operationsVivien Didelot1-4/+8
2015-06-24net: switchdev: ignore unsupported bridge flagsVivien Didelot1-1/+1
2015-06-23switchdev: change BUG_ON to WARN for attr set failure caseScott Feldman1-1/+2
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman1-1/+122
2015-06-23switchdev: rename vlan vid_start to vid_beginScott Feldman1-6/+6
2015-06-23switchdev: fdb filter_dev is always NULL for self (device), so remove checkScott Feldman1-6/+0
2015-06-11switchdev: fix BUG when port driver doesn't support set attr opScott Feldman1-1/+3
2015-06-10switchdev: fix handling for drivers not supporting IPv4 fib add/del opsScott Feldman1-2/+2
2015-06-03switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/...Scott Feldman1-2/+2
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-05-17switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar1-0/+175
2015-05-14rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu1-3/+3
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman1-19/+20
2015-05-13switchdev: sparse warning: pass ipv4 fib dst as network-byte orderScott Feldman1-2/+2
2015-05-13switchdev: sparse warning: make __switchdev_port_obj_add staticScott Feldman1-1/+2
2015-05-12switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman1-18/+31
2015-05-12switchdev: add new switchdev_port_bridge_getlinkScott Feldman1-0/+28
2015-05-12switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman1-30/+0
2015-05-12switchdev: add new switchdev_port_bridge_dellinkScott Feldman1-12/+12
2015-05-12switchdev: remove old switchdev_port_bridge_setlinkScott Feldman1-30/+0
2015-05-12switchdev: add new switchdev bridge setlinkScott Feldman1-11/+140
2015-05-12switchdev: introduce switchdev add/del obj opsScott Feldman1-0/+107
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman1-28/+0
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman1-27/+11
2015-05-12switchdev: introduce get/set attrs opsScott Feldman1-0/+169
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko1-20/+20
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-67/+67
2015-03-23switchdev: fix stp update API to work with layered netdevicesRoopa Prabhu1-4/+13
2015-03-16switchdev: use new swdev opsScott Feldman1-21/+21
2015-03-11switchdev: correct spelling of notifier in commentsSimon Horman1-3/+3
2015-03-09switchdev: add netlink flags to IPv4 FIB add opScott Feldman1-2/+5
2015-03-09switchdev: use gpl variant of symbol exportJiri Pirko1-12/+12
2015-03-06switchdev: fix CONFIG_IP_MULTIPLE_TABLES compile issueScott Feldman1-2/+6
2015-03-06fib: hook IPv4 fib for hardware offloadScott Feldman1-2/+26
2015-03-06switchdev: implement IPv4 fib ndo wrappersScott Feldman1-2/+96
2015-03-06switchdev: don't support custom ip rules, for nowScott Feldman1-0/+4
2015-03-06switchdev: add IPv4 fib ndo ops wrappersScott Feldman1-0/+39
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+1
2015-02-01swdevice: add new apis to set and del bridge port attributesRoopa Prabhu1-0/+110
2015-01-18switchdev: introduce switchdev notifierJiri Pirko1-0/+65
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-1/+1
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman1-0/+19
2014-12-02net: introduce generic switch devices supportJiri Pirko3-0/+51