summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-29net: 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-28sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin1-0/+2
2021-04-28net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportMichael Grzeschik3-1/+223
2021-04-28net: phy: Add support for microchip SMI0 MDIO busAndrew Lunn2-2/+14
2021-04-28net: dsa: microchip: Add Microchip KSZ8863 SPI based driver supportMichael Grzeschik1-12/+32
2021-04-28net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel3-71/+281
2021-04-28net: dsa: microchip: ksz8795: move register offsets and shifts to separate st...Michael Grzeschik3-160/+281
2021-04-28net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik1-42/+50
2021-04-28net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik3-117/+111
2021-04-28net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2-4/+57
2021-04-28net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu3-22/+35
2021-04-28net: dsa: free skb->cb usage in core driverYangbo Lu5-8/+8
2021-04-28net: dsa: no longer clone skb in core driverYangbo Lu7-36/+54
2021-04-28net: dsa: no longer identify PTP packet in core driverYangbo Lu7-10/+18
2021-04-28net: dsa: check tx timestamp request in core driverYangbo Lu3-9/+1
2021-04-28fddi/skfp: fix typoqhjindev1-1/+1
2021-04-28net: dsa: mv88e6xxx: Fix 6095/6097/6185 ports in non-SERDES CMODETobias Waldekranz1-3/+3
2021-04-28net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov1-2/+0
2021-04-28macvlan: 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-71/+109
2021-04-26bnxt_en: Implement .ndo_features_check().Michael Chan2-2/+42
2021-04-26bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet FCS.Michael Chan2-3/+14
2021-04-26bnxt_en: Add PCI IDs for Hyper-V VF devices.Michael Chan1-1/+18
2021-04-26bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.Michael Chan1-1/+10
2021-04-26bnxt_en: Move bnxt_approve_mac().Michael Chan1-26/+27
2021-04-26bnxt_en: allow VF config ops when PF is closedEdwin Peer1-4/+0
2021-04-26bnxt_en: allow promiscuous mode for trusted VFsEdwin Peer3-7/+11
2021-04-26bnxt_en: Add support for fw managed link down feature.Michael Chan2-1/+3
2021-04-26bnxt_en: Add a new phy_flags field to the main driver structure.Michael Chan3-34/+22
2021-04-26bnxt_en: report signal mode in link up messagesEdwin Peer1-3/+19
2021-04-26macvlan: Add nodst option to macvlan type sourceJethro Beekman1-5/+14
2021-04-26Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller16-422/+701
2021-04-26net: ethernet: ixp4xx: Support device tree probingLinus Walleij2-63/+148
2021-04-26net: ethernet: ixp4xx: Retire ancient phy retrievealLinus Walleij1-5/+5
2021-04-26r8152: remove some bit operationsHayes Wang1-7/+7
2021-04-26hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui1-2/+12
2021-04-26bnxt_en: Fix RX consumer index logic in the error path.Michael Chan1-2/+4
2021-04-26ch_ktls: Remove redundant variable resultJiapeng Chong1-6/+4
2021-04-24can: etas_es58x: Fix a couple of spelling mistakesColin Ian King1-2/+2
2021-04-24can: etas_es58x: Fix missing null check on netdev pointerColin Ian King1-1/+1
2021-04-24net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit6-53/+140
2021-04-24net/mlx5: SF, Split mlx5_sf_hw_table into two partsParav Pandit1-29/+58