summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-28net: hso: fix NULL-deref on disconnect regressionJohan Hovold1-1/+1
2021-04-28cavium/liquidio: Fix duplicate argumentWan Jiabing1-1/+1
2021-04-28xen-netback: Check for hotplug-status existence before watchingMichael Brown1-4/+8
2021-04-28net: geneve: check skb is large enough for IPv4/IPv6 headerPhillip Potter1-0/+6
2021-04-28net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam1-21/+12
2021-04-28ibmvnic: remove duplicate napi_schedule call in open functionLijun Pan1-5/+0
2021-04-28ibmvnic: remove duplicate napi_schedule call in do_reset functionLijun Pan1-5/+1
2021-04-28ibmvnic: avoid calling napi_disable() twiceLijun Pan1-2/+1
2021-04-28i40e: fix the panic when running bpf in xdpdrv modeJason Xing1-0/+6
2021-04-28net: davicom: Fix regulator not turned off on failed probeChristophe JAILLET1-2/+4
2021-04-28pcnet32: Use pci_resource_len to validate PCI resourceGuenter Roeck1-2/+3
2021-04-16net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli1-3/+8
2021-04-16drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin1-1/+5
2021-04-16drivers: net: fix memory leak in atusb_probePavel Skripkin1-0/+1
2021-04-16net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter1-0/+48
2021-04-16gianfar: Handle error code at MAC address changeClaudiu Manoil1-1/+5
2021-04-16amd-xgbe: Update DMA coherency valuesShyam Sundar S K1-3/+3
2021-04-10can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrateAngelo Dureghello1-1/+7
2021-04-10net: pxa168_eth: Fix a potential data race in pxa168_eth_removePavel Andrianov1-1/+1
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-07brcmfmac: clear EAP/association status bits on linkdown eventsLuca Pesce1-2/+5
2021-03-30can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"Marc Kleine-Budde1-2/+0
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-30net: cdc-phonet: fix data-interface release on probe failureJohan Hovold1-0/+2
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
2021-03-30can: peak_usb: add forgotten supported devicesStephane Grosjean1-0/+2
2021-03-30ftgmac100: Restart MAC HW onceDylan Hung1-0/+1
2021-03-30net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_templateLv Yunlong1-0/+3
2021-03-30e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu1-0/+2
2021-03-30e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits1-1/+5
2021-03-30net: dsa: bcm_sf2: Qualify phydev->dev_flags based on portFlorian Fainelli1-2/+4
2021-03-30net: wan: fix error return code of uhdlc_init()Jia-Ju Bai1-2/+6
2021-03-30net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai1-1/+3
2021-03-30sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov1-2/+0
2021-03-30net: tehuti: fix error return code in bdx_probe()Jia-Ju Bai1-0/+1
2021-03-30ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu1-2/+4
2021-03-30Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"Hayes Wang1-29/+6
2021-03-30net: fec: ptp: avoid register access when ipg clock is disabledHeiko Thiery1-0/+7
2021-03-24net: dsa: b53: Support setting learning on portFlorian Fainelli4-0/+28
2021-03-17sh_eth: fix TRSCER mask for R7S72100Sergey Shtylyov1-0/+2
2021-03-17net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang1-3/+4
2021-03-17net: stmmac: stop each tx channel independentlyJoakim Zhang1-4/+0
2021-03-17net: davicom: Fix regulator not turned off on driver removalPaul Cercueil1-1/+8
2021-03-17net: davicom: Fix regulator not turned off on failed probePaul Cercueil1-3/+9
2021-03-17net: lapbether: Remove netif_start_queue / netif_stop_queueXie He1-3/+0