aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel1-0/+12
2015-11-03switchdev: respect SKIP_EOPNOTSUPP flag in case there is no recursionJiri Pirko1-5/+4
2015-10-30switchdev: fix: pass correct obj size when deferring obj addScott Feldman1-2/+17
2015-10-30switchdev: fix: erasing too much of vlan obj when handling multiple vlan specsScott Feldman1-2/+2
2015-10-30switchdev: Add support for flood controlIdo Schimmel1-1/+4
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-10-15switchdev: assert rtnl mutex when going over lower netdevsJiri Pirko1-4/+11
2015-10-15switchdev: introduce possibility to defer obj_add/delJiri Pirko1-20/+80
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko1-4/+7
2015-10-15switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko1-65/+43
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko1-3/+4
2015-10-15switchdev: introduce switchdev deferred ops infrastructureJiri Pirko1-0/+80
2015-10-13switchdev: check if the vlan id is in the proper vlan rangeNikolay Aleksandrov1-0/+3
2015-10-13switchdev: enforce no pvid flag in vlan rangesNikolay Aleksandrov1-0/+3
2015-10-12switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman1-1/+8
2015-10-03switchdev: push object ID back to object structureJiri Pirko1-28/+29
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko1-18/+22
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko1-4/+4
2015-10-03switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko1-3/+3
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko1-7/+7
2015-10-03switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko1-8/+8
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot1-66/+56
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot1-23/+22
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot1-4/+2
2015-09-29net: switchdev: move dev in switchdev_fdb_dumpVivien Didelot1-1/+3
2015-09-29net: switchdev: remove dev in port_vlan_dump_putVivien Didelot1-6/+5
2015-09-24switchdev: reduce transaction phase enum down to a booleanJiri Pirko1-4/+4
2015-09-24switchdev: remove "ABORT" transaction phaseJiri Pirko1-8/+2
2015-09-24switchdev: move transaction phase enum under transaction structureJiri Pirko1-6/+6
2015-09-24switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko1-13/+98
2015-09-24switchdev: rename "trans" to "trans_ph".Jiri Pirko1-6/+6
2015-09-05switchdev: fix return value of switchdev_port_fdb_dump in case of errorJiri Pirko1-5/+1
2015-08-11net: switchdev: support static FDB addressesVivien Didelot1-1/+1
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller1-4/+3
2015-08-09net: switchdev: support static FDB addressesVivien Didelot1-1/+1
2015-08-09net: switchdev: change fdb addr for a byte arrayVivien Didelot1-2/+3
2015-07-20switchdev: add offload_fwd_mark generator helperScott Feldman1-0/+103
2015-07-20net: add phys ID compare helper to test if two IDs are the sameScott Feldman1-6/+2
2015-07-11net: switchdev: don't abort unsupported operationsVivien Didelot1-4/+8
2015-06-24net: switchdev: ignore unsupported bridge flagsVivien Didelot1-1/+1
2015-06-23switchdev: change BUG_ON to WARN for attr set failure caseScott Feldman1-1/+2
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman1-1/+122
2015-06-23switchdev: rename vlan vid_start to vid_beginScott Feldman1-6/+6
2015-06-23switchdev: fdb filter_dev is always NULL for self (device), so remove checkScott Feldman1-6/+0
2015-06-11switchdev: fix BUG when port driver doesn't support set attr opScott Feldman1-1/+3
2015-06-10switchdev: fix handling for drivers not supporting IPv4 fib add/del opsScott Feldman1-2/+2
2015-06-03switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/delete opsScott Feldman1-2/+2
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-05-17switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar1-0/+175
2015-05-14rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu1-3/+3