aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev (follow)
AgeCommit message (Expand)AuthorFilesLines
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