summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker/rocker_main.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fib: Replay events when registering FIB notifierIdo Schimmel2016-12-041-1/+7
* rocker: Register FIB notifier before creating portsIdo Schimmel2016-12-041-4/+5
* rocker: Implement FIB offload in deferred workIdo Schimmel2016-12-041-8/+50
* rocker: Create an ordered workqueue for FIB offloadIdo Schimmel2016-12-041-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+1
|\
| * rocker: fix error return code in rocker_world_check_init()Wei Yongjun2016-10-261-1/+1
* | 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-281-32/+88
* bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-261-1/+1
* net: add dev arg to ndo_neigh_construct/destroyJiri Pirko2016-07-051-1/+2
* rocker: move ageing_time from struct rocker to struct ofdpaJiri Pirko2016-03-131-2/+0Star
* rocker: set FDB cleanup timer according to lowest ageing timeIdo Schimmel2016-03-111-0/+2
* rocker: fix rocker_world_port_obj_vlan_add()Dan Carpenter2016-02-231-1/+0Star
* rocker: return -EOPNOTSUPP for undefined world opsJiri Pirko2016-02-181-16/+17
* rocker: move OF-DPA stuff into separate fileJiri Pirko2016-02-181-2839/+6Star
* rocker: call rocker_cmd_exec function with "nowait" boolean instead of flagsJiri Pirko2016-02-181-15/+23
* rocker: remove trans parameter to rocker_cmd_exec functionJiri Pirko2016-02-181-30/+35
* rocker: pre-allocate wait structures during cmd ring initJiri Pirko2016-02-181-21/+66
* rocker: pass "learning" value as a parameter to rocker_port_set_learningJiri Pirko2016-02-181-5/+9
* rocker: introduce worlds infrastructureJiri Pirko2016-02-181-2/+448
* rocker: move rocker and rocker_port structs into headerJiri Pirko2016-02-181-73/+0Star
* rocker: implement get settings mode commandJiri Pirko2016-02-181-0/+32
* rocker: push tlv processing into separate filesJiri Pirko2016-02-181-220/+2Star
* rocker: rename rocker.c to rocker_main.cJiri Pirko2016-02-181-0/+5493