summaryrefslogtreecommitdiff
path: root/net/switchdev
AgeCommit message (Expand)Author
2016-06-24switchdev: pass pointer to fib_info instead of copyJiri Pirko
2016-03-03switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo 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
2015-08-11net: switchdev: support static FDB addressesVivien Didelot
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller
2015-08-09net: switchdev: support static FDB addressesVivien Didelot
2015-08-09net: switchdev: change fdb addr for a byte arrayVivien Didelot
2015-07-20switchdev: add offload_fwd_mark generator helperScott Feldman
2015-07-20net: add phys ID compare helper to test if two IDs are the sameScott Feldman
2015-07-11net: switchdev: don't abort unsupported operationsVivien Didelot
2015-06-24net: switchdev: ignore unsupported bridge flagsVivien Didelot
2015-06-23switchdev: change BUG_ON to WARN for attr set failure caseScott Feldman
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman
2015-06-23switchdev: rename vlan vid_start to vid_beginScott Feldman
2015-06-23switchdev: fdb filter_dev is always NULL for self (device), so remove checkScott Feldman
2015-06-11switchdev: fix BUG when port driver doesn't support set attr opScott Feldman
2015-06-10switchdev: fix handling for drivers not supporting IPv4 fib add/del opsScott Feldman
2015-06-03switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/...Scott Feldman
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-17switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar