summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-14drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin1-1/+5
2021-04-14drivers: net: fix memory leak in atusb_probePavel Skripkin1-0/+1
2021-04-14net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter1-0/+48
2021-04-14net: hns3: clear VF down state bit before request link statusGuangbin Huang1-2/+2
2021-04-14net: macb: restore cmp registers on resume pathClaudiu Beznea1-0/+7
2021-04-14i40e: Fix display statistics for veb_tcEryk Rybak1-6/+46
2021-04-14net/mlx5: Don't request more than supported EQsDaniel Jurgens1-1/+12
2021-04-14net/mlx5e: Fix ethtool indication of connector typeAya Levin1-11/+11
2021-04-14net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli1-3/+10
2021-04-14nfp: flower: ignore duplicate merge hints from FWYinjun Zhang3-3/+69
2021-04-14cxgb4: avoid collecting SGE_QBASE regs during trafficRahul Lakkireddy2-5/+21
2021-04-14gianfar: Handle error code at MAC address changeClaudiu Manoil1-1/+5
2021-04-14amd-xgbe: Update DMA coherency valuesShyam Sundar S K1-3/+3
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-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/+160
2021-04-14virtio_net: Add XDP meta data supportYuya Kusakabe1-20/+32
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: Cleanup fltr list in case of allocation issuesRobert Malz1-1/+2
2021-04-14ice: Fix for dereference of NULL pointerJacek BuĊ‚atek1-5/+7
2021-04-14ice: Increase control queue timeoutFabio Pricoco1-2/+2
2021-04-14net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clockMartin Blumenstingl1-2/+7
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: 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-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-30net: dsa: b53: VLAN filtering is global to all usersFlorian Fainelli1-7/+7
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi1-0/+1
2021-03-30net/mlx5e: Fix error path for ethtool set-priv-flagAya Levin1-1/+5
2021-03-30net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizesCorentin Labbe1-0/+2
2021-03-30r8152: limit the RX buffer size of RTL8153A for USB 2.0Hayes Wang1-1/+4
2021-03-30net: cdc-phonet: fix data-interface release on probe failureJohan Hovold1-0/+2
2021-03-30octeontx2-af: fix infinite loop in unmapping NPC counterHariprasad Kelam1-1/+1
2021-03-30octeontx2-af: Fix irq free in rvu teardownGeetha sowjanya1-1/+3
2021-03-30nfp: flower: fix pre_tun mask id allocationLouis Peens1-7/+17
2021-03-30can: m_can: m_can_rx_peripheral(): fix RX being blocked by errorsTorin Cooper-Bennun1-1/+1
2021-03-30can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warningTorin Cooper-Bennun1-3/+0
2021-03-30can: c_can: move runtime PM enable/disable to c_can_platformTong Zhang2-24/+6
2021-03-30can: c_can_pci: c_can_pci_remove(): fix use-after-freeTong Zhang1-1/+2