summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-05-14net: hns3: refactor the debugfs processYufeng Mo
2021-05-14net: hns3: refactor out RX completion checksumHuazhong Tan
2021-05-14net: hns3: support RXD advanced layoutHuazhong Tan
2021-05-14net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck
2021-05-14sfc: don't use netif_info et al before net_device is registeredHeiner Kallweit
2021-05-14scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran
2021-05-14sparc/vio: make remove callback return voidUwe Kleine-König
2021-05-13net: mana: Use struct_size() in kzalloc()Gustavo A. R. Silva
2021-05-13net: korina: Fix return value check in korina_probe()Wei Yongjun
2021-05-13net: qed: remove redundant initialization of variable rcColin Ian King
2021-05-13virtio-net: get build_skb() buf by data ptrXuan Zhuo
2021-05-13virtio-net: fix for unable to handle page fault for addressXuan Zhuo
2021-05-13atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks
2021-05-13atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks
2021-05-13atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks
2021-05-13atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks
2021-05-13atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks
2021-05-13cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal
2021-05-13net: mdio: octeon: Fix some double free issuesChristophe JAILLET
2021-05-13net: hinic: fix misspelled "acessing"Guangbin Huang
2021-05-13net: hinic: remove unnecessary parenthesesGuangbin Huang
2021-05-13net: hinic: add blank line after function declarationGuangbin Huang
2021-05-13net: hinic: remove unnecessary blank lineGuangbin Huang
2021-05-13net: mdio: thunder: Fix a double free issue in the .remove functionChristophe JAILLET
2021-05-13alx: use fine-grained locking instead of RTNLJohannes Berg
2021-05-13brcmfmac: properly check for bus register errorsGreg Kroah-Hartman
2021-05-13Revert "brcmfmac: add a check for the status of usb_register"Greg Kroah-Hartman
2021-05-13net: liquidio: Add missing null pointer checksTom Seewald
2021-05-13Revert "net: liquidio: fix a NULL pointer dereference"Greg Kroah-Hartman
2021-05-13libertas: register sysfs groups properlyGreg Kroah-Hartman
2021-05-13Revert "libertas: add checks for the return value of sysfs_create_group"Greg Kroah-Hartman
2021-05-13ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()Anirudh Rayabharam
2021-05-13Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()"Greg Kroah-Hartman
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13qlcnic: Add null check after calling netdev_alloc_skbTom Seewald
2021-05-13Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman
2021-05-13ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng
2021-05-13Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman
2021-05-13net: stmicro: handle clk_prepare() failure during initAnirudh Rayabharam
2021-05-13Revert "net: stmicro: fix a missing check of clk_prepare"Greg Kroah-Hartman
2021-05-13net: caif: remove BUG_ON(dev == NULL) in caif_xmitDu Cheng
2021-05-13Revert "net: caif: replace BUG_ON with recovery code"Greg Kroah-Hartman
2021-05-13net: fujitsu: fix potential null-ptr-derefAnirudh Rayabharam
2021-05-13Revert "net: fujitsu: fix a potential NULL pointer dereference"Greg Kroah-Hartman
2021-05-13net: rtlwifi: properly check for alloc_workqueue() failureGreg Kroah-Hartman
2021-05-13Revert "rtlwifi: fix a potential NULL pointer dereference"Greg Kroah-Hartman
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby