summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-04-09net: hns3: Trivial spell fix in hns3 driverSalil Mehta2-3/+3
2021-04-09lan743x: fix ethernet frame cutoff issueSven Van Asbroeck1-4/+4
2021-04-08ice: fix memory leak of aRFS after resuming from suspendYongxin Liu1-0/+1
2021-04-08i40e: Fix sparse warning: missing error code 'err'Arkadiusz Kubalewski1-2/+6
2021-04-08i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski1-2/+1
2021-04-08i40e: Fix sparse error: uninitialized symbol 'ring'Arkadiusz Kubalewski1-0/+3
2021-04-08i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski1-7/+5
2021-04-08i40e: Fix parameters in aq_get_phy_register()Grzegorz Siwik1-1/+1
2021-04-08ethtool: Remove link_mode param and derive link params from driverDanielle Ratson1-5/+14
2021-04-07net/mlx5: fix kfree mismatch in indir_table.cXiaoming Ni1-5/+5
2021-04-07net/mlx5: Fix HW spec violation configuring uplinkEli Cohen1-2/+3
2021-04-07net: hns3: clear VF down state bit before request link statusGuangbin Huang1-2/+2
2021-04-07pcnet32: Use pci_resource_len to validate PCI resourceGuenter Roeck1-2/+3
2021-04-07net: broadcom: bcm4908enet: Fix a double free in bcm4908_enet_dma_allocLv Yunlong1-0/+1
2021-04-06net: hns3: Remove un-necessary 'else-if' in the hclge_reset_event()Salil Mehta1-1/+3
2021-04-06net: hns3: Remove the left over redundant check & assignmentSalil Mehta1-3/+0
2021-04-03net: macb: restore cmp registers on resume pathClaudiu Beznea1-0/+7
2021-04-01i40e: Fix display statistics for veb_tcEryk Rybak1-6/+46
2021-04-01i40e: fix receiving of single packets in xsk zero-copy modeMagnus Karlsson1-2/+2
2021-04-01i40e: Fix inconsistent indentingArkadiusz Kubalewski1-4/+4
2021-03-31net/mlx5e: Guarantee room for XSK wakeup NOP on async ICOSQTariq Toukan4-12/+34
2021-03-31net/mlx5e: Consider geneve_opts for encap contextsDima Chumak6-14/+51
2021-03-31net/mlx5: Don't request more than supported EQsDaniel Jurgens1-1/+12
2021-03-31net/mlx5e: kTLS, Fix RX counters atomicityTariq Toukan5-20/+16
2021-03-31net/mlx5e: kTLS, Fix TX counters atomicityTariq Toukan5-26/+33
2021-03-31net/mlx5: E-switch, Create vport miss group only if src rewrite is supportedMaor Dickman1-29/+39
2021-03-31net/mlx5e: Fix ethtool indication of connector typeAya Levin1-11/+11
2021-03-31net/mlx5: Delete auxiliary bus driver eth-rep firstMaor Dickman1-2/+2
2021-03-31net/mlx5e: Fix mapping of ct_label zeroAriel Levkovich1-7/+29
2021-03-31nfp: flower: ignore duplicate merge hints from FWYinjun Zhang3-3/+69
2021-03-30ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rxLv Yunlong1-0/+1
2021-03-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller10-41/+86
2021-03-30cxgb4: avoid collecting SGE_QBASE regs during trafficRahul Lakkireddy2-5/+21
2021-03-29gianfar: Handle error code at MAC address changeClaudiu Manoil1-1/+5
2021-03-29ethernet: myri10ge: Fix a use after free in myri10ge_sw_tsoLv Yunlong1-1/+1
2021-03-29mlxsw: spectrum: Fix ECN marking in tunnel decapsulationIdo Schimmel3-8/+21
2021-03-29ice: Cleanup fltr list in case of allocation issuesRobert Malz1-1/+2
2021-03-29ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan3-8/+7
2021-03-29ice: Fix for dereference of NULL pointerJacek BuĊ‚atek1-5/+7
2021-03-29ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman3-4/+0
2021-03-29ice: fix memory allocation callBruce Allan1-1/+1
2021-03-29ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny3-2/+31
2021-03-29ice: Recognize 860 as iSCSI port in CEE modeChinh T Cao2-9/+30
2021-03-29ice: Increase control queue timeoutFabio Pricoco1-2/+2
2021-03-29ice: Continue probe on link/PHY errorsAnirudh Venkataramanan1-9/+6
2021-03-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller4-6/+16
2021-03-26amd-xgbe: Update DMA coherency valuesShyam Sundar S K1-3/+3
2021-03-26net: axienet: allow setups without MDIODaniel Mack2-6/+18
2021-03-25i40e: Fix oops at i40e_rebuild()Arkadiusz Kubalewski1-6/+5
2021-03-25i40e: Fix kernel oops when i40e driver removes VF'sEryk Rybak2-0/+10