summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/rocker
AgeCommit message (Expand)AuthorFilesLines
2024-02-24rocker: Don't bother filling in ethtool driver versionJohn Garry1-2/+0
2022-11-03rocker: Explicitly mark learned FDB entries as offloadedIdo Schimmel1-0/+1
2022-11-03rocker: Avoid unnecessary scheduling of work itemIdo Schimmel1-7/+7
2022-10-12treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-3/+3
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-31ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handlerDuoming Zhou1-1/+1
2022-05-06net: switch to netif_napi_add_tx()Jakub Kicinski1-2/+1
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-01-10rocker: Remove useless DMA-32 fallback configurationChristophe JAILLET1-13/+4
2022-01-06rocker: fix a sleeping in atomic bugDan Carpenter1-1/+2
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski1-12/+0
2021-10-19ethernet: rocker: use eth_hw_addr_set()Jakub Kicinski1-3/+5
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2-2/+2
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-1/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-2/+3
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean3-8/+22
2021-04-17net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-2/+2
2021-02-13net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-5/+5
2021-01-28rocker: Simplify the calculation of variablesJiapeng Zhong1-1/+1
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean3-53/+22
2021-01-12net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-11/+4
2021-01-12net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-18/+2
2020-12-05ethernet: select CONFIG_CRC32 as neededArnd Bergmann1-0/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+6
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-3/+6
2020-09-13rocker: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-40/+43
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2020-07-10PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen1-1/+0
2020-06-15rocker: fix incorrect error handling in dma_rings_initAditya Pakki1-2/+2
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2019-12-17ipv4: 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-05rocker: Fail attempts to use routes with nexthop objectsDavid Ahern1-0/+4
2019-06-05ipv4: 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-09ipv4: 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-12net: rocker: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-5/+0