aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-11-25igb: fix netpoll exit with trafficJesse Brandeburg1-1/+1
2021-11-24lan743x: fix deadlock in lan743x_phy_link_status_change()Heiner Kallweit1-9/+3
2021-11-24cxgb4: allow reading unrecognized port module eepromRahul Lakkireddy1-1/+10
2021-11-24tsnep: Fix resource_size cocci warningGerhard Engleder2-2/+0
2021-11-24tsnep: 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-23net: 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/next-queueDavid 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/net-queueDavid 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
2021-11-22tsn: Fix build.David S. Miller1-2/+2
2021-11-22octeon: constify netdev->dev_addrJakub Kicinski1-1/+1
2021-11-22net: mana: Add XDP supportHaiyang Zhang4-11/+235
2021-11-22tsnep: Add TSN endpoint Ethernet MAC driverGerhard Engleder11-0/+3511
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet12-15/+15
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet3-4/+4
2021-11-22nfp: checking parameter process for rx-usecs/tx-usecs is invalidDiana Wang2-4/+1
2021-11-22net: hns3: remove the way to set tx spare buf via module parameterHao Chen1-6/+1
2021-11-22net: hns3: add support to set/get rx buf len via ethtool for hns3 driverHao Chen1-8/+44
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen87-188/+556
2021-11-22net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 driverHao Chen3-2/+60
2021-11-20bnx2x: constify static inline stub for dev_addrJakub Kicinski1-1/+1
2021-11-2082596: use eth_hw_addr_set()Jakub Kicinski1-1/+2
2021-11-19ethernet: renesas: Use div64_ul instead of do_divYang Li1-4/+2
2021-11-19iavf: Fix VLAN feature flags after VFRBrett Creeley3-23/+56
2021-11-19iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski4-0/+25
2021-11-19iavf: Fix deadlock occurrence during resetting VF interfaceJedrzej Jagielski1-2/+5
2021-11-19iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh1-4/+26
2021-11-19nfp: flower: correction of error handlingYu Xiao1-20/+0
2021-11-19stmmac_pci: Fix underflow size in stmmac_rxZekun Shen1-4/+5