aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-03ipv4: fib: Replay events when registering FIB notifierIdo Schimmel1-1/+7
2016-12-03rocker: Register FIB notifier before creating portsIdo Schimmel1-4/+5
2016-12-03rocker: Implement FIB offload in deferred workIdo Schimmel2-8/+51
2016-12-03rocker: Create an ordered workqueue for FIB offloadIdo Schimmel2-0/+12
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2016-10-29rocker: set physical device for port netdeviceJiri Pirko1-1/+2
2016-10-26rocker: fix error return code in rocker_world_check_init()Wei Yongjun1-1/+1
2016-10-18rocker: fix maybe-uninitialized warningArnd Bergmann1-2/+2
2016-10-18rocker: Flip to the new dev walk APIDavid Ahern1-7/+24
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-6/+6
2016-09-28rocker: use FIB notifications instead of switchdev callsJiri Pirko3-65/+185
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2-5/+1
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko1-1/+2
2016-05-17switchdev: pass pointer to fib_info instead of copyJiri Pirko1-2/+2
2016-03-12rocker: move ageing_time from struct rocker to struct ofdpaJiri Pirko3-7/+7
2016-03-11rocker: set FDB cleanup timer according to lowest ageing timeIdo Schimmel3-1/+7
2016-02-27rocker: fix an error codeDan Carpenter1-1/+1
2016-02-23rocker: fix rocker_world_port_obj_vlan_add()Dan Carpenter1-1/+0
2016-02-17rocker: return -EOPNOTSUPP for undefined world opsJiri Pirko1-16/+17
2016-02-17rocker: move OF-DPA stuff into separate fileJiri Pirko3-2877/+2946
2016-02-17rocker: call rocker_cmd_exec function with "nowait" boolean instead of flagsJiri Pirko1-15/+23
2016-02-17rocker: remove trans parameter to rocker_cmd_exec functionJiri Pirko1-30/+35
2016-02-17rocker: pre-allocate wait structures during cmd ring initJiri Pirko1-21/+66
2016-02-17rocker: pass "learning" value as a parameter to rocker_port_set_learningJiri Pirko1-5/+9
2016-02-17rocker: introduce worlds infrastructureJiri Pirko4-3/+545
2016-02-17rocker: move rocker and rocker_port structs into headerJiri Pirko2-73/+75
2016-02-17rocker: implement get settings mode commandJiri Pirko1-0/+32
2016-02-17rocker: push tlv processing into separate filesJiri Pirko5-221/+284
2016-02-17rocker: rename rocker.c to rocker_main.cJiri Pirko2-7/+9
2016-02-17rocker: rename rocker.h to rocker_hw.hJiri Pirko2-5/+5
2016-02-17rocker: remove unused rocker_port param from alloc funcs and shorten their namesJiri Pirko1-45/+42
2016-01-28switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel1-0/+2
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-1/+1
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2015-10-15rocker: remove nowait from switchdev callbacks.Jiri Pirko1-4/+3
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko1-3/+3
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko1-1/+1
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig1-1/+1
2015-10-12rocker: handle setting bridge ageing_timeScott Feldman1-0/+16
2015-10-03switchdev: push object ID back to object structureJiri Pirko1-6/+3
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko1-16/+25
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko1-3/+3
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-4/+4
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-11/+10
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot1-10/+11
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot1-2/+2
2015-09-24rocker: use switchdev transaction queue for allocated memoryJiri Pirko1-46/+7