summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker
Commit message (Expand)AuthorAgeFilesLines
* rocker: Don't bother filling in ethtool driver versionJohn Garry2024-02-231-2/+0
* rocker: Explicitly mark learned FDB entries as offloadedIdo Schimmel2022-11-021-0/+1
* rocker: Avoid unnecessary scheduling of work itemIdo Schimmel2022-11-021-7/+7
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+1
|\
| * ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handlerDuoming Zhou2022-08-311-1/+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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-1/+2
|\
| * rocker: fix a sleeping in atomic bugDan Carpenter2022-01-061-1/+2
* | 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-132-2/+2
|\
| * net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-102-2/+2
* | net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-231-1/+1
* | net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-221-2/+3
* | net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-223-8/+22
|/
* 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
* rocker: Simplify the calculation of variablesJiapeng Zhong2021-01-271-1/+1
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-113-53/+22
* net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-111-11/+4
* net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-111-18/+2
* ethernet: select CONFIG_CRC32 as neededArnd Bergmann2020-12-041-0/+1
* 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
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+0
|\
| * PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen2020-07-091-1/+0
* | rocker: fix incorrect error handling in dma_rings_initAditya Pakki2020-06-151-2/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-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-076-30/+6
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-30/+6
* | rocker: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-041-0/+4
* | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-041-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-081-0/+9
* ipv4: Rename fib_nh entriesDavid Ahern2019-03-291-5/+5
* net: rocker: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
* net: Remove switchdev_opsFlorian Fainelli2019-02-271-5/+0