summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-30net: stmmac: Remove duplicate declaration of stmmac_privWan Jiabing1-1/+0
2021-04-30net: phy: marvell: enable downshift by defaultMaxim Kochetkov1-12/+50
2021-04-30net: atheros: nic-devel@qualcomm.com is deadJohannes Berg2-2/+2
2021-04-30net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo1-0/+2
2021-04-30net: hns3: clear unnecessary reset request in hclge_reset_rebuildYufeng Mo1-0/+6
2021-04-30net: hns3: use netif_tx_disable to stop the transmit queuePeng Li1-1/+1
2021-04-30net: hns3: fix for vxlan gpe tx checksum bugHao Chen1-2/+3
2021-04-30net: stmmac: cleared __FPE_REMOVING bit in stmmac_fpe_start_wq()Mohammad Athari Bin Ismail1-0/+1
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit7-9/+8
2021-04-29net: dsa: ksz: ksz8863_smi_probe: set proper return value for ksz_switch_alloc()Oleksij Rempel1-1/+1
2021-04-29net: dsa: ksz: ksz8795_spi_probe: fix possible NULL pointer dereferenceOleksij Rempel1-0/+3
2021-04-29net: dsa: ksz: ksz8863_smi_probe: fix possible NULL pointer dereferenceOleksij Rempel1-0/+3
2021-04-29bnx2x: Remove redundant assignment to errYang Li1-1/+0
2021-04-29net: macb: Remove redundant assignment to queueJiapeng Chong1-2/+2
2021-04-29net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen1-0/+5
2021-04-29net: hns3: initialize the message content in hclge_get_link_mode()Yufeng Mo1-1/+1
2021-04-29net: hns3: fix incorrect configuration for igu_egu_hw_errYufeng Mo2-2/+4
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1060-19116/+83154
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel2-2/+2
2021-04-28net: tun: Remove redundant assignment to retYang Li1-1/+0
2021-04-28net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov1-0/+2
2021-04-28net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255Colin Ian King1-1/+1
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2021-04-27sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin1-0/+2
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportMichael Grzeschik3-1/+223
2021-04-27net: phy: Add support for microchip SMI0 MDIO busAndrew Lunn2-2/+14
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SPI based driver supportMichael Grzeschik1-12/+32
2021-04-27net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel3-71/+281
2021-04-27net: dsa: microchip: ksz8795: move register offsets and shifts to separate st...Michael Grzeschik3-160/+281
2021-04-27net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik1-42/+50
2021-04-27net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik3-117/+111
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2-4/+57
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu3-22/+35
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu5-8/+8
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu7-36/+54
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu7-10/+18
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu3-9/+1
2021-04-27fddi/skfp: fix typoqhjindev1-1/+1
2021-04-27net: dsa: mv88e6xxx: Fix 6095/6097/6185 ports in non-SERDES CMODETobias Waldekranz1-3/+3
2021-04-27net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov1-2/+0
2021-04-27macvlan: Use 'hash' iterators to simplify codeChristophe JAILLET1-27/+18
2021-04-26net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong1-1/+3
2021-04-26net: hso: fix NULL-deref on disconnect regressionJohan Hovold1-1/+1
2021-04-26Merge tag 'linux-can-next-for-5.13-20210426' of git://git.kernel.org/pub/scm/...David S. Miller2-3/+3
2021-04-26net: davicom: Remove redundant assignment to retJiapeng Chong1-1/+0
2021-04-26pcnet32: Remove redundant variable prev_link and curr_linkJiapeng Chong1-2/+1
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-71/+109
2021-04-26Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-14/+42
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-20/+4