summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-11-29net: mvneta: Allow having more than one queue per TCMaxime Chevallier1-15/+20
2021-11-29net: mvneta: Don't force-set the offloading flagMaxime Chevallier1-1/+3
2021-11-29net: mvneta: Use struct tc_mqprio_qopt_offload for MQPrio configurationMaxime Chevallier1-7/+10
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-133/+530
2021-11-26net: mscc: ocelot: correctly report the timestamping RX filters in ethtoolVladimir Oltean1-1/+4
2021-11-26net: mscc: ocelot: set up traps for PTP packetsVladimir Oltean1-1/+240
2021-11-26net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean1-0/+16
2021-11-26net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMPVladimir Oltean1-6/+0
2021-11-26net: hns3: fix incorrect components info of ethtool --reset commandJie Wang1-0/+4
2021-11-26net: hns3: fix one incorrect value of page pool info when queried by debugfsHao Chen1-1/+2
2021-11-26net: hns3: add check NULL address for page poolHao Chen1-0/+5
2021-11-26net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang1-2/+2
2021-11-26net: qed: fix the array may be out of boundzhangyue1-3/+3
2021-11-26net: stmmac: Disable Tx queues when reconfiguring the interfaceYannick Vignon1-0/+2
2021-11-26net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean1-8/+69
2021-11-26net: ocelot: remove "bridge" argument from ocelot_get_bridge_fwd_maskVladimir Oltean1-6/+8
2021-11-26net: stmmac: perserve TX and RX coalesce value during XDP setupOng Boon Leong1-2/+3
2021-11-26tsnep: Add missing of_node_put() in tsnep_mdio_init()Yang Yingliang1-1/+2
2021-11-26net: macb: convert to phylink_generic_validate()Russell King (Oracle)1-103/+30
2021-11-26r8169: disable detection of chip version 60Heiner Kallweit1-2/+5
2021-11-25igb: fix netpoll exit with trafficJesse Brandeburg1-1/+1
2021-11-25lan743x: fix deadlock in lan743x_phy_link_status_change()Heiner Kallweit1-9/+3
2021-11-25cxgb4: allow reading unrecognized port module eepromRahul Lakkireddy1-1/+10
2021-11-25tsnep: Fix resource_size cocci warningGerhard Engleder2-2/+0
2021-11-25tsnep: fix platform_no_drv_owner.cocci warningYang Li1-1/+0
2021-11-24net: hns3: add dql info when tx timeoutYufeng Mo1-0/+7
2021-11-24net: hns3: debugfs add drop packet statistics of multicast and broadcast for iguJie Wang1-4/+4
2021-11-24net: hns3: format the output of the MAC addressYufeng Mo4-31/+74
2021-11-24net: hns3: add log for workqueue scheduled lateYufeng Mo4-2/+33
2021-11-24net: stmmac: Calculate CDC error only onceKurt Kanzenbach2-10/+7
2021-11-23net: marvell: mvpp2: increase MTU limit when XDP enabledMarek BehĂșn1-6/+8
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski1-12/+0
2021-11-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller5-3/+161
2021-11-23net: chelsio: cxgb4vf: Fix an error code in cxgb4vf_pci_probe()Zheyu Ma1-0/+1
2021-11-23net: marvell: mvpp2: Add support for 5gbase-rMarek BehĂșn1-7/+37
2021-11-23r8169: fix incorrect mac address assignmentHeiner Kallweit1-2/+3
2021-11-23tsnep: Fix set MAC addressGerhard Engleder1-1/+1
2021-11-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2-3/+24
2021-11-23mlxsw: spectrum: Protect driver from buggy firmwareAmit Cohen1-1/+1
2021-11-23mlxsw: spectrum: Allow driver to load with old firmware versionsDanielle Ratson1-4/+4
2021-11-23mlxsw: pci: Add shutdown method in PCI driverDanielle Ratson1-0/+1
2021-11-23mlxsw: spectrum_router: Remove deadcode in mlxsw_sp_rif_mac_profile_findDanielle Ratson1-3/+0
2021-11-22net/ice: Add support for enable_iwarp and enable_roce devlink paramShiraz Saleem5-3/+161
2021-11-22ice: avoid bpf_prog refcount underflowMarta Plantykow1-1/+17
2021-11-22ice: fix vsi->txq_map sizingMaciej Fijalkowski1-2/+7
2021-11-22nixge: fix mac address error handling againArnd Bergmann1-2/+2
2021-11-22net: ax88796c: do not receive data in pointerNicolas Iooss1-1/+1
2021-11-22qed: Use the bitmap API to simplify some functionsChristophe JAILLET1-19/+5
2021-11-22net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctlsHolger Assmann3-47/+81
2021-11-22Fix coverity issue 'Uninitialized scalar variable"Yacov Simhony1-1/+1