aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev
AgeCommit message (Expand)Author
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29switchdev: Remove redundant variableIdo Schimmel
2016-10-19switchdev: Execute bridge ndos only for bridge portsIdo Schimmel
2016-09-28switchdev: remove FIB offload infrastructureJiri Pirko
2016-09-28fib: introduce FIB info offload flag helpersJiri Pirko
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel
2016-08-26switchdev: Support parent ID comparison for stacked devicesIdo Schimmel
2016-08-15switchdev: Put export declaration in the right placeOr Gerlitz
2016-07-14net/switchdev: Export the same parent ID service functionOr Gerlitz
2016-05-17switchdev: pass pointer to fib_info instead of copyJiri Pirko
2016-05-14net: switchdev: Drop EXPERIMENTAL from descriptionFlorian Fainelli
2016-04-24switchdev: Adding complete operation to deferred switchdev opsElad Raz
2016-03-24switchdev: fix typo in comments/docNicolas Dichtel
2016-02-26net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真
2016-01-28switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel
2016-01-10switchdev: Adding MDB entry offloadElad Raz
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel
2015-11-03switchdev: respect SKIP_EOPNOTSUPP flag in case there is no recursionJiri Pirko
2015-10-30switchdev: fix: pass correct obj size when deferring obj addScott Feldman
2015-10-30switchdev: fix: erasing too much of vlan obj when handling multiple vlan specsScott Feldman
2015-10-30switchdev: Add support for flood controlIdo Schimmel
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-15switchdev: assert rtnl mutex when going over lower netdevsJiri Pirko
2015-10-15switchdev: introduce possibility to defer obj_add/delJiri Pirko
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko
2015-10-15switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko
2015-10-15switchdev: introduce switchdev deferred ops infrastructureJiri Pirko
2015-10-13switchdev: check if the vlan id is in the proper vlan rangeNikolay Aleksandrov
2015-10-13switchdev: enforce no pvid flag in vlan rangesNikolay Aleksandrov
2015-10-12switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman
2015-10-03switchdev: push object ID back to object structureJiri Pirko
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko
2015-10-03switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko
2015-10-03switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot
2015-09-29net: switchdev: move dev in switchdev_fdb_dumpVivien Didelot
2015-09-29net: switchdev: remove dev in port_vlan_dump_putVivien Didelot
2015-09-24switchdev: reduce transaction phase enum down to a booleanJiri Pirko
2015-09-24switchdev: remove "ABORT" transaction phaseJiri Pirko
2015-09-24switchdev: move transaction phase enum under transaction structureJiri Pirko
2015-09-24switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko
2015-09-24switchdev: rename "trans" to "trans_ph".Jiri Pirko
2015-09-05switchdev: fix return value of switchdev_port_fdb_dump in case of errorJiri Pirko