summaryrefslogtreecommitdiffstats
path: root/include/net/switchdev.h
Commit message (Expand)AuthorAgeFilesLines
* switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata2018-05-031-0/+1
* net: bridge: Add/del switchdev object on host join/leaveAndrew Lunn2017-11-101-0/+1
* net: bridge: Notify on bridge device mrouter state changesYotam Gigi2017-10-091-0/+1
* net: switchdev: Remove bridge bypass support from switchdevArkadi Sharshevsky2017-08-071-75/+0
* net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky2017-08-071-12/+0
* net: switchdev: add SET_SWITCHDEV_OPS helperSimon Horman2017-07-011-0/+4
* net: bridge: Receive notification about successful FDB offloadArkadi Sharshevsky2017-06-081-0/+1
* net: bridge: Add support for notifying devices about FDB add/delArkadi Sharshevsky2017-06-081-2/+4
* net: switchdev: Add support for querying supported bridge flags by hardwareArkadi Sharshevsky2017-06-081-0/+2
* switchdev: bridge: Offload mc router portsNogah Frankel2017-02-101-0/+2
* switchdev: bridge: Offload multicast disabledNogah Frankel2017-02-101-0/+2
* switchdev: remove FIB offload infrastructureJiri Pirko2016-09-281-40/+0
* switchdev: Fix return value of switchdev_port_fdb_dump().Rosen, Rami2016-09-021-1/+1
* rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-011-2/+2
* bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-261-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-1/+1
|\
| * net: switchdev: change ageing_time type to clock_tVivien Didelot2016-07-191-1/+1
* | net/switchdev: Export the same parent ID service functionOr Gerlitz2016-07-141-0/+8
|/
* switchdev: pass pointer to fib_info instead of copyJiri Pirko2016-05-171-1/+1
* switchdev: Adding complete operation to deferred switchdev opsElad Raz2016-04-241-0/+4
* switchdev: Adding MDB entry offloadElad Raz2016-01-101-0/+11
* switchdev: add bridge vlan_filtering attributeElad Raz2016-01-061-0/+2
* switchdev: Pass original device to port netdev driverIdo Schimmel2015-12-151-0/+2
* net: switchdev: fix return code of fdb_dump stubDragos Tatulea2015-11-161-1/+1
* switchdev: introduce possibility to defer obj_add/delJiri Pirko2015-10-151-0/+1
* switchdev: remove pointers from switchdev objectsJiri Pirko2015-10-151-4/+3
* switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko2015-10-151-0/+1
* switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko2015-10-151-3/+3
* switchdev: introduce switchdev deferred ops infrastructureJiri Pirko2015-10-151-0/+5
* switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman2015-10-121-0/+1
* switchdev: add bridge ageing_time attributeScott Feldman2015-10-121-0/+2
* switchdev: push object ID back to object structureJiri Pirko2015-10-031-10/+4
* switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko2015-10-031-11/+31
* switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko2015-10-031-1/+1
* switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko2015-10-031-1/+1
* switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-031-4/+4
* switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko2015-10-031-7/+7
* net: switchdev: extract struct switchdev_obj_*Vivien Didelot2015-09-291-27/+26
* net: switchdev: abstract object in add/del opsVivien Didelot2015-09-291-6/+12
* net: switchdev: pass callback to dump operationVivien Didelot2015-09-291-3/+6
* net: switchdev: remove dev from switchdev_obj cbVivien Didelot2015-09-291-1/+1
* switchdev: reduce transaction phase enum down to a booleanJiri Pirko2015-09-241-8/+3
* switchdev: remove "ABORT" transaction phaseJiri Pirko2015-09-241-1/+0
* switchdev: remove "NONE" transaction phaseJiri Pirko2015-09-241-1/+0
* switchdev: add switchdev_trans_ph_prepare/commit helpersJiri Pirko2015-09-241-0/+10
* switchdev: move transaction phase enum under transaction structureJiri Pirko2015-09-241-2/+1
* switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko2015-09-241-3/+21
* switchdev: rename "trans" to "trans_ph".Jiri Pirko2015-09-241-3/+3
* net: switchdev: support static FDB addressesVivien Didelot2015-08-111-0/+1
* Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller2015-08-111-2/+1
OpenPOWER on IntegriCloud