aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/rocker
AgeCommit message (Expand)Author
2016-12-03ipv4: fib: Replay events when registering FIB notifierIdo Schimmel
2016-12-03rocker: Register FIB notifier before creating portsIdo Schimmel
2016-12-03rocker: Implement FIB offload in deferred workIdo Schimmel
2016-12-03rocker: Create an ordered workqueue for FIB offloadIdo Schimmel
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29rocker: set physical device for port netdeviceJiri Pirko
2016-10-26rocker: fix error return code in rocker_world_check_init()Wei Yongjun
2016-10-18rocker: fix maybe-uninitialized warningArnd Bergmann
2016-10-18rocker: Flip to the new dev walk APIDavid Ahern
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-09-28rocker: use FIB notifications instead of switchdev callsJiri Pirko
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko
2016-05-17switchdev: pass pointer to fib_info instead of copyJiri Pirko
2016-03-12rocker: move ageing_time from struct rocker to struct ofdpaJiri Pirko
2016-03-11rocker: set FDB cleanup timer according to lowest ageing timeIdo Schimmel
2016-02-27rocker: fix an error codeDan Carpenter
2016-02-23rocker: fix rocker_world_port_obj_vlan_add()Dan Carpenter
2016-02-17rocker: return -EOPNOTSUPP for undefined world opsJiri Pirko
2016-02-17rocker: move OF-DPA stuff into separate fileJiri Pirko
2016-02-17rocker: call rocker_cmd_exec function with "nowait" boolean instead of flagsJiri Pirko
2016-02-17rocker: remove trans parameter to rocker_cmd_exec functionJiri Pirko
2016-02-17rocker: pre-allocate wait structures during cmd ring initJiri Pirko
2016-02-17rocker: pass "learning" value as a parameter to rocker_port_set_learningJiri Pirko
2016-02-17rocker: introduce worlds infrastructureJiri Pirko
2016-02-17rocker: move rocker and rocker_port structs into headerJiri Pirko
2016-02-17rocker: implement get settings mode commandJiri Pirko
2016-02-17rocker: push tlv processing into separate filesJiri Pirko
2016-02-17rocker: rename rocker.c to rocker_main.cJiri Pirko
2016-02-17rocker: rename rocker.h to rocker_hw.hJiri Pirko
2016-02-17rocker: remove unused rocker_port param from alloc funcs and shorten their namesJiri Pirko
2016-01-28switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
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