summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-07-01Merge branch 'dev-5.10' into dev-5.10-inteldev-5.10.46-intelJae Hyun Yoo44-106/+320
2021-06-24Merge tag 'v5.10.46' into dev-5.10Joel Stanley44-106/+320
2021-06-23net: fec_ptp: add clock rate zero checkFugang Duan1-0/+4
2021-06-23net: stmmac: disable clocks in stmmac_remove_config_dt()Joakim Zhang1-0/+2
2021-06-23net: ll_temac: Fix TX BD buffer overwriteEsben Haabendal1-1/+1
2021-06-23net: ll_temac: Make sure to free skb when it is completely usedEsben Haabendal1-1/+5
2021-06-23net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin1-1/+3
2021-06-23bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error pathSomnath Kotur1-0/+1
2021-06-23bnxt_en: Fix TQM fastpath ring backing store computationRukhsana Ansari1-1/+1
2021-06-23bnxt_en: Rediscover PHY capabilities after firmware resetMichael Chan1-0/+5
2021-06-23cxgb4: fix wrong shift.Pavel Machek1-1/+1
2021-06-23be2net: Fix an error handling path in 'be_probe()'Christophe JAILLET1-0/+1
2021-06-23net/mlx5: Reset mkey index on creationAya Levin1-1/+1
2021-06-23net/mlx5: E-Switch, Allow setting GUID for host PF vportParav Pandit1-2/+0
2021-06-23net/mlx5: E-Switch, Read PF mac addressParav Pandit1-0/+6
2021-06-23net: fec_ptp: fix issue caused by refactor the fec_devtypeJoakim Zhang1-3/+1
2021-06-23lantiq: net: fix duplicated skb in rx descriptor ringAleksander Jan Bajkowski1-1/+2
2021-06-23cxgb4: fix wrong ethtool n-tuple rule lookupRahul Lakkireddy1-8/+16
2021-06-23netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET1-0/+2
2021-06-23qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET1-0/+1
2021-06-23net: qualcomm: rmnet: don't over-count statisticsAlex Elder1-9/+9
2021-06-23net: qualcomm: rmnet: Update rmnet device MTU based on real deviceSubash Abhinov Kasiviswanathan4-3/+90
2021-06-23net: stmmac: dwmac1000: Fix extended MAC address registers definitionJisheng Zhang1-4/+4
2021-06-23cxgb4: halt chip before flashing PHY firmware imageRahul Lakkireddy1-3/+19
2021-06-23cxgb4: fix sleep in atomic when flashing PHY firmwareRahul Lakkireddy3-4/+2
2021-06-23cxgb4: fix endianness when flashing boot imageRahul Lakkireddy1-17/+27
2021-06-23alx: Fix an error handling path in 'alx_probe()'Christophe JAILLET1-0/+1
2021-06-23net/mlx5e: Block offload of outer header csum for UDP tunnelsAya Levin1-7/+3
2021-06-23net/mlx5: DR, Don't use SW steering when RoCE is not supportedMaor Gottlieb1-4/+5
2021-06-23net/mlx5: DR, Allow SW steering for sw_owner_v2 devicesYevgeny Kliteynik4-16/+29
2021-06-23net/mlx5: Consider RoCE cap before init RDMA resourcesMaor Gottlieb1-0/+3
2021-06-23net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak2-7/+25
2021-06-23net/mlx5e: Remove dependency in IPsec initialization flowsHuy Nguyen1-3/+0
2021-06-23ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski1-8/+10
2021-06-23ice: add ndo_bpf callback for safe mode netdev opsMaciej Fijalkowski1-0/+15
2021-06-23net: lantiq: disable interrupt before sheduling NAPIAleksander Jan Bajkowski1-1/+1
2021-06-23net: dsa: felix: re-enable TX flow control in ocelot_port_flush()Vladimir Oltean1-0/+5
2021-06-23mlxsw: core: Set thermal zone polling delay argument to real value at initMykola Kostenok1-2/+4
2021-06-23mlxsw: reg: Spectrum-3: Enforce lowest max-shaper burst size of 11Petr Machata1-1/+1
2021-06-18ethernet: myri10ge: Fix missing error code in myri10ge_probe()Jiapeng Chong1-0/+1
2021-06-16Merge branch 'dev-5.10' into dev-5.10-intelJae Hyun Yoo21-109/+131
2021-06-16RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory3-0/+10
2021-06-16bnx2x: Fix missing error code in bnx2x_iov_init_one()Jiapeng Chong1-1/+3
2021-06-16net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li1-0/+3
2021-06-16net:sfc: fix non-freed irq in legacy irq modeÍñigo Huguet1-0/+1
2021-06-16net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma1-1/+1
2021-06-10Merge tag 'v5.10.43' into dev-5.10Joel Stanley21-109/+131
2021-06-10ixgbe: add correct exception tracing for XDPMagnus Karlsson2-14/+16
2021-06-10ixgbe: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+7
2021-06-10ice: add correct exception tracing for XDPMagnus Karlsson2-5/+15