summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-04-07e1000: check return value of e1000_read_eepromAgalakov Daniil1-1/+7
2026-04-07igb: remove napi_synchronize() in igb_down()Alex Dvoretsky1-2/+1
2026-04-06ixgbevf: add missing negotiate_features op to Hyper-V ops tableMichal Schmidt1-0/+7
2026-04-06ixgbe: stop re-reading flash on every get_drvinfo for e610Aleksandr Loktionov4-8/+19
2026-04-06ice: fix PTP timestamping broken by SyncE code on E825CPetr Oros1-10/+12
2026-04-06ice: ptp: don't WARN when controlling PF is unavailableKohei Enju1-1/+7
2026-04-06idpf: set the payload size before calling the async handlerEmil Tantilov1-0/+4
2026-04-06idpf: improve locking around idpf_vc_xn_push_free()Emil Tantilov1-0/+2
2026-04-06idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handlingEmil Tantilov2-11/+8
2026-04-04net: stmmac: Fix PTP ref clock for Tegra234Jon Hunter1-2/+17
2026-04-04net: qualcomm: qca_uart: report the consumed byte on RX skb allocation failurePengpeng Hou1-1/+1
2026-04-04net: airoha: Fix memory leak in airoha_qdma_rx_process()Lorenzo Bianconi1-2/+1
2026-04-04net: lapbether: handle NETDEV_PRE_TYPE_CHANGEEric Dumazet1-5/+8
2026-04-04net: fec: make FIXED_PHY dependency unconditionalArnd Bergmann1-1/+1
2026-04-03net: stmmac: fix integer underflow in chain modeTyllis Xu1-5/+6
2026-04-03net: altera-tse: fix skb leak on DMA mapping error in tse_start_xmit()David Carlier1-0/+1
2026-04-02eth: fbnic: Increase FBNIC_QUEUE_SIZE_MIN to 64Dimitri Daskalakis1-1/+1
2026-04-02bnxt_en: Restore default stat ctxs for ULP when resource is availablePavan Chebbi1-0/+2
2026-04-02bnxt_en: Don't assume XDP is never enabled in bnxt_init_dflt_ring_mode()Michael Chan1-4/+9
2026-04-02bnxt_en: Refactor some basic ring setup and adjustment logicMichael Chan4-23/+41
2026-04-02net/mlx5: Fix switchdev mode rollback in case of failureSaeed Mahameed1-0/+2
2026-04-02net/mlx5: Avoid "No data available" when FW version queries failSaeed Mahameed3-24/+37
2026-04-02net/mlx5: lag: Check for LAG device before creating debugfsShay Drory1-0/+3
2026-04-02net: macb: properly unregister fixed rate clocksFedor Pchelkin1-4/+4
2026-04-02net: macb: fix clk handling on PCI glue driver removalFedor Pchelkin1-2/+4
2026-04-02virtio_net: clamp rss_max_key_size to NETDEV_RSS_KEY_LENSrujana Challa1-11/+9
2026-04-01net: stmmac: skip VLAN restore when VLAN hash ops are missingMichal Piekos1-10/+4
2026-04-01net: ftgmac100: fix ring allocation unwind on open failureYufan Chen1-4/+24
2026-03-31net: xilinx: axienet: Fix BQL accounting for multi-BD TX packetsSuraj Gupta1-5/+4
2026-03-31net: xilinx: axienet: Correct BD length masks to match AXIDMA IP specSuraj Gupta1-2/+2
2026-03-31net: bonding: fix use-after-free in bond_xmit_broadcast()Xiang Mei1-1/+1
2026-03-31bnxt_en: set backing store type from query typePengpeng Hou1-4/+4
2026-03-31net: airoha: Delay offloading until all net_devices are fully registeredLorenzo Bianconi3-0/+10
2026-03-31net: airoha: Add missing cleanup bits in airoha_qdma_cleanup_rx_queue()Lorenzo Bianconi1-1/+17
2026-03-28net: enetc: do not allow VF to configure the RSS keyWei Fang1-1/+5
2026-03-28net: enetc: check whether the RSS algorithm is ToeplitzWei Fang1-0/+4
2026-03-28net: sfp: Fix Ubiquiti U-Fiber Instant SFP module on mvnetaMarek BehĂșn1-1/+6
2026-03-28vxlan: validate ND option lengths in vxlan_na_createYang Yang1-2/+4
2026-03-28eth: fbnic: Fix debugfs output for BDQ's with page fragsDimitri Daskalakis1-1/+1
2026-03-28eth: fbnic: Account for page fragments when updating BDQ tailDimitri Daskalakis1-3/+3
2026-03-27net: ti: icssg-prueth: fix missing data copy and wrong recycle in ZC RX dispatchDavid Carlier1-1/+1
2026-03-27tg3: Fix race for querying speed/duplexThomas Bogendoerfer1-1/+1
2026-03-27net: enetc: do not access non-existent registers on pseudo MACWei Fang1-0/+7
2026-03-27net: enetc: add graceful stop to safely reinitialize the TX RingWei Fang2-14/+108
2026-03-27net: enetc: reset PIR and CIR if they are not equal when initializing TX ringWei Fang1-1/+12
2026-03-27net: fec: fix the PTP periodic output sysfs interfaceBuday Csaba1-3/+0
2026-03-27net: ethernet: mtk_ppe: avoid NULL deref when gmac0 is disabledSven Eckelmann (Plasma Cloud)1-1/+20
2026-03-27net: mana: Fix RX skb truesize accountingDipayaan Roy1-0/+7
2026-03-27Merge tag 'wireless-2026-03-26' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski16-56/+163
2026-03-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni9-46/+60