summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-02-16net: amd-xgbe: disable interrupts during pci removalRaju Rangoju1-0/+3
2022-02-16net: mdio: aspeed: Add missing MODULE_DEVICE_TABLEJoel Stanley1-0/+1
2022-02-16veth: fix races around rq->rx_notify_maskedEric Dumazet1-5/+8
2022-02-16nfp: flower: fix ida_idx not being releasedLouis Peens1-4/+8
2022-02-16net: dsa: lantiq_gswip: don't use devres for mdiobusVladimir Oltean1-3/+11
2022-02-16net: dsa: felix: don't use devres for mdiobusVladimir Oltean1-1/+3
2022-02-16net: dsa: bcm_sf2: don't use devres for mdiobusVladimir Oltean1-2/+5
2022-02-16net: dsa: ar9331: register the mdiobus under devresVladimir Oltean1-2/+1
2022-02-16net: dsa: mv88e6xxx: don't use devres for mdiobusVladimir Oltean1-3/+8
2022-02-16bonding: pair enable_port with slave_arr_updatesMahesh Bandewar1-1/+2
2022-02-16ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas1-6/+7
2022-02-16net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()Jisheng Zhang1-1/+1
2022-02-16net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko1-4/+3
2022-02-16net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko1-4/+6
2022-02-08net: dsa: mt7530: make NET_DSA_MT7530 select MEDIATEK_GE_PHYArınç ÜNAL1-0/+1
2022-02-08gve: fix the wrong AdminQ buffer queue index checkHaiyue Wang1-1/+1
2022-02-08net: stmmac: ensure PTP time register reads are consistentYannick Vignon1-7/+12
2022-02-08net: stmmac: dump gmac4 DMA registers correctlyCamel Guo2-2/+18
2022-02-08net: macsec: Verify that send_sci is on when setting Tx sci explicitlyLior Nahmanson1-0/+9
2022-02-08net: macsec: Fix offload support for NETDEV_UNREGISTER eventLior Nahmanson1-12/+12
2022-02-08net: ieee802154: ca8210: Stop leaking skb'sMiquel Raynal1-0/+1
2022-02-08net: ieee802154: mcr20a: Fix lifs/sifs periodsMiquel Raynal1-2/+2
2022-02-08net: ieee802154: hwsim: Ensure proper channel selection at probe timeMiquel Raynal1-0/+1
2022-02-05net: amd-xgbe: Fix skb data length underflowShyam Sundar S K1-1/+11
2022-02-05net: amd-xgbe: ensure to reset the tx_timer_active flagRaju Rangoju1-0/+2
2022-02-05ipheth: fix EOVERFLOW in ipheth_rcvbulk_callbackGeorgi Valkov1-3/+3
2022-02-05net/mlx5: E-Switch, Fix uninitialized variable modactMaor Dickman1-1/+1
2022-02-05net/mlx5: Use del_timer_sync in fw reset flow of halting pollMaher Sanalla1-1/+1
2022-02-05net/mlx5e: Fix handling of wrong devices during bond neteventMaor Dickman1-18/+14
2022-02-05net: ipa: prevent concurrent replenishAlex Elder2-0/+14
2022-02-05net: ipa: use a bitmap for endpoint replenish_enabledAlex Elder2-5/+16
2022-02-05net: ipa: fix atomic update in ipa_endpoint_replenish()Alex Elder1-4/+1
2022-02-01net: hns3: handle empty unknown interrupt for VFYufeng Mo1-2/+1
2022-02-01net: cpsw: Properly initialise struct page_pool_paramsToke Høiland-Jørgensen1-1/+1
2022-02-01yam: fix a memory leak in yam_siocdevprivate()Hangyu Hua1-3/+1
2022-02-01ibmvnic: don't spin in taskletSukadev Bhattiprolu1-6/+0
2022-02-01ibmvnic: init ->running_cap_crqs earlySukadev Bhattiprolu1-35/+71
2022-02-01octeontx2-pf: Forward error codes to VFSubbaraya Sundeep1-1/+6
2022-02-01phylib: fix potential use-after-freeMarek Behún1-3/+3
2022-02-01net: phy: broadcom: hook up soft_reset for BCM54616SRobert Hancock1-0/+1
2022-02-01i40e: fix unsigned stat widthsJoe Damato3-7/+7
2022-02-01i40e: Fix for failed to init adminq while VF resetKaren Sornek3-2/+46
2022-02-01i40e: Fix queues reservation for XDPSylwester Dziedziuch1-0/+14
2022-02-01i40e: Fix issue when maximum queues is exceededJedrzej Jagielski3-13/+61
2022-02-01i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski1-9/+3
2022-02-01net: stmmac: skip only stmmac_ptp_register when resume from suspendMohammad Athari Bin Ismail1-11/+9
2022-02-01net: sfp: ignore disabled SFP nodeMarek Behún1-0/+5
2022-01-29bnx2x: Invalidate fastpath HSI version for VFsManish Chopra1-2/+11
2022-01-29bnx2x: Utilize firmware 7.13.21.0Manish Chopra5-28/+69
2022-01-27ath10k: Fix the MTU size on QCA9377 SDIOFabio Estevam2-1/+21