summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker
Commit message (Expand)AuthorAgeFilesLines
* rocker: fix memory leaks of fib_work on two error return pathsColin Ian King2019-07-291-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-076-30/+6Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-30/+6Star
* | rocker: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-051-0/+4
* | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-051-9/+16
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-091-0/+9
* ipv4: Rename fib_nh entriesDavid Ahern2019-03-291-5/+5
* net: rocker: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+5
* net: Remove switchdev_opsFlorian Fainelli2019-02-271-5/+0Star
* rocker: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+18
* rocker: Add missing break for PRE_BRIDGE_FLAGSFlorian Fainelli2019-02-221-0/+1
* net: Get rid of switchdev_port_attr_get()Florian Fainelli2019-02-211-7/+0Star
* net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli2019-02-211-13/+1Star
* rocker: Check Handle PORT_PRE_BRIDGE_FLAGSFlorian Fainelli2019-02-211-14/+41
* rocker: Remove port_attr_bridge_flags_get assignmentFlorian Fainelli2019-02-121-1/+0Star
* rocker: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli2019-02-123-27/+0Star
* rocker: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-5/+13
* switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-182-3/+3
* rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata2018-11-241-3/+0Star
* switchdev: Replace port obj add/del SDO with a notificationPetr Machata2018-11-241-2/+0Star
* rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata2018-11-241-0/+55
* rocker: Drop pointless static qualifierYueHaibing2018-10-191-2/+2
* bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel2018-10-181-0/+1
* rocker: rocker_main: Ignore bridge VLAN eventsPetr Machata2018-05-311-0/+6
* rocker: Postpone filtering of !added_by_user FDBPetr Machata2018-05-101-2/+4
* switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata2018-05-031-0/+2
* rocker: fix possible null pointer dereference in rocker_router_fib_event_workJiri Pirko2018-02-011-9/+9
* net/rocker: Remove unreachable return instructionLeon Romanovsky2018-01-281-1/+0Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* rocker: fix rocker_tlv_put_* functions for KASANArnd Bergmann2017-09-261-18/+30
* rocker: fix kcalloc parameter orderZahari Doychev2017-09-051-2/+2
* rocker: Ignore address families other than IPv4Ido Schimmel2017-08-041-0/+4
* net: core: Make the FIB notification chain genericIdo Schimmel2017-08-041-0/+1
* rocker: Provide offload indication using nexthop flagsIdo Schimmel2017-08-031-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+1
|\
| * rocker: move dereference before freeDan Carpenter2017-06-291-1/+1
* | rocker: Remove support bridge bypass FDBArkadi Sharshevsky2017-06-083-106/+0Star
* | rocker: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky2017-06-083-47/+0Star
* | rocker: Add support for learning FDB through notificationArkadi Sharshevsky2017-06-081-5/+135
* | rocker: Change world_ops API and implementation to be switchdev independantArkadi Sharshevsky2017-06-083-339/+235Star
* | rocker: Add support for querying supported bridge flagsArkadi Sharshevsky2017-06-083-0/+33
* | rocker: Remove support for bridge FDB learning syncArkadi Sharshevsky2017-06-081-5/+1Star
* | net: bridge: Add support for notifying devices about FDB add/delArkadi Sharshevsky2017-06-081-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-7/+4Star
|\
| * rocker: fix Wmaybe-uninitialized false-positiveArnd Bergmann2017-03-291-7/+4Star
* | ipv4: fib_rules: Dump FIB rules when registering FIB notifierIdo Schimmel2017-03-161-2/+15
* | net: rocker: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-071-23/+32
|/
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ipv4: fib: Replay events when registering FIB notifierIdo Schimmel2016-12-041-1/+7