summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-14i40e: Fix kernel oops when i40e driver removes VF'sEryk Rybak2-0/+10
2021-04-14i40e: Added Asym_Pause to supported link modesMateusz Palczewski1-0/+1
2021-04-14ice: Recognize 860 as iSCSI port in CEE modeChinh T Cao2-9/+30
2021-04-14ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao7-78/+83
2021-04-14i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski1-7/+5
2021-04-14i40e: Fix sparse error: uninitialized symbol 'ring'Arkadiusz Kubalewski1-0/+3
2021-04-14i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski1-2/+1
2021-04-14i40e: Fix sparse warning: missing error code 'err'Arkadiusz Kubalewski1-2/+6
2021-04-14ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rxLv Yunlong1-0/+1
2021-04-14net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam1-21/+12
2021-04-14ice: fix memory leak of aRFS after resuming from suspendYongxin Liu1-0/+1
2021-04-14iwlwifi: pcie: properly set LTR workarounds on 22000 devicesJohannes Berg3-32/+37
2021-04-14ice: Cleanup fltr list in case of allocation issuesRobert Malz1-1/+2
2021-04-14ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan3-8/+7
2021-04-14ice: Fix for dereference of NULL pointerJacek BuĊ‚atek1-5/+7
2021-04-14ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman3-4/+0
2021-04-14ice: fix memory allocation callBruce Allan1-1/+1
2021-04-14ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny3-2/+31
2021-04-14ice: Increase control queue timeoutFabio Pricoco1-2/+2
2021-04-14ice: Continue probe on link/PHY errorsAnirudh Venkataramanan1-9/+6
2021-04-14net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bitsMartin Blumenstingl1-3/+16
2021-04-14net: dsa: lantiq_gswip: Don't use PHY auto pollingMartin Blumenstingl1-26/+159
2021-04-14net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clockMartin Blumenstingl1-2/+7
2021-04-10net: ipa: fix init header command validationAlex Elder1-17/+33
2021-04-10net: pxa168_eth: Fix a potential data race in pxa168_eth_removePavel Andrianov1-1/+1
2021-04-10net/mlx5e: Enforce minimum value check for ICOSQ sizeTariq Toukan1-2/+3
2021-04-07net: wan/lmc: unregister device when no matching device is foundTong Zhang1-0/+2
2021-04-07net: ipa: fix register write command validationAlex Elder1-8/+24
2021-04-07net: ipa: remove two unused register definitionsAlex Elder1-10/+0
2021-04-07net: ethernet: aquantia: Handle error cleanup of start on openNathan Rossi1-1/+3
2021-04-07ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()Shuah Khan1-2/+5
2021-04-07iwlwifi: pcie: don't disable interrupts for reg_lockJohannes Berg3-22/+16
2021-04-07netdevsim: dev: Initialize FIB module after debugfsIdo Schimmel1-19/+21
2021-04-07rtw88: coex: 8821c: correct antenna switch functionGuo-Feng Fan1-8/+8
2021-04-07ath11k: add ieee80211_unregister_hw to avoid kernel crash caused by NULL pointerWen Gong1-2/+5
2021-04-07brcmfmac: clear EAP/association status bits on linkdown eventsLuca Pesce1-2/+5
2021-04-07can: tcan4x5x: fix max register valueSasha Levin1-1/+1
2021-04-07net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel4-4/+12
2021-04-07can: dev: move driver related infrastructure into separate subdirMarc Kleine-Budde4-6/+8
2021-04-07net: mvpp2: fix interrupt mask/unmask skip conditionSasha Levin1-2/+2
2021-03-30can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"Marc Kleine-Budde1-2/+0
2021-03-30Revert "net: bonding: fix error return code of bond_neigh_init()"David S. Miller1-6/+2
2021-03-30net: dsa: b53: VLAN filtering is global to all usersFlorian Fainelli1-7/+7
2021-03-30r8169: fix DMA being used after buffer free if WoL is enabledHeiner Kallweit1-2/+4
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi1-0/+1
2021-03-30ch_ktls: fix enum-conversion warningArnd Bergmann1-1/+1
2021-03-30net: phy: broadcom: Fix RGMII delays for BCM50160 and BCM50610MFlorian Fainelli1-0/+4
2021-03-30net: phy: broadcom: Set proper 1000BaseX/SGMII interface mode for BCM54616SRobert Hancock1-12/+72
2021-03-30net: phy: broadcom: Avoid forward for bcm54xx_config_clock_delay()Florian Fainelli1-38/+36
2021-03-30net: phy: introduce phydev->portMichael Walle9-4/+34