summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ipv4: fib: Replay events when registering FIB notifierIdo Schimmel2016-12-031-1/+7
* rocker: Register FIB notifier before creating portsIdo Schimmel2016-12-031-4/+5
* rocker: Implement FIB offload in deferred workIdo Schimmel2016-12-032-8/+51
* rocker: Create an ordered workqueue for FIB offloadIdo Schimmel2016-12-032-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-302-3/+3
|\
| * rocker: fix error return code in rocker_world_check_init()Wei Yongjun2016-10-261-1/+1
| * rocker: fix maybe-uninitialized warningArnd Bergmann2016-10-181-2/+2
* | rocker: set physical device for port netdeviceJiri Pirko2016-10-291-1/+2
* | rocker: Flip to the new dev walk APIDavid Ahern2016-10-181-7/+24
* | ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-6/+6
|/
* rocker: use FIB notifications instead of switchdev callsJiri Pirko2016-09-283-65/+185
* bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-262-5/+1
* net: add dev arg to ndo_neigh_construct/destroyJiri Pirko2016-07-051-1/+2
* switchdev: pass pointer to fib_info instead of copyJiri Pirko2016-05-171-2/+2
* rocker: move ageing_time from struct rocker to struct ofdpaJiri Pirko2016-03-123-7/+7
* rocker: set FDB cleanup timer according to lowest ageing timeIdo Schimmel2016-03-113-1/+7
* rocker: fix an error codeDan Carpenter2016-02-271-1/+1
* rocker: fix rocker_world_port_obj_vlan_add()Dan Carpenter2016-02-231-1/+0
* rocker: return -EOPNOTSUPP for undefined world opsJiri Pirko2016-02-171-16/+17
* rocker: move OF-DPA stuff into separate fileJiri Pirko2016-02-173-2877/+2946
* rocker: call rocker_cmd_exec function with "nowait" boolean instead of flagsJiri Pirko2016-02-171-15/+23
* rocker: remove trans parameter to rocker_cmd_exec functionJiri Pirko2016-02-171-30/+35
* rocker: pre-allocate wait structures during cmd ring initJiri Pirko2016-02-171-21/+66
* rocker: pass "learning" value as a parameter to rocker_port_set_learningJiri Pirko2016-02-171-5/+9
* rocker: introduce worlds infrastructureJiri Pirko2016-02-174-3/+545
* rocker: move rocker and rocker_port structs into headerJiri Pirko2016-02-172-73/+75
* rocker: implement get settings mode commandJiri Pirko2016-02-171-0/+32
* rocker: push tlv processing into separate filesJiri Pirko2016-02-175-221/+284
* rocker: rename rocker.c to rocker_main.cJiri Pirko2016-02-172-7/+9
* rocker: rename rocker.h to rocker_hw.hJiri Pirko2016-02-172-5/+5
* rocker: remove unused rocker_port param from alloc funcs and shorten their namesJiri Pirko2016-02-171-45/+42
* switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel2016-01-281-0/+2
* net: add netif_tx_napi_add()Eric Dumazet2015-11-181-1/+1
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-061-1/+1
|\
| * move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2015-10-151-1/+1
* | rocker: remove nowait from switchdev callbacks.Jiri Pirko2015-10-151-4/+3
* | switchdev: remove pointers from switchdev objectsJiri Pirko2015-10-151-3/+3
* | switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko2015-10-151-1/+1
* | rocker: handle setting bridge ageing_timeScott Feldman2015-10-121-0/+16
* | switchdev: push object ID back to object structureJiri Pirko2015-10-031-6/+3
* | switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko2015-10-031-16/+25
* | switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko2015-10-031-3/+3
* | switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko2015-10-031-3/+3
* | switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-031-4/+4
* | switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko2015-10-031-8/+8
* | net: switchdev: abstract object in add/del opsVivien Didelot2015-09-291-11/+10
* | net: switchdev: pass callback to dump operationVivien Didelot2015-09-291-10/+11
* | net: switchdev: remove dev from switchdev_obj cbVivien Didelot2015-09-291-2/+2
* | rocker: use switchdev transaction queue for allocated memoryJiri Pirko2015-09-241-46/+7