summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-01-12net: mvpp2: prs: fix PPPoE with ipv6 packet parseStefan Chulski1-2/+3
2021-01-12net: mvpp2: Add TCAM entry to drop flow control pause framesStefan Chulski2-1/+34
2021-01-12iavf: fix double-release of rtnl_lockJakub Kicinski1-3/+1
2021-01-12i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch3-2/+15
2020-12-30nfp: move indirect block cleanup to flower app stop callbackSimon Horman1-3/+3
2020-12-30qlcnic: Fix error code in probeDan Carpenter1-0/+1
2020-12-30net: korina: fix return valueVincent Stehlé1-1/+1
2020-12-30net: allwinner: Fix some resources leak in the error handling path of the pro...Christophe JAILLET1-2/+5
2020-12-30net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...Christophe JAILLET1-1/+7
2020-12-30net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET1-1/+3
2020-12-30dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei1-1/+1
2020-12-30i40e, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-30ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-30lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck1-20/+23
2020-12-30net/mlx5: Properly convey driver version to firmwareLeon Romanovsky1-1/+5
2020-12-30ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson1-10/+10
2020-12-30ionic: flatten calls to ionic_lif_rx_modeShannon Nelson1-22/+16
2020-12-30ionic: use mc sync for multicast filtersShannon Nelson1-11/+8
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-9/+0
2020-12-10Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller5-34/+90
2020-12-10net/mlx4_en: Handle TX error CQEMoshe Shemesh3-7/+39
2020-12-10net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh2-8/+19
2020-12-10e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits1-4/+4
2020-12-10ice: avoid premature Rx buffer reuseBjörn Töpel1-9/+22
2020-12-10ixgbe: avoid premature Rx buffer reuseBjörn Töpel1-7/+17
2020-12-10i40e: avoid premature Rx buffer reuseBjörn Töpel1-7/+20
2020-12-10igb: avoid transmit queue timeout in xdp pathSven Auhagen1-0/+5
2020-12-10igb: use xdp_do_flushSven Auhagen1-1/+1
2020-12-10igb: skb add metasize for xdpSven Auhagen1-0/+4
2020-12-10igb: XDP extack message on errorSven Auhagen1-5/+12
2020-12-10igb: take VLAN double header into accountSven Auhagen2-4/+8
2020-12-10igb: XDP xmit back fix error codeSven Auhagen1-1/+1
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2-9/+0
2020-12-09net: ll_temac: Fix potential NULL dereference in temac_probe()Zhang Changzhong1-6/+3
2020-12-09net: stmmac: overwrite the dma_cap.addr64 according to HW designFugang Duan2-8/+9
2020-12-09net: stmmac: delete the eee_ctrl_timer after napi disabledFugang Duan1-3/+10
2020-12-09net: stmmac: free tx skb buffer in stmmac_resume()Fugang Duan1-0/+14
2020-12-09net: stmmac: start phylink instance before stmmac_hw_setup()Fugang Duan1-8/+8
2020-12-09net: stmmac: increase the timeout for dma resetFugang Duan1-1/+1
2020-12-08net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel muxMartin Blumenstingl1-3/+3
2020-12-08dpaa2-mac: Add a missing of_node_put after of_device_is_availableChristophe JAILLET1-0/+1
2020-12-08enetc: Fix reporting of h/w packet countersClaudiu Manoil2-6/+14
2020-12-07net: hns3: remove a misused pragma packedHuazhong Tan1-4/+0
2020-12-06net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean2-4/+6
2020-12-06net: marvell: prestera: Fix error return code in prestera_port_create()Zhang Changzhong1-1/+3
2020-12-05ch_ktls: fix build warning for ipv4-only configArnd Bergmann1-5/+1
2020-12-05ethernet: select CONFIG_CRC32 as neededArnd Bergmann10-0/+10
2020-12-03net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steeringYevgeny Kliteynik3-0/+7
2020-12-03net/mlx5e: kTLS, Enforce HW TX csum offload with kTLSTariq Toukan1-7/+15
2020-12-03net: mlx5e: fix fs_tcp.c build when IPV6 is not enabledRandy Dunlap1-0/+2