summaryrefslogtreecommitdiffstats
path: root/net/switchdev
Commit message (Expand)AuthorAgeFilesLines
* 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
* | switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman2015-10-121-1/+8
* | switchdev: push object ID back to object structureJiri Pirko2015-10-031-28/+29
* | switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko2015-10-031-18/+22
* | switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko2015-10-031-4/+4
* | switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko2015-10-031-3/+3
* | switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-031-7/+7
* | switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko2015-10-031-8/+8
* | net: switchdev: abstract object in add/del opsVivien Didelot2015-09-291-66/+56
* | net: switchdev: pass callback to dump operationVivien Didelot2015-09-291-23/+22
* | net: switchdev: remove dev from switchdev_obj cbVivien Didelot2015-09-291-4/+2
* | net: switchdev: move dev in switchdev_fdb_dumpVivien Didelot2015-09-291-1/+3
* | net: switchdev: remove dev in port_vlan_dump_putVivien Didelot2015-09-291-6/+5
* | switchdev: reduce transaction phase enum down to a booleanJiri Pirko2015-09-241-4/+4
* | switchdev: remove "ABORT" transaction phaseJiri Pirko2015-09-241-8/+2
* | switchdev: move transaction phase enum under transaction structureJiri Pirko2015-09-241-6/+6
* | switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko2015-09-241-13/+98
* | switchdev: rename "trans" to "trans_ph".Jiri Pirko2015-09-241-6/+6
|/
* switchdev: fix return value of switchdev_port_fdb_dump in case of errorJiri Pirko2015-09-051-5/+1
* net: switchdev: support static FDB addressesVivien Didelot2015-08-111-1/+1
* Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller2015-08-111-4/+3
* net: switchdev: support static FDB addressesVivien Didelot2015-08-091-1/+1
* net: switchdev: change fdb addr for a byte arrayVivien Didelot2015-08-091-2/+3
* switchdev: add offload_fwd_mark generator helperScott Feldman2015-07-201-0/+103
* net: add phys ID compare helper to test if two IDs are the sameScott Feldman2015-07-201-6/+2
* net: switchdev: don't abort unsupported operationsVivien Didelot2015-07-111-4/+8
* net: switchdev: ignore unsupported bridge flagsVivien Didelot2015-06-241-1/+1
* switchdev: change BUG_ON to WARN for attr set failure caseScott Feldman2015-06-231-1/+2
* switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-231-1/+122