summaryrefslogtreecommitdiff
path: root/net/switchdev
Commit message (Expand)AuthorAge
* switchdev: fix typo in comments/docNicolas Dichtel2016-03-24
* net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真2016-02-26
* switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel2016-01-28
* switchdev: Adding MDB entry offloadElad Raz2016-01-10
* switchdev: Pass original device to port netdev driverIdo Schimmel2015-12-15
* switchdev: respect SKIP_EOPNOTSUPP flag in case there is no recursionJiri Pirko2015-11-03
* switchdev: fix: pass correct obj size when deferring obj addScott Feldman2015-10-30
* switchdev: fix: erasing too much of vlan obj when handling multiple vlan specsScott Feldman2015-10-30
* switchdev: Add support for flood controlIdo Schimmel2015-10-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\
| * switchdev: check if the vlan id is in the proper vlan rangeNikolay Aleksandrov2015-10-13
* | switchdev: assert rtnl mutex when going over lower netdevsJiri Pirko2015-10-15
* | switchdev: introduce possibility to defer obj_add/delJiri Pirko2015-10-15
* | switchdev: remove pointers from switchdev objectsJiri Pirko2015-10-15
* | switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko2015-10-15
* | switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko2015-10-15
* | switchdev: introduce switchdev deferred ops infrastructureJiri Pirko2015-10-15
* | switchdev: enforce no pvid flag in vlan rangesNikolay Aleksandrov2015-10-13
* | switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman2015-10-12
* | switchdev: push object ID back to object structureJiri Pirko2015-10-03
* | switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko2015-10-03
* | switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko2015-10-03
* | switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko2015-10-03
* | switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-03
* | switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko2015-10-03
* | net: switchdev: abstract object in add/del opsVivien Didelot2015-09-29
* | net: switchdev: pass callback to dump operationVivien Didelot2015-09-29
* | net: switchdev: remove dev from switchdev_obj cbVivien Didelot2015-09-29
* | net: switchdev: move dev in switchdev_fdb_dumpVivien Didelot2015-09-29
* | net: switchdev: remove dev in port_vlan_dump_putVivien Didelot2015-09-29
* | switchdev: reduce transaction phase enum down to a booleanJiri Pirko2015-09-24
* | switchdev: remove "ABORT" transaction phaseJiri Pirko2015-09-24
* | switchdev: move transaction phase enum under transaction structureJiri Pirko2015-09-24
* | switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko2015-09-24
* | switchdev: rename "trans" to "trans_ph".Jiri Pirko2015-09-24
|/
* switchdev: fix return value of switchdev_port_fdb_dump in case of errorJiri Pirko2015-09-05
* net: switchdev: support static FDB addressesVivien Didelot2015-08-11
* Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller2015-08-11
* net: switchdev: support static FDB addressesVivien Didelot2015-08-09
* net: switchdev: change fdb addr for a byte arrayVivien Didelot2015-08-09
* switchdev: add offload_fwd_mark generator helperScott Feldman2015-07-20
* net: add phys ID compare helper to test if two IDs are the sameScott Feldman2015-07-20
* net: switchdev: don't abort unsupported operationsVivien Didelot2015-07-11
* net: switchdev: ignore unsupported bridge flagsVivien Didelot2015-06-24
* switchdev: change BUG_ON to WARN for attr set failure caseScott Feldman2015-06-23
* switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-23
* switchdev: rename vlan vid_start to vid_beginScott Feldman2015-06-23
* switchdev: fdb filter_dev is always NULL for self (device), so remove checkScott Feldman2015-06-23
* switchdev: fix BUG when port driver doesn't support set attr opScott Feldman2015-06-11
* switchdev: fix handling for drivers not supporting IPv4 fib add/del opsScott Feldman2015-06-10