summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/rocker/rocker_main.c
AgeCommit message (Expand)Author
2019-09-05rocker: add missing init_net check in FIB notifierJiri Pirko
2019-07-29rocker: fix memory leaks of fib_work on two error return pathsColin Ian King
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-04rocker: Fail attempts to use routes with nexthop objectsDavid Ahern
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern
2019-03-11net: rocker: fix a potential NULL pointer dereferenceKangjie Lu
2019-02-27net: Remove switchdev_opsFlorian Fainelli
2019-02-27rocker: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli
2019-02-21rocker: Add missing break for PRE_BRIDGE_FLAGSFlorian Fainelli
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli
2019-02-21rocker: Check Handle PORT_PRE_BRIDGE_FLAGSFlorian Fainelli
2019-02-12rocker: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli
2019-02-06rocker: Implement ndo_get_port_parent_id()Florian Fainelli
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata
2018-11-23rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata
2018-11-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata
2018-11-23rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata
2018-10-19rocker: Drop pointless static qualifierYueHaibing
2018-10-17bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel
2018-05-31rocker: rocker_main: Ignore bridge VLAN eventsPetr Machata
2018-05-10rocker: Postpone filtering of !added_by_user FDBPetr Machata
2018-05-03switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata
2018-02-01rocker: fix possible null pointer dereference in rocker_router_fib_event_workJiri Pirko
2017-08-03rocker: Ignore address families other than IPv4Ido Schimmel
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel
2017-06-08rocker: Remove support bridge bypass FDBArkadi Sharshevsky
2017-06-08rocker: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky
2017-06-08rocker: Add support for learning FDB through notificationArkadi Sharshevsky
2017-06-08rocker: Change world_ops API and implementation to be switchdev independantArkadi Sharshevsky
2017-06-08rocker: Add support for querying supported bridge flagsArkadi Sharshevsky
2017-03-16ipv4: fib_rules: Dump FIB rules when registering FIB notifierIdo Schimmel
2017-03-06net: rocker: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-12-03ipv4: fib: Replay events when registering FIB notifierIdo Schimmel
2016-12-03rocker: Register FIB notifier before creating portsIdo Schimmel
2016-12-03rocker: Implement FIB offload in deferred workIdo Schimmel
2016-12-03rocker: Create an ordered workqueue for FIB offloadIdo Schimmel
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29rocker: set physical device for port netdeviceJiri Pirko
2016-10-26rocker: fix error return code in rocker_world_check_init()Wei Yongjun
2016-10-18rocker: Flip to the new dev walk APIDavid Ahern
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-09-28rocker: use FIB notifications instead of switchdev callsJiri Pirko
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko
2016-03-12rocker: move ageing_time from struct rocker to struct ofdpaJiri Pirko
2016-03-11rocker: set FDB cleanup timer according to lowest ageing timeIdo Schimmel
2016-02-23rocker: fix rocker_world_port_obj_vlan_add()Dan Carpenter