summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker/rocker_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* rocker: Don't bother filling in ethtool driver versionJohn Garry2024-02-231-2/+0
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-3/+3
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-051-2/+1
* rocker: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-13/+4
* net: remove .ndo_change_proto_downJakub Kicinski2021-11-231-12/+0
* ethernet: rocker: use eth_hw_addr_set()Jakub Kicinski2021-10-191-3/+5
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-1/+1
|\
| * net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-101-1/+1
* | net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-221-3/+6
|/
* net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2021-04-161-2/+2
* net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-121-5/+5
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-111-34/+12
* net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-111-11/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-3/+6
|\
| * net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-3/+6
* | rocker: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-121-40/+43
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* rocker: fix incorrect error handling in dma_rings_initAditya Pakki2020-06-151-2/+2
* ipv4: Remove old route notifications and convert listenersIdo Schimmel2019-12-161-2/+2
* net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-041-1/+1
* net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-041-6/+3
* rocker: add missing init_net check in FIB notifierJiri Pirko2019-09-051-0/+3
* 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-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | rocker: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-041-0/+4
|/
* ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-081-0/+9
* net: rocker: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
* net: Remove switchdev_opsFlorian Fainelli2019-02-271-5/+0
* rocker: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+18
* rocker: Add missing break for PRE_BRIDGE_FLAGSFlorian Fainelli2019-02-211-0/+1
* net: Get rid of switchdev_port_attr_get()Florian Fainelli2019-02-211-7/+0
* net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli2019-02-211-13/+1
* rocker: Check Handle PORT_PRE_BRIDGE_FLAGSFlorian Fainelli2019-02-211-14/+41
* rocker: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli2019-02-121-15/+0
* rocker: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-5/+13
* switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-171-1/+1
* rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata2018-11-231-3/+0
* switchdev: Replace port obj add/del SDO with a notificationPetr Machata2018-11-231-2/+0
* rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata2018-11-231-0/+55
* rocker: Drop pointless static qualifierYueHaibing2018-10-191-2/+2
* bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel2018-10-171-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