summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-04Reapply "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"Jakub Kicinski1-7/+29
2026-06-04bonding: annotate data-races arcound churn variablesEric Dumazet3-14/+16
2026-06-04rtase: Avoid sleeping in get_stats64()Justin Lai1-2/+3
2026-06-04vxlan: vnifilter: fix spurious notification on VNI updateAndy Roulin1-1/+1
2026-06-04vxlan: vnifilter: send notification on VNI addAndy Roulin1-2/+1
2026-06-04rtase: Reset TX subqueue when clearing TX ringJustin Lai1-0/+2
2026-06-04octeontx2-af: npc: Fix CPT channel mask in npc_install_flowNithin Dabilpuram3-17/+18
2026-06-04net: bonding: fix NULL pointer dereference in bond_do_ioctl()ZhaoJinming1-2/+2
2026-06-04geneve: fix length used in GRO hint UDP checksum adjustmentAntoine Tenart1-1/+1
2026-06-04net: ethernet: mtk_eth_soc: Fix use-after-free in metadata dst teardownLorenzo Bianconi1-1/+1
2026-06-04net: airoha: Fix use-after-free in metadata dst teardownLorenzo Bianconi1-1/+1
2026-06-04Merge tag 'wireless-2026-06-03' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski6-34/+67
2026-06-04octeontx2-af: Fix initialization of mcam's entry2target_pffunc fieldSuman Ghosh1-2/+2
2026-06-04octeontx2-pf: Fix NDC sync operation errorsGeetha sowjanya1-1/+1
2026-06-04net: sfp: initialize i2c_block_size at adapter configure timeJonas Jelonek1-0/+1
2026-06-03Merge tag 'iwlwifi-fixes-2026-05-31' of https://git.kernel.org/pub/scm/linux/...Johannes Berg6-34/+67
2026-06-03net: fec: fix pinctrl default state restore order on resumeTapio Reijonen1-2/+1
2026-06-03net: lan743x: permit VLAN-tagged packets up to configured MTUDavid Thompson2-0/+33
2026-06-02pcnet32: stop holding device spin lock during napi_complete_doneOscar Maes1-1/+3
2026-06-01net/mlx5: Reorder completion before putting command entry in cmd_work_handlerNikolay Kuratov1-2/+4
2026-05-31wifi: iwlwifi: pcie: simplify the resume flow if fast resume is not usedEmmanuel Grumbach1-24/+32
2026-05-30wifi: iwlwifi: mvm: avoid oversized UATS command copyEmmanuel Grumbach1-5/+21
2026-05-30wifi: iwlwifi: mld: send tx power constraints before link activationPagadala Yesu Anjaneyulu3-5/+8
2026-05-30wifi: iwlwifi: mvm: don't support the reset handshake for old firmwaresEmmanuel Grumbach1-0/+6
2026-05-29wireguard: send: append trailer after expanding headJason A. Donenfeld1-10/+10
2026-05-29net: pcs: pcs-mtk-lynxi: fix bpi-r3 serdes configurationFrank Wunderlich1-0/+3
2026-05-29net: mana: Skip redundant detach on already-detached portDipayaan Roy1-0/+6
2026-05-29net: mana: Add NULL guards in teardown path to prevent panic on attach failureDipayaan Roy1-29/+41
2026-05-28Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds13-26/+216
2026-05-28net: hibmcge: move dma_rmb() after dma_sync_single_for_cpu() in RX pathJijie Shao1-3/+3
2026-05-28net: hibmcge: disable Relaxed Ordering to fix RX packet corruptionJijie Shao1-0/+3
2026-05-28bonding: refuse to enslave CAN devicesOliver Hartkopp1-0/+6
2026-05-27vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu()Eric Dumazet1-2/+2
2026-05-27net: phy: air_en8811h: add AN8811HB MCU assert/deassert supportLucien.Jheng1-4/+149
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2026-05-26net: team: fix NULL pointer dereference in team_xmit during mode changeWeiming Shi1-13/+32
2026-05-25octeontx2-af: validate body pcifunc in rvu_mbox_handler_rep_event_notifyMichael Bommarito3-1/+10
2026-05-25macsec: fix replay protection at XPN lower-PN wrapJunrui Luo1-1/+2
2026-05-25net/mlx5: HWS: Reject unsupported remove-header actionPrathamesh Deshpande1-1/+3
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-22Revert "mm: introduce a new page type for page pool in page type"Byungchul Park1-1/+1
2026-05-21Merge tag 'wireless-2026-05-21' of https://git.kernel.org/pub/scm/linux/kerne...Jakub 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