summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker
AgeCommit message (Expand)AuthorLines
7 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
7 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-14/+14
8 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-23/+21
2026-01-26rocker: fix memory leak in rocker_world_port_post_fini()Kery Qi-3/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-04-08rocker: Simplify if condition in ofdpa_port_fdb()Thorsten Blum-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel-1/+1
2024-11-18rocker: fix link status detection in rocker_carrier_init()Dmitry Antipov-1/+1
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin-1/+2
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-02-23rocker: Don't bother filling in ethtool driver versionJohn Garry-2/+0
2022-11-02rocker: Explicitly mark learned FDB entries as offloadedIdo Schimmel-0/+1
2022-11-02rocker: Avoid unnecessary scheduling of work itemIdo Schimmel-7/+7
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-3/+3
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-2/+1
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-08-31ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handlerDuoming Zhou-1/+1
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski-2/+1
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2022-01-09rocker: Remove useless DMA-32 fallback configurationChristophe JAILLET-13/+4
2022-01-06rocker: fix a sleeping in atomic bugDan Carpenter-1/+2
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski-12/+0
2021-10-19ethernet: rocker: use eth_hw_addr_set()Jakub Kicinski-3/+5
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean-2/+2
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz-1/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean-2/+3
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean-8/+22
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean-2/+2
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean-5/+5
2021-01-27rocker: Simplify the calculation of variablesJiapeng Zhong-1/+1
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean-53/+22
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean-11/+4
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean-18/+2
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann-0/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+6
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo-3/+6
2020-09-12rocker: switch from 'pci_' to 'dma_' APIChristophe JAILLET-40/+43
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-4/+4
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2020-07-09PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen-1/+0
2020-06-15rocker: fix incorrect error handling in dma_rings_initAditya Pakki-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel-2/+2
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko-1/+1