summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipa: compute proper aggregation limitAlex Elder2022-06-061-1/+3
* net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley2022-06-061-0/+5
* net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler2022-05-251-0/+7
* net: atlantic: add check for MAX_SKB_FRAGSGrant Grundler2022-05-251-1/+5
* net: atlantic: reduce scope of is_rsc_completeGrant Grundler2022-05-251-7/+6
* net: atlantic: fix "frag[0] not initialized"Grant Grundler2022-05-251-2/+1
* net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang2022-05-251-3/+1
* ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang2022-05-251-1/+4
* igb: skip phy status check where unavailableKevin Mitchell2022-05-251-1/+2
* net/mlx5: Drain fw_reset when removing deviceShay Drory2022-05-253-3/+27
* net/mlx5e: Remove HW-GRO from reported featuresGal Pressman2022-05-251-4/+0
* net/mlx5e: Properly block HW GRO when XDP is enabledMaxim Mikityanskiy2022-05-251-0/+12
* net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy2022-05-251-0/+7
* net/mlx5e: Block rx-gro-hw feature in switchdev modeAya Levin2022-05-251-0/+4
* net/mlx5: DR, Ignore modify TTL on RX if device doesn't support itYevgeny Kliteynik2022-05-252-21/+48
* net/mlx5: Initialize flow steering during driver probeShay Drory2022-05-253-61/+91
* net/mlx5: DR, Fix missing flow_source when creating multi-destination FW tableMaor Dickman2022-05-255-6/+14
* net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET2022-05-251-1/+2
* ice: Fix interrupt moderation settings getting clearedMichal Wilczynski2022-05-252-11/+16
* ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt2022-05-251-3/+4
* ice: fix crash when writing timestamp on RX ringsArkadiusz Kubalewski2022-05-251-4/+15
* net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()Zixuan Fu2022-05-251-0/+4
* net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()Zixuan Fu2022-05-251-0/+2
* net: systemport: Fix an error handling path in bcm_sysport_probe()Christophe JAILLET2022-05-251-2/+4
* net: lan966x: Fix assignment of the MAC addressHoratiu Vultur2022-05-251-0/+28
* net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-251-0/+1
* net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam2022-05-251-1/+1
* net: ipa: record proper RX transaction countAlex Elder2022-05-251-2/+4
* net: ipa: certain dropped packets aren't accounted forAlex Elder2022-05-251-7/+6
* Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"Jarkko Nikula2022-05-251-44/+4
* net: phy: micrel: Fix incorrect variable type in micrelWan Jiabing2022-05-181-1/+1
* net: phy: micrel: Pass .probe for KS8737Fabio Estevam2022-05-181-0/+1
* net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061Fabio Estevam2022-05-181-2/+2
* ath11k: reduce the wait time of 11d scan and hw scan while add interfaceWen Gong2022-05-187-64/+84
* net: phy: Fix race condition on link status changeFrancesco Dolcini2022-05-181-1/+6
* net: atlantic: always deep reset on pm op, fixing up my null deref regressionManuel Ullmann2022-05-181-2/+2
* i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong2022-05-181-13/+14
* net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONTMatthew Hagan2022-05-181-1/+11
* net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham2022-05-181-15/+0
* net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo2022-05-181-0/+5
* net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down()Florian Fainelli2022-05-181-0/+3
* mlxsw: Avoid warning during ip6gre device removalAmit Cohen2022-05-181-8/+3
* net: bcmgenet: Check for Wake-on-LAN interrupt probe deferralFlorian Fainelli2022-05-181-0/+4
* net: ethernet: mediatek: ppe: fix wrong size passed to memset()Yang Yingliang2022-05-181-1/+1
* ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang2022-05-181-1/+2
* mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protectionJohannes Berg2022-05-181-0/+3
* net: sfc: fix memory leak due to ptp channelTaehee Yoo2022-05-183-2/+20
* net: chelsio: cxgb4: Avoid potential negative array offsetKees Cook2022-05-181-5/+5
* ice: fix PTP stale Tx timestamps cleanupMichal Michalik2022-05-181-2/+8
* ice: clear stale Tx queue settings before configuringAnatolii Gerasymenko2022-05-181-18/+50