aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-22net/mlx5: Push devlink port PF/VF init/cleanup calls out of devlink_port_regi...Jiri Pirko4-20/+58
2023-08-22net/mlx5: Push out SF devlink port init and cleanup code to separate helpersJiri Pirko1-10/+51
2023-08-22net/mlx5: Rework devlink port alloc/free into init/cleanupJiri Pirko1-22/+43
2023-08-22igc: Fix the typo in the PTM Control macroSasha Neftin1-1/+1
2023-08-22igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-08-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-33/+14
2023-08-22bnx2x: new flag for track HW resource allocationThinh Tran4-28/+44
2023-08-22Revert "wifi: mac80211_hwsim: check the return value of nla_put_u32"Johannes Berg1-3/+2
2023-08-22wifi: mac80211_hwsim: avoid calling nlmsg_free() in IRQ or IRQ disabledEN-WEI WU1-3/+3
2023-08-22wifi: mac80211_hwsim: drop short framesJohannes Berg1-3/+4
2023-08-22sfc: allocate a big enough SKB for loopback selftest packetEdward Cree3-3/+3
2023-08-22Merge tag 'mlx5-updates-2023-08-16' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski12-83/+182
2023-08-22Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-0/+1
2023-08-22net: ethernet: mtk_eth_soc: fix NULL pointer on hw resetDaniel Golle1-2/+10
2023-08-22vrf: Remove unnecessary RCU-bh critical sectionIdo Schimmel1-2/+0
2023-08-22vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMICIdo Schimmel1-1/+1
2023-08-22net: ethernet: ti: Remove unused declarationsYue Haibing2-3/+0
2023-08-22net: microchip: Remove unused declarationsYue Haibing3-7/+0
2023-08-22ionic: Remove unused declarationsYue Haibing3-3/+0
2023-08-22net: mscc: ocelot: Remove unused declarationsYue Haibing2-3/+0
2023-08-22net: dsa: microchip: Remove unused declarationsYue Haibing2-4/+0
2023-08-22wifi: ath9k: Remove unused declarationsYue Haibing2-3/+0
2023-08-22wifi: ath9k: Remove unnecessary ternary operatorsRuan Jinjie3-4/+3
2023-08-22wifi: ath9k: consistently use kstrtoX_from_user() functionsDmitry Antipov5-139/+61
2023-08-22wifi: ath9k: fix parameter check in ath9k_init_debug()Minjie Du1-1/+1
2023-08-22wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin1-6/+8
2023-08-22wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin1-2/+4
2023-08-22wifi: ath5k: Remove redundant dev_err()Ruan Jinjie1-1/+0
2023-08-22bonding: update port speed when getting bond speedHangbin Liu1-0/+1
2023-08-22wifi: iwlmei: don't send nic info with invalid mac addressAvraham Stern1-3/+7
2023-08-22wifi: iwlmei: send driver down SAP message only if wiamt is enabledAvraham Stern1-1/+3
2023-08-22wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabledAvraham Stern1-23/+19
2023-08-22wifi: iwlmei: don't send SAP messages if AMT is disabledAvraham Stern1-7/+7
2023-08-22wifi: iwlwifi: pcie: avoid a warning in case prepare card failedAvraham Stern1-10/+1
2023-08-22wifi: iwlwifi: remove memory check for LMAC error addressMukesh Sisodiya1-2/+1
2023-08-22wifi: iwlwifi: mvm: support flush on AP interfacesJohannes Berg1-6/+0
2023-08-22wifi: iwlwifi: mvm: enable HE TX/RX <242 tone RU on new RFsJohannes Berg1-0/+2
2023-08-22wifi: iwlwifi: add Razer to ppag approved listGregory Greenman1-0/+5
2023-08-22wifi: iwlwifi: pcie: point invalid TFDs to invalid dataJohannes Berg4-6/+71
2023-08-22wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() upJohannes Berg1-36/+35
2023-08-22wifi: iwlwifi: pcie: move gen1 TB handling to headerJohannes Berg2-17/+16
2023-08-22wifi: iwlwifi: remove 'def_rx_queue' struct memberJohannes Berg4-6/+4
2023-08-22wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmapJohannes Berg3-34/+16
2023-08-22wifi: iwlwifi: remove WARN from read_mem32()Johannes Berg1-2/+2
2023-08-22wifi: iwlwifi: api: fix a small upper/lower-case typoJohannes Berg1-2/+2
2023-08-22wifi: iwlwifi: mvm: advertise MLO only if EHT is enabledJohannes Berg1-2/+3
2023-08-22alx: fix OOB-read compiler warningGONG, Ruiqi1-3/+2
2023-08-21tg3: Use slab_build_skb() when neededKees Cook1-1/+4
2023-08-21net: pcs: lynxi: implement pcs_disable opDaniel Golle1-0/+8
2023-08-21Merge tag 'qcom-drivers-for-6.6' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-4/+1