aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-22net: dsa: yt921x: Add port TBF supportDavid Yang2-0/+105
2026-05-22net: arcnet: com20020-pci: avoid -Wformat-truncation warningEthan Nelson-Moore2-2/+3
2026-05-22net: arcnet: expand unnecessary I/O abstraction macrosEthan Nelson-Moore4-68/+49
2026-05-22net: arcnet: remove code depending on nonexistent config optionEthan Nelson-Moore1-13/+5
2026-05-22net: arcnet: remove ISA and PCMCIA support; modernize documentationEthan Nelson-Moore8-2147/+3
2026-05-22net: arcnet: fix typos in commentsEthan Nelson-Moore3-7/+7
2026-05-22net: arcnet: com20020: remove misleading references to multicastEthan Nelson-Moore1-10/+4
2026-05-22net: mana: Expose hardware diagnostic info via debugfsErni Sri Satya Vennela2-34/+74
2026-05-22tun: free page on build_skb failure in tun_xdp_one()Weiming Shi1-0/+1
2026-05-22tap: free page on error paths in tap_get_user_xdp()Weiming Shi1-0/+2
2026-05-22tun: free page on short-frame rejection in tun_xdp_one()Weiming Shi1-1/+3
2026-05-21Revert "mm: introduce a new page type for page pool in page type"Byungchul Park1-1/+1
2026-05-21Merge tag 'wireless-next-2026-05-21' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski6-81/+59
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski66-342/+2298
2026-05-21Merge tag 'wireless-2026-05-21' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski15-76/+194
2026-05-21net: enetc: avoid VF->PF mailbox timeout during SR-IOV teardownWei Fang1-1/+1
2026-05-21net: enetc: fix init and teardown order to prevent use of unsafe resourcesWei Fang1-17/+18
2026-05-21net: enetc: fix unbounded loop and interrupt handling in VF-to-PF messagingWei Fang2-31/+49
2026-05-21net: enetc: fix DMA write to freed memory in enetc_msg_free_mbx()Wei Fang1-3/+3
2026-05-21net: enetc: fix race condition in VF MAC address configurationWei Fang2-0/+11
2026-05-21net: enetc: fix TOCTOU race and validate VF MAC addressWei Fang1-9/+30
2026-05-21net: enetc: add ratelimiting to VF mailbox error messagesWei Fang1-4/+6
2026-05-21net: enetc: fix missing error code when pf->vf_state allocation failsWei Fang1-1/+3
2026-05-21net: enetc: fix incorrect mailbox message status returned to VFsWei Fang1-4/+6
2026-05-21net: bcmgenet: keep RBUF EEE/PM disabledNicolai Buchwitz1-5/+4
2026-05-21ethernet: 3c509: Fix most coding style issuesMaciej W. Rozycki1-372/+465
2026-05-21ethernet: 3c509: Add GPL 2.0 SPDX license identifierMaciej W. Rozycki1-0/+1
2026-05-21ethernet: 3c509: Fix AUI transceiver type selectionMaciej W. Rozycki1-0/+1
2026-05-21Revert "drivers: net: 3com: 3c509: Remove this driver"Maciej W. Rozycki3-0/+1463
2026-05-21pds_core: ensure null-termination for firmware version stringsNikhil P. Rao1-2/+4
2026-05-21net: airoha: Disable GDM2 forwarding before configuring GDM2 loopbackLorenzo Bianconi1-4/+6
2026-05-21tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDRWeiming Shi1-1/+1
2026-05-21qed: fix double free in qed_cxt_tables_alloc()Dawei Feng1-0/+2
2026-05-21net: mana: validate rx_req_idx to prevent out-of-bounds array accessAditya Garg1-0/+6
2026-05-21octeontx2-af: npc: Fix allmulticast skip logic for LBK and SDP VFsRatheesh Kannoth1-1/+1
2026-05-21net: wwan: iosm: fix potential memory leaks in ipc_imem_init()Abdun Nihaal1-0/+2
2026-05-21net: dsa: netc: add support for ethtool private statisticsWei Fang4-0/+165
2026-05-21net: dsa: netc: add support for the standardized countersWei Fang5-1/+327
2026-05-21net: dsa: netc: initialize buffer pool table and implement flow-controlWei Fang4-1/+160
2026-05-21net: dsa: netc: add FDB, STP, MTU, port setup and host flooding supportWei Fang3-0/+663
2026-05-21net: dsa: netc: add phylink MAC operationsWei Fang4-0/+315
2026-05-21net: dsa: netc: introduce NXP NETC switch driver for i.MX94Wei Fang8-0/+895
2026-05-21net: enetc: add multiple command BD rings supportWei Fang1-4/+9
2026-05-21net: enetc: add support for "Add" and "Delete" operations to IPFTWei Fang2-0/+116
2026-05-21net: enetc: add support for the "Update" operation to buffer pool tableWei Fang2-0/+49
2026-05-21net: enetc: add support for the "Add" operation to VLAN filter tableWei Fang2-0/+69
2026-05-21net: enetc: add basic operations to the FDB tableWei Fang2-2/+264
2026-05-21net: enetc: add pre-boot initialization for i.MX94 switchWei Fang1-22/+163
2026-05-21net/mlx5: Generalize enable/disable HCA for any PF vportMoshe Shemesh5-20/+42
2026-05-21net/mlx5: Use vport helper for IPsec eswitch set capsMoshe Shemesh1-58/+23