summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-1320-51/+86
|\
| * i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski2022-12-121-12/+24
| * stmmac: fix potential division by 0Piergiorgio Beruto2022-12-122-2/+3
| * octeontx2-af: cn10k: mcs: Fix a resource leak in the probe and remove functionsChristophe JAILLET2022-12-121-1/+5
| * ntb_netdev: Use dev_kfree_skb_any() in interrupt contextEric Pilmore2022-12-121-2/+2
| * net: lan9303: Fix read error execution pathJerry Ray2022-12-121-1/+3
| * net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky2022-12-121-12/+2
| * net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky2022-12-121-3/+6
| * net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-122-2/+2
| * hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-3/+3
| * net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-2/+2
| * net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * net: farsync: Fix kmemleak when rmmods farsyncLi Zetao2022-12-121-0/+2
| * ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can2022-12-091-0/+2
| * net: stmmac: fix possible memory leak in stmmac_dvr_probe()Gaosheng Cui2022-12-091-1/+2
| * net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()Zhang Changzhong2022-12-091-2/+6
| * net: defxx: Fix missing err handling in dfx_init()Yongqiang Liu2022-12-091-4/+18
* | net: lan966x: Remove a useless test in lan966x_ptp_add_trap()Christophe JAILLET2022-12-121-2/+0
* | net: ipa: add IPA v4.7 supportAlex Elder2022-12-128-1/+922
* | bnxt: Use generic HBH removal helper in tx pathCoco Li2022-12-121-1/+25
* | qlcnic: Clean up some inconsistent indentingJiapeng Chong2022-12-121-1/+1
* | i40e: allow toggling loopback mode via ndo_set_features callbackTirthendu Sarkar2022-12-124-4/+61
* | net: team: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconfXin Long2022-12-121-0/+2
* | net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long2022-12-121-5/+13
* | net: dsa: mv88e6xxx: replace VTU violation prints with trace pointsVladimir Oltean2022-12-122-4/+33
* | net: dsa: mv88e6xxx: replace ATU violation prints with trace pointsVladimir Oltean2022-12-124-9/+86
* | net: dsa: mv88e6xxx: read FID when handling ATU violationsHans J. Schultz2022-12-121-11/+61
* | net: dsa: mv88e6xxx: remove ATU age out violation printVladimir Oltean2022-12-121-6/+0
* | net: hns3: use strscpy() to instead of strncpy()Xu Panda2022-12-121-4/+2
* | net: ethernet: ti: am65-cpsw: Fix PM runtime leakage in am65_cpsw_nuss_ndo_sl...Roger Quadros2022-12-121-4/+9
* | Merge tag 'wireless-next-2022-12-12' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-12-1280-297/+2613
|\ \
| * \ Merge tag 'iwlwifi-next-for-kalle-2022-12-07' of http://git.kernel.org/pub/sc...Kalle Valo2022-12-0817-75/+116
| |\ \
| | * | wifi: iwlwifi: fw: use correct IML/ROM status registerJohannes Berg2022-12-071-1/+1
| | * | wifi: iwlwifi: dump: Update check for UMAC valid FW addressMukesh Sisodiya2022-12-071-1/+5
| | * | wifi: iwlwifi: mvm: d3: add TKIP to the GTK iteratorNaftali Goldstein2022-12-071-2/+7
| | * | wifi: iwlwifi: mei: clean up commentsTom Rix2022-12-075-11/+11
| | * | wifi: iwlwifi: mvm: Don't use deprecated registerMiri Korenblit2022-12-071-3/+6
| | * | wifi: iwlwifi: pcie: Add reading and storing of crf and cdb id.Mukesh Sisodiya2022-12-072-10/+27
| | * | wifi: iwlwifi: mvm: replace usage of found with dedicated list iterator variableJakob Koschel2022-12-072-11/+8
| | * | wifi: iwlwifi: dump: Update check for valid FW addressMukesh Sisodiya2022-12-071-2/+3
| | * | wifi: iwlwifi: mvm: don't access packet before checking lenMordechay Goodstein2022-12-071-18/+20
| | * | wifi: iwlwifi: modify new queue allocation commandJohannes Berg2022-12-072-16/+26
| | * | wifi: iwlwifi: nvm-parse: enable WiFi7 for Fm radio for nowJohannes Berg2022-12-071-0/+2
| * | | wifi: rtl8xxxu: fixing IQK failures for rtl8192euJun ASAKA2022-12-081-22/+51
| * | | wifi: rtlwifi: btcoexist: fix conditions branches that are never executedPeter Kosyh2022-12-081-3/+2
| * | | wifi: rtlwifi: rtl8192se: remove redundant rtl_get_bbreg() callPeter Kosyh2022-12-081-3/+0
| * | | wifi: rtw88: Add rtw8723du chipset supportSascha Hauer2022-12-085-1/+90