summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2026-05-05bnxt_en: Check return value of bnxt_hwrm_vnic_cfgKalesh AP-2/+8
2026-05-05bnxt_en: Set bp->max_tpa according to what the FW supportsMichael Chan-1/+4
2026-05-05bnxt_en: Delay for 5 seconds after AER DPC for all chipsMichael Chan-3/+8
2026-05-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-6/+7
2026-05-05Merge tag 'ath-current-20260505' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg-18/+92
2026-05-05net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLRDipayaan Roy-10/+35
2026-05-05net: mana: remove double CQ cleanup in mana_create_rxq error pathDipayaan Roy-3/+0
2026-05-05net: mana: Skip WQ object destruction for uninitialized RXQDipayaan Roy-1/+2
2026-05-05net: mana: check xdp_rxq registration before unreg in mana_destroy_rxq()Dipayaan Roy-1/+3
2026-05-05wifi: libertas: notify firmware load wait on disconnectJakov Novak-0/+1
2026-05-04net: dsa: mt7530: fix .get_stats64 sleeping in atomic contextDaniel Golle-3/+80
2026-05-04net: usb: asix: ax88772: re-add usbnet_link_change() in phylink callbacksMarkus Baier-0/+2
2026-05-05ovpn: ensure packet delivery happens with BH disabledRalf Lici-0/+6
2026-05-05ovpn: reset MAC header before passing skb upQingfang Deng-0/+1
2026-05-04wifi: ath5k: do not access array OOBJiri Slaby (SUSE)-1/+2
2026-05-04wifi: ath12k: fix peer_id usage in normal RX pathBaochen Qiang-1/+1
2026-05-04wifi: ath12k: initialize RSSI dBm conversion event stateRameshkumar Sundaram-1/+1
2026-05-04wifi: ath12k: fix leak in some ath12k_wmi_xxx() functionsNicolas Escande-15/+88
2026-05-04wifi: cw1200: Revert "Fix locking in error paths"Bart Van Assche-2/+0
2026-05-02RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event()Jason Gunthorpe-6/+7
2026-05-02amd-xgbe: fix PTP addend overflow causing frozen clockGregory Fuchedgi-2/+2
2026-05-02net: wan: fsl_ucc_hdlc: fix ucc_hdlc_removeHolger Brunck-2/+2
2026-05-02net: wan: fsl_ucc_hdlc: fix uhdlc_memcleanHolger Brunck-5/+0
2026-05-01net: usb: cdc_ncm: add Apple Mac USB-C direct networking quirkAlex Cheema-0/+8
2026-05-01net: usb: r8152: add TRENDnet TUC-ET2G v2.0Aleksander Jan Bajkowski-0/+1
2026-04-30octeontx2-af: npc: cn20k: Reject missing default-rule MCAM indicesRatheesh Kannoth-10/+155
2026-04-30octeontx2-af: npc: cn20k: Tear down default MCAM rules explicitly on freeRatheesh Kannoth-28/+82
2026-04-30octeontx2-af: npc: cn20k: Initialize default-rule index outputs up frontRatheesh Kannoth-3/+7
2026-04-30octeontx2-af: npc: cn20k: Fix MCAM actions readRatheesh Kannoth-13/+13
2026-04-30octeontx2-af: npc: cn20k: Fix bank valueRatheesh Kannoth-55/+37
2026-04-30octeontx2-af: npc: cn20k: Clear MCAM entries by index and key widthRatheesh Kannoth-9/+48
2026-04-30octeontx2-af: npc: cn20k: Fix target map and ruleRatheesh Kannoth-1/+15
2026-04-30octeontx2-af: npc: cn20k: Propagate errors in defrag MCAM alloc rollbackRatheesh Kannoth-4/+8
2026-04-30octeontx2-af: npc: cn20k: Drop debugfs_create_file() error checks in initRatheesh Kannoth-23/+10
2026-04-30octeontx2-af: npc: cn20k: Propagate MCAM key-type errors on cn20kRatheesh Kannoth-56/+124
2026-04-30net: airoha: Move entries to queue head in case of DMA mapping failure in air...Lorenzo Bianconi-4/+2
2026-04-30net: libwx: use request_irq for VF misc interruptJiawen Wu-2/+2
2026-04-30net: libwx: fix VF illegal register accessJiawen Wu-2/+5
2026-04-30net: enetc: fix VSI mailbox timeout handling and DMA lifecycleWei Fang-8/+35
2026-04-30net: phy: micrel: fix LAN8814 QSGMII soft resetRobert Marko-7/+8
2026-04-30sfc: fix error code in efx_devlink_info_running_versions()Dan Carpenter-1/+1
2026-04-30ice: add dpll peer notification for paired SMA and U.FL pinsPetr Oros-0/+32
2026-04-30ice: fix missing dpll notifications for SW pinsPetr Oros-11/+36
2026-04-30ice: fix SMA and U.FL pin state changes affecting paired pinPetr Oros-1/+49
2026-04-30ice: fix missing SMA pin initialization in DPLL subsystemPetr Oros-0/+17
2026-04-30ice: fix infinite recursion in ice_cfg_tx_topo via ice_init_dev_hwPetr Oros-2/+4
2026-04-30ice: fix NULL pointer dereference in ice_reset_all_vfs()Petr Oros-1/+6
2026-04-30iavf: add VIRTCHNL_OP_ADD_VLAN to success completion handlerPetr Oros-0/+4
2026-04-30iavf: wait for PF confirmation before removing VLAN filtersPetr Oros-17/+34
2026-04-30iavf: stop removing VLAN filters from PF on interface downPetr Oros-66/+12