summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
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 Lu2-14/+28
2021-04-28net: dsa: free skb->cb usage in core driverYangbo Lu2-4/+4
2021-04-26net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong1-1/+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. Miller9-43/+46
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-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-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-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
2021-04-24net/mlx5: SF, Use helpers for allocation and freeParav Pandit1-37/+60
2021-04-24net/mlx5: SF, Consider own vhca events of SF devicesParav Pandit1-1/+11
2021-04-24net/mlx5: SF, Store and use start function idParav Pandit1-2/+8
2021-04-24devlink: Extend SF port attributes to have external attributeParav Pandit1-1/+1
2021-04-24net/mlx5: SF, Rely on hw table for SF devlink port allocationParav Pandit3-8/+9
2021-04-24net/mlx5: E-Switch, Consider SF ports of host PFParav Pandit2-0/+56
2021-04-24net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit11-323/+380
2021-04-24net/mlx5: E-Switch, Prepare to return total vports from eswitch structParav Pandit2-3/+14
2021-04-24net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit2-14/+13
2021-04-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller7-55/+115
2021-04-23enetc: fix locking for one-step timestamping packet transferYangbo Lu1-9/+9
2021-04-23net: ethernet: mtk_eth_soc: use iopoll.h macro for DMA initIlya Lipnitskiy2-17/+14
2021-04-23net: ethernet: mtk_eth_soc: set PPE flow hash as skb hash if presentFelix Fietkau1-0/+8
2021-04-23net: ethernet: mtk_eth_soc: rework NAPI callbacksIlya Lipnitskiy1-30/+24
2021-04-23net: ethernet: mtk_eth_soc: reduce unnecessary interruptsFelix Fietkau1-4/+5
2021-04-23net: ethernet: mtk_eth_soc: only read the full RX descriptor if DMA is doneFelix Fietkau1-4/+8
2021-04-23net: ethernet: mtk_eth_soc: cache HW pointer of last freed TX descriptorFelix Fietkau2-4/+6
2021-04-23net: ethernet: mtk_eth_soc: implement dynamic interrupt moderationFelix Fietkau3-14/+124
2021-04-23net: ethernet: mtk_eth_soc: increase DMA ring sizesFelix Fietkau1-1/+1
2021-04-23net: ethernet: mtk_eth_soc: use larger burst size for QDMA TXFelix Fietkau2-2/+2
2021-04-23net: ethernet: mtk_eth_soc: remove unnecessary TX queue stopsFelix Fietkau1-13/+2
2021-04-23net: ethernet: mtk_eth_soc: reduce MDIO bus access latencyFelix Fietkau1-1/+1
2021-04-23net: ethernet: mtk_eth_soc: use napi_consume_skbFelix Fietkau1-7/+12
2021-04-23net: ethernet: mtk_eth_soc: fix build_skb cleanupIlya Lipnitskiy1-2/+3
2021-04-23net: ethernet: mtk_eth_soc: unmap RX data before calling build_skbFelix Fietkau1-2/+3
2021-04-23net: ethernet: mtk_eth_soc: fix RX VLAN offloadFelix Fietkau2-1/+2