summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-04-30net: atheros: nic-devel@qualcomm.com is deadJohannes Berg
2021-04-30net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo
2021-04-30net: hns3: clear unnecessary reset request in hclge_reset_rebuildYufeng Mo
2021-04-30net: hns3: use netif_tx_disable to stop the transmit queuePeng Li
2021-04-30net: hns3: fix for vxlan gpe tx checksum bugHao Chen
2021-04-30net: stmmac: cleared __FPE_REMOVING bit in stmmac_fpe_start_wq()Mohammad Athari Bin Ismail
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit
2021-04-29net: dsa: ksz: ksz8863_smi_probe: set proper return value for ksz_switch_alloc()Oleksij Rempel
2021-04-29net: dsa: ksz: ksz8795_spi_probe: fix possible NULL pointer dereferenceOleksij Rempel
2021-04-29net: dsa: ksz: ksz8863_smi_probe: fix possible NULL pointer dereferenceOleksij Rempel
2021-04-29bnx2x: Remove redundant assignment to errYang Li
2021-04-29net: macb: Remove redundant assignment to queueJiapeng Chong
2021-04-29net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen
2021-04-29net: hns3: initialize the message content in hclge_get_link_mode()Yufeng Mo
2021-04-29net: hns3: fix incorrect configuration for igu_egu_hw_errYufeng Mo
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel
2021-04-28net: tun: Remove redundant assignment to retYang Li
2021-04-28net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov
2021-04-28net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255Colin Ian King
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-27sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportMichael Grzeschik
2021-04-27net: phy: Add support for microchip SMI0 MDIO busAndrew Lunn
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SPI based driver supportMichael Grzeschik
2021-04-27net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel
2021-04-27net: dsa: microchip: ksz8795: move register offsets and shifts to separate st...Michael Grzeschik
2021-04-27net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik
2021-04-27net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu
2021-04-27fddi/skfp: fix typoqhjindev
2021-04-27net: dsa: mv88e6xxx: Fix 6095/6097/6185 ports in non-SERDES CMODETobias Waldekranz
2021-04-27net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov
2021-04-27macvlan: Use 'hash' iterators to simplify codeChristophe JAILLET
2021-04-26net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong
2021-04-26net: hso: fix NULL-deref on disconnect regressionJohan Hovold
2021-04-26Merge tag 'linux-can-next-for-5.13-20210426' of git://git.kernel.org/pub/scm/...David S. Miller
2021-04-26net: davicom: Remove redundant assignment to retJiapeng Chong
2021-04-26pcnet32: Remove redundant variable prev_link and curr_linkJiapeng Chong
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-26Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-25bnxt_en: Implement .ndo_features_check().Michael Chan