aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker/rocker_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel1-0/+1
2017-06-08rocker: Remove support bridge bypass FDBArkadi Sharshevsky1-73/+0
2017-06-08rocker: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky1-20/+0
2017-06-08rocker: Add support for learning FDB through notificationArkadi Sharshevsky1-5/+135
2017-06-08rocker: Change world_ops API and implementation to be switchdev independantArkadi Sharshevsky1-4/+24
2017-06-08rocker: Add support for querying supported bridge flagsArkadi Sharshevsky1-0/+18
2017-03-16ipv4: fib_rules: Dump FIB rules when registering FIB notifierIdo Schimmel1-2/+15
2017-03-06net: rocker: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-23/+32
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 Schimmel1-8/+50
2016-12-03rocker: Create an ordered workqueue for FIB offloadIdo Schimmel1-0/+11
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
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: 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 Pirko1-32/+88
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel1-1/+1
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