aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/rocker
AgeCommit message (Expand)Author
2016-06-24switchdev: pass pointer to fib_info instead of copyJiri Pirko
2016-04-20rocker: set FDB cleanup timer according to lowest ageing timeIdo Schimmel
2016-03-03switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-10-15rocker: remove nowait from switchdev callbacks.Jiri Pirko
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig
2015-10-12rocker: handle setting bridge ageing_timeScott 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-24rocker: use switchdev transaction queue for allocated memoryJiri Pirko
2015-09-24rocker: push struct switchdev_trans down through rocker codeJiri 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-23rocker: add FDB cleanup timerScott Feldman
2015-09-23rocker: adding port ageing_time for ageing out FDB entriesScott Feldman
2015-09-23rocker: store rocker_port in fdb key rather than pportScott Feldman
2015-09-23rocker: track when FDB entry is touched.Scott Feldman
2015-08-27rocker: use change upper infoJiri Pirko
2015-08-27rocker: use new helper to figure out master kindJiri Pirko
2015-08-13rocker: hook ndo_neigh_destroy to cleanup neigh refs in driverScott Feldman
2015-08-13rocker: print switch ID consistent with phys_switch_id sysfs nodeScott Feldman
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-11net: switchdev: support static FDB addressesVivien Didelot
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller
2015-08-09net: switchdev: change fdb addr for a byte arrayVivien Didelot
2015-08-06rocker: use netdev_err after register_netdevScott Feldman
2015-08-06rocker: NULL port if port probe failsScott Feldman
2015-08-03rocker: linearize skb in case frags would not fit into tx descriptorJiri Pirko
2015-08-03rocker: enable support for scattered packetsIdo Schimmel
2015-08-02rocker: free netdevice during netdevice removalIdo Schimmel
2015-07-20rocker: add offload_fwd_mark supportScott Feldman
2015-07-20rocker: forward packets to CPU when port is joined to openvswitchSimon Horman
2015-07-15rocker: Handle protodown notifications.Anuradha Karuppiah
2015-07-09rocker: add change MTU supportScott Feldman
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-23rocker: call correct unregister function on errorGilad Ben-Yossef
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-15bridge: del external_learned fdbs from device on flush or ageoutScott Feldman
2015-06-15rocker: move port stop to 'no wait' processingScott Feldman