aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/switchdev (follow)
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 handlerVladimir Oltean1-4/+12
2022-02-16net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign interfacesVladimir 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 to usVladimir 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