aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel1-2/+2
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-1/+1
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko1-6/+3
2019-09-05rocker: add missing init_net check in FIB notifierJiri Pirko1-0/+3
2019-07-29rocker: fix memory leaks of fib_work on two error return pathsColin Ian King1-0/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-30/+6
2019-06-04rocker: Fail attempts to use routes with nexthop objectsDavid Ahern1-0/+4
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern1-9/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner6-30/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+9
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern1-5/+5
2019-03-11net: rocker: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-5/+0
2019-02-27rocker: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+18
2019-02-21rocker: Add missing break for PRE_BRIDGE_FLAGSFlorian Fainelli1-0/+1
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli1-7/+0
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli1-13/+1
2019-02-21rocker: Check Handle PORT_PRE_BRIDGE_FLAGSFlorian Fainelli1-14/+41
2019-02-12rocker: Remove port_attr_bridge_flags_get assignmentFlorian Fainelli1-1/+0
2019-02-12rocker: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli3-27/+0
2019-02-06rocker: Implement ndo_get_port_parent_id()Florian Fainelli1-5/+13
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2-3/+3
2018-11-23rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata1-3/+0
2018-11-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata1-2/+0
2018-11-23rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+55
2018-10-19rocker: Drop pointless static qualifierYueHaibing1-2/+2
2018-10-17bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel1-0/+1
2018-05-31rocker: rocker_main: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-05-10rocker: Postpone filtering of !added_by_user FDBPetr Machata1-2/+4
2018-05-03switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata1-0/+2
2018-02-01rocker: fix possible null pointer dereference in rocker_router_fib_event_workJiri Pirko1-9/+9
2018-01-28net/rocker: Remove unreachable return instructionLeon Romanovsky1-1/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-09-25rocker: fix rocker_tlv_put_* functions for KASANArnd Bergmann1-18/+30
2017-09-05rocker: fix kcalloc parameter orderZahari Doychev1-2/+2
2017-08-03rocker: Ignore address families other than IPv4Ido Schimmel1-0/+4
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel1-0/+1
2017-08-02rocker: Provide offload indication using nexthop flagsIdo Schimmel1-3/+3
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-29rocker: move dereference before freeDan Carpenter1-1/+1
2017-06-08rocker: Remove support bridge bypass FDBArkadi Sharshevsky3-106/+0
2017-06-08rocker: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky3-47/+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 Sharshevsky3-339/+235
2017-06-08rocker: Add support for querying supported bridge flagsArkadi Sharshevsky3-0/+33
2017-06-08rocker: Remove support for bridge FDB learning syncArkadi Sharshevsky1-5/+1
2017-06-08net: bridge: Add support for notifying devices about FDB add/delArkadi Sharshevsky1-2/+2
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+4
2017-03-28rocker: fix Wmaybe-uninitialized false-positiveArnd Bergmann1-7/+4