summaryrefslogtreecommitdiffstats
path: root/net/switchdev
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* switchdev: Remove unused transaction item queueFlorian Fainelli2019-03-011-98/+2
* net: switchdev: Replace port attr set SDO with a notificationFlorian Fainelli2019-02-271-29/+24
* switchdev: Add SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+51
* switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli2019-02-241-42/+0
* net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli2019-02-061-20/+0
* switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-171-2/+3
* net: switchdev: Add extack to switchdev_handle_port_obj_add() callbackPetr Machata2018-12-121-3/+9
* net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata2018-12-121-2/+5
* net: switchdev: Add extack argument to switchdev_port_obj_add()Petr Machata2018-12-121-8/+11
* switchdev: Replace port obj add/del SDO with a notificationPetr Machata2018-11-231-42/+25
* switchdev: Add helpers to aid traversal through lower devicesPetr Machata2018-11-231-0/+100
* switchdev: Add a blocking notifier chainPetr Machata2018-11-231-0/+26
* net: bridge: Add/del switchdev object on host join/leaveAndrew Lunn2017-11-101-0/+2
* net: switchdev: Remove bridge bypass support from switchdevArkadi Sharshevsky2017-08-071-435/+0
* net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky2017-08-071-84/+0
* net: switchdev: Change notifier chain to be atomicArkadi Sharshevsky2017-06-081-24/+6
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-0/+9
|\
| * switchdev: Execute bridge ndos only for bridge portsIdo Schimmel2016-10-191-0/+9
* | switchdev: Remove redundant variableIdo Schimmel2016-10-291-4/+1
|/
* switchdev: remove FIB offload infrastructureJiri Pirko2016-09-281-181/+0
* fib: introduce FIB info offload flag helpersJiri Pirko2016-09-281-2/+2
* rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-011-5/+5
* bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-261-85/+0
* switchdev: Support parent ID comparison for stacked devicesIdo Schimmel2016-08-261-2/+0
* switchdev: Put export declaration in the right placeOr Gerlitz2016-08-151-1/+1
* net/switchdev: Export the same parent ID service functionOr Gerlitz2016-07-141-2/+3
* switchdev: pass pointer to fib_info instead of copyJiri Pirko2016-05-171-4/+2
* net: switchdev: Drop EXPERIMENTAL from descriptionFlorian Fainelli2016-05-141-1/+1
* switchdev: Adding complete operation to deferred switchdev opsElad Raz2016-04-241-0/+6
* switchdev: fix typo in comments/docNicolas Dichtel2016-03-241-1/+1
* net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真2016-02-261-1/+4
* switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel2016-01-281-7/+8
* switchdev: Adding MDB entry offloadElad Raz2016-01-101-0/+2
* switchdev: Pass original device to port netdev driverIdo Schimmel2015-12-151-0/+12
* switchdev: respect SKIP_EOPNOTSUPP flag in case there is no recursionJiri Pirko2015-11-031-5/+4
* switchdev: fix: pass correct obj size when deferring obj addScott Feldman2015-10-301-2/+17
* switchdev: fix: erasing too much of vlan obj when handling multiple vlan specsScott Feldman2015-10-301-2/+2
* switchdev: Add support for flood controlIdo Schimmel2015-10-301-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-0/+3
|\
| * switchdev: check if the vlan id is in the proper vlan rangeNikolay Aleksandrov2015-10-131-0/+3
* | switchdev: assert rtnl mutex when going over lower netdevsJiri Pirko2015-10-151-4/+11
* | switchdev: introduce possibility to defer obj_add/delJiri Pirko2015-10-151-20/+80
* | switchdev: remove pointers from switchdev objectsJiri Pirko2015-10-151-4/+7
* | switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko2015-10-151-65/+43
* | switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko2015-10-151-3/+4
* | switchdev: introduce switchdev deferred ops infrastructureJiri Pirko2015-10-151-0/+80
* | switchdev: enforce no pvid flag in vlan rangesNikolay Aleksandrov2015-10-131-0/+3
OpenPOWER on IntegriCloud