aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-03-20net: ti: icssg-prueth: Add lock to statsMD Danish Anwar3-0/+7
2025-03-19net: stmmac: dwc-qos-eth: use devm_kzalloc() for AXI dataRussell King (Oracle)1-1/+3
2025-03-19phy: fix xa_alloc_cyclic() error handlingMichal Swiatkowski1-1/+1
2025-03-18Merge tag 'linux-can-fixes-for-6.14-20250314' of git://git.kernel.org/pub/scm...Paolo Abeni3-45/+44
2025-03-18net: mana: Support holes in device list reply msgHaiyang Zhang1-4/+10
2025-03-18net: ethernet: ti: am65-cpsw: Fix NAPI registration sequenceVignesh Raghavendra1-14/+18
2025-03-14can: flexcan: disable transceiver during system PMHaibo Chen1-1/+11
2025-03-14can: flexcan: only change CAN state when link up in system PMHaibo Chen1-2/+4
2025-03-14can: rcar_canfd: Fix page entries in the AFL listBiju Das1-17/+11
2025-03-14can: ucan: fix out of bound read in strscpy() sourceVincent Mailhol1-25/+18
2025-03-13net: mana: cleanup mana struct after debugfs_remove()Shradha Gupta2-5/+16
2025-03-13net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devicesCarolina Jubran1-4/+2
2025-03-13net/mlx5: Bridge, fix the crash caused by LAG state checkJianbo Liu1-7/+5
2025-03-13net/mlx5: Lag, Check shared fdb before creating MultiPort E-SwitchShay Drory3-3/+5
2025-03-13net/mlx5: Fix incorrect IRQ pool usage when releasing IRQsShay Drory5-7/+16
2025-03-13net/mlx5: HWS, Rightsize bwc matcher priorityVlad Dogaru1-1/+1
2025-03-13net/mlx5: DR, use the right action structs for STEv3Yevgeny Kliteynik5-25/+79
2025-03-12Merge tag 'wireless-2025-03-12' of https://git.kernel.org/pub/scm/linux/kerne...David S. Miller3-8/+11
2025-03-11qlcnic: fix memory leak issues in qlcnic_sriov_common.cHaoxiang Li1-2/+6
2025-03-11rtase: Fix improper release of ring list entries in rtase_sw_resetJustin Lai1-0/+10
2025-03-11bonding: fix incorrect MAC address setting to receive NS messagesHangbin Liu1-8/+47
2025-03-10eth: bnxt: fix memory leak in queue resetTaehee Yoo1-0/+1
2025-03-10eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx}Taehee Yoo1-0/+6
2025-03-10eth: bnxt: do not update checksum in bnxt_xdp_build_skb()Taehee Yoo3-12/+5
2025-03-10eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logicTaehee Yoo1-2/+2
2025-03-10eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc()Taehee Yoo1-0/+3
2025-03-10eth: bnxt: fix truesize for mb-xdp-pass caseTaehee Yoo2-1/+9
2025-03-10net: usb: lan78xx: Sanitize return values of register read/write functionsOleksij Rempel1-2/+2
2025-03-10net/mlx5: handle errors in mlx5_chains_create_table()Wentao Liang1-0/+5
2025-03-07net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errataAndrei Botila1-2/+18
2025-03-07net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errataAndrei Botila1-0/+52
2025-03-07net: mctp i2c: Copy headers if clonedMatt Johnston1-0/+5
2025-03-07net: mctp i3c: Copy headers if clonedMatt Johnston1-0/+5
2025-03-07net: dsa: mv88e6xxx: Verify after ATU Load opsJoseph Huang1-11/+48
2025-03-07net/mlx5: Fill out devlink dev info only for PFsJiri Pirko1-0/+3
2025-03-07wifi: iwlwifi: trans: cancel restart work on op mode leaveMiri Korenblit1-0/+2
2025-03-07wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platformsEmmanuel Grumbach1-3/+3
2025-03-07wifi: iwlwifi: pcie: Fix TSO preparationIlan Peer1-5/+6
2025-03-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski7-32/+33
2025-03-06mctp i3c: handle NULL header addressMatt Johnston1-0/+3
2025-03-05net: dsa: mt7530: Fix traffic flooding for MMIO devicesLorenzo Bianconi1-6/+2
2025-03-05ice: register devlink prior to creating health reportersPrzemek Kitszel1-2/+2
2025-03-05ice: Fix switchdev slow-path in LAGMarcin Szycik2-1/+30
2025-03-05ice: fix memory leak in aRFS after resetGrzegorz Nitka1-1/+1
2025-03-05ice: do not configure destination override for switchdevLarysa Zaremba3-28/+0
2025-03-04ppp: Fix KMSAN uninit-value warning with bpfJiayuan Chen1-9/+19
2025-03-04net: ipa: Enable checksum for IPA_ENDPOINT_AP_MODEM_{RX,TX} for v4.7Luca Weiss1-0/+2
2025-03-04net: ipa: Fix QSB data for v4.7Luca Weiss1-2/+2
2025-03-04net: ipa: Fix v4.7 resource group namesLuca Weiss1-7/+5
2025-03-04Merge tag 'wireless-2025-03-04' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski11-78/+158