aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker/rocker_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko1-1/+2
2016-03-12rocker: move ageing_time from struct rocker to struct ofdpaJiri Pirko1-2/+0
2016-03-11rocker: set FDB cleanup timer according to lowest ageing timeIdo Schimmel1-0/+2
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 Pirko1-2839/+6
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 Pirko1-2/+448
2016-02-17rocker: move rocker and rocker_port structs into headerJiri Pirko1-73/+0
2016-02-17rocker: implement get settings mode commandJiri Pirko1-0/+32
2016-02-17rocker: push tlv processing into separate filesJiri Pirko1-220/+2
2016-02-17rocker: rename rocker.c to rocker_main.cJiri Pirko1-0/+5493