summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2026-04-23virtio_net: sync rss_trailer.max_tx_vq on queue_pairs change via VQ_PAIRS_SETBrett Creeley-0/+6
2026-04-23net: mana: Fix EQ leak in mana_remove on NULL portErni Sri Satya Vennela-2/+2
2026-04-23net: mana: Don't overwrite port probe error with add_adev resultErni Sri Satya Vennela-9/+8
2026-04-23net: mana: Guard mana_remove against double invocationErni Sri Satya Vennela-1/+6
2026-04-23net: mana: Init gf_stats_work before potential error paths in probeErni Sri Satya Vennela-1/+2
2026-04-23net: mana: Init link_change_work before potential error paths in probeErni Sri Satya Vennela-2/+2
2026-04-23netconsole: avoid out-of-bounds access on empty string in trim_newline()Breno Leitao-0/+2
2026-04-23net: airoha: Add size check for TX NAPIs in airoha_qdma_cleanup()Lorenzo Bianconi-3/+8
2026-04-23net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue()Lorenzo Bianconi-7/+7
2026-04-23net: dsa: realtek: rtl8365mb: fix mode mask calculationMieczyslaw Nalewaj-1/+1
2026-04-23net: airoha: Add missing bits in airoha_qdma_cleanup_tx_queue()Lorenzo Bianconi-2/+30
2026-04-23net: airoha: Move ndesc initialization at end of airoha_qdma_init_tx()Lorenzo Bianconi-4/+4
2026-04-22ice: fix ice_ptp_read_tx_hwtstamp_status_eth56gJacob Keller-2/+8
2026-04-22ice: fix ready bitmap check for non-E822 devicesJacob Keller-26/+136
2026-04-22ice: perform PHY soft reset for E825C ports at initializationGrzegorz Nitka-1/+93
2026-04-22ice: fix timestamp interrupt configuration for E825CGrzegorz Nitka-4/+32
2026-04-22bnge: remove unsupported backing store typeVikas Gupta-16/+0
2026-04-22bnge: fix initial HWRM sequenceVikas Gupta-8/+22
2026-04-21net: airoha: Fix PPE cpu port configuration for GDM2 loopback pathLorenzo Bianconi-6/+11
2026-04-21netkit: convert to ndo_set_rx_mode_asyncStanislav Fomichev-2/+4
2026-04-21dummy: convert to ndo_set_rx_mode_asyncStanislav Fomichev-2/+4
2026-04-21netdevsim: convert to ndo_set_rx_mode_asyncStanislav Fomichev-3/+5
2026-04-21iavf: convert to ndo_set_rx_mode_asyncStanislav Fomichev-5/+11
2026-04-21bnxt: use snapshot in bnxt_cfg_rx_modeStanislav Fomichev-14/+15
2026-04-21bnxt: convert to ndo_set_rx_mode_asyncStanislav Fomichev-14/+17
2026-04-21mlx5: convert to ndo_set_rx_mode_asyncStanislav Fomichev-16/+34
2026-04-21fbnic: convert to ndo_set_rx_mode_asyncStanislav Fomichev-11/+19
2026-04-21slip: bound decode() reads against the compressed packet lengthWeiming Shi-18/+25
2026-04-21slip: reject VJ receive packets on instances with no rstate arrayWeiming Shi-0/+6
2026-04-20gtp: disable BH before calling udp_tunnel_xmit_skb()David Carlier-0/+2
2026-04-20net: airoha: Fix possible TX queue stall in airoha_qdma_tx_napi_poll()Lorenzo Bianconi-5/+33
2026-04-20net/mlx5: Fix HCA caps leak on notifier init failurePrathamesh Deshpande-1/+3
2026-04-20pppoe: drop PFC framesQingfang Deng-2/+8
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-67/+11
2026-04-18net: ks8851: Avoid excess softirq schedulingMarek Vasut-1/+4
2026-04-18net: ks8851: Reinstate disabling of BHs around IRQ handlerMarek Vasut-58/+38
2026-04-18net: stmmac: Update default_an_inband before passing value to phylink_configKhaiWenTan-2/+2
2026-04-18e1000e: Unroll PTP in probe error handlingMatt Vollrath-0/+1
2026-04-18iavf: fix wrong VLAN mask for legacy Rx descriptors L2TAG2Petr Oros-1/+1
2026-04-18i40e: don't advertise IFF_SUPP_NOFCSKohei Enju-1/+0
2026-04-18ice: fix potential NULL pointer deref in error path of ice_set_ringparam()Kohei Enju-0/+1
2026-04-18ice: fix race condition in TX timestamp ring cleanupKeita Morisaki-18/+31
2026-04-18ice: fix ICE_AQ_LINK_SPEED_M for 200GPaul Greenwalt-1/+1
2026-04-18ice: fix PHY config on media change with link-down-on-closePaul Greenwalt-94/+27
2026-04-18ice: fix double-free of tx_buf skbMichal Schmidt-2/+4
2026-04-18ice: fix double free in ice_sf_eth_activate() error pathGuangshuo Li-0/+2
2026-04-18ice: update PCS latency settings for E825 10G/25Gb modesGrzegorz Nitka-6/+6
2026-04-18ice: fix 'adjust' timer programming for E830 devicesGrzegorz Nitka-3/+3
2026-04-16Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-295/+266
2026-04-16net: enetc: fix NTMP DMA use-after-free issueWei Fang-96/+126