summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman
2023-07-30can: ems_pci: move ASIX AX99100 ids to pci_ids.hJiaqing Zhao
2023-07-30can: ems_pci: remove PCI_SUBVENDOR_ID_ASIX definitionJiaqing Zhao
2023-07-29qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko
2023-07-29net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundariesLukasz Majewski
2023-07-29net: stmmac: tegra: Properly allocate clock bulk dataThierry Reding
2023-07-29team: Remove NULL check before dev_{put, hold}Yang Li
2023-07-28net: ethernet: mtk_eth_soc: enable nft hw flowtable_offload for MT7988 SoCLorenzo Bianconi
2023-07-28net: ethernet: mtk_eth_soc: enable page_pool support for MT7988 SoCLorenzo Bianconi
2023-07-28net: bcmasp: Clean up redundant dev_err_probe()Chen Jiahao
2023-07-28r8152: set bp in bulkHayes Wang
2023-07-28r8152: adjust generic_ocp_write functionHayes Wang
2023-07-28net: ethernet: slicoss: remove redundant increment of pointer dataColin Ian King
2023-07-28Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski
2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever
2023-07-28octeontx2-af: Initialize 'cntr_val' to fix uninitialized symbol errorSuman Ghosh
2023-07-28eth: bnxt: fix warning for define in struct_groupJakub Kicinski
2023-07-28eth: bnxt: fix one of the W=1 warnings about fortified memcpy()Jakub Kicinski
2023-07-28Merge tag 'mlx5-updates-2023-07-24' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-07-28mlxsw: spectrum_router: IPv6 events: Use tracker helpers to hold & put netdev...Petr Machata
2023-07-28mlxsw: spectrum_router: RIF: Use tracker helpers to hold & put netdevicesPetr Machata
2023-07-28mlxsw: spectrum_router: hw_stats: Use tracker helpers to hold & put netdevicesPetr Machata
2023-07-28mlxsw: spectrum_router: FIB: Use tracker helpers to hold & put netdevicesPetr Machata
2023-07-28mlxsw: spectrum_switchdev: Use tracker helpers to hold & put netdevicesPetr Machata
2023-07-28mlxsw: spectrum_nve: Do not take reference when looking up netdevicePetr Machata
2023-07-28mlxsw: spectrum: Drop unused functions mlxsw_sp_port_lower_dev_hold/_put()Petr Machata
2023-07-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller
2023-07-28Merge tag 'linux-can-next-for-6.6-20230728' of git://git.kernel.org/pub/scm/l...David S. Miller
2023-07-28sfc: Remove vfdi.hMartin Habets
2023-07-28sfc: Cleanups in io.hMartin Habets
2023-07-28sfc: Miscellaneous comment removalsMartin Habets
2023-07-28sfc: Remove struct efx_special_bufferMartin Habets
2023-07-28sfc: Filter cleanups for Falcon and SienaMartin Habets
2023-07-28sfc: Remove some NIC type indirections that are no longer neededMartin Habets
2023-07-28sfc: Remove PTP code for SienaMartin Habets
2023-07-28sfc: Remove EFX_REV_SIENA_A0Martin Habets
2023-07-28sfc: Remove support for siena high priority queueMartin Habets
2023-07-28sfc: Remove siena_nic_data and statsMartin Habets
2023-07-28sfc: Remove falcon referencesMartin Habets
2023-07-28net/mlx5: Fix flowhash key set/get for custom RSSJoe Damato
2023-07-28can: gs_usb: convert to NAPI/rx-offload to avoid OoO receptionMarc Kleine-Budde
2023-07-28can: rx-offload: add can_rx_offload_get_echo_skb_queue_tail()Marc Kleine-Budde
2023-07-28can: rx-offload: rename rx_offload_get_echo_skb() -> can_rx_offload_get_echo_...Marc Kleine-Budde
2023-07-28can: gs_usb: gs_usb_disconnect(): remove not needed usb_kill_anchored_urbs()Marc Kleine-Budde
2023-07-28can: gs_usb: gs_destroy_candev(): remove not needed usb_kill_anchored_urbs()Marc Kleine-Budde
2023-07-28can: gs_usb: gs_can_close(): don't complain about failed device reset during ...Marc Kleine-Budde
2023-07-28can: gs_usb: gs_can_start_xmit(), gs_can_open(): clean up printouts in error ...Marc Kleine-Budde
2023-07-28can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde
2023-07-28can: gs_usb: gs_usb_receive_bulk_callback(): make use of statsMarc Kleine-Budde