summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* ocelot: Clean up stats update deferred workClaudiu Manoil2019-04-171-8/+14
* ocelot: Don't sleep in atomic context (irqs_disabled())Claudiu Manoil2019-04-171-1/+1
* qed: fix spelling mistake "faspath" -> "fastpath"Colin Ian King2019-04-171-1/+1
* bnx2x: fix spelling mistake "dicline" -> "decline"Colin Ian King2019-04-161-1/+1
* Merge tag 'mlx5-fixes-2019-04-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-04-159-65/+140
|\
| * net/mlx5e: Switch to Toeplitz RSS hash by defaultKonstantin Khlebnikov2019-04-091-1/+1
| * Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3 packets"Or Gerlitz2019-04-091-2/+1
| * net/mlx5e: Protect against non-uplink representor for encapDmytro Linkin2019-04-091-0/+4
| * net/mlx5e: Rx, Check ip headers sanitySaeed Mahameed2019-04-091-1/+8
| * net/mlx5e: Rx, Fixup skb checksum for packets with tail paddingSaeed Mahameed2019-04-093-15/+74
| * net/mlx5e: XDP, Avoid checksum complete when XDP prog is loadedSaeed Mahameed2019-04-093-3/+9
| * net/mlx5e: Use fail-safe channels reopen in tx reporter recoverEran Ben Elisha2019-04-093-5/+12
| * net/mlx5e: Skip un-needed tx recover if interface state is downEran Ben Elisha2019-04-091-1/+7
| * net/mlx5: FPGA, tls, idr remove on flow deleteSaeed Mahameed2019-04-091-28/+15
| * net/mlx5: FPGA, tls, hold rcu read lock a bit longerSaeed Mahameed2019-04-091-9/+9
* | qed: Fix the DORQ's attentions handlingDenis Bolotin2019-04-142-16/+48
* | qed: Fix missing DORQ attentionsDenis Bolotin2019-04-143-3/+20
* | qed: Fix the doorbell address sanity checkDenis Bolotin2019-04-141-8/+8
* | qed: Delete redundant doorbell recovery typesDenis Bolotin2019-04-144-51/+31
* | qede: fix write to free'd pointer error and double free of ptpColin Ian King2019-04-131-4/+3
* | vxge: fix return of a free'd memblock on a failed dma mappingColin Ian King2019-04-131-0/+1
* | net: fec: manage ahb clock in runtime pmAndy Duan2019-04-111-9/+21
* | net: thunderx: don't allow jumbo frames with XDPMatteo Croce2019-04-111-0/+9
* | net: thunderx: raise XDP MTU to 1508Matteo Croce2019-04-111-2/+11
* | ibmvnic: Fix netdev feature clobbering during a resetThomas Falcon2019-04-101-6/+24
* | ibmvnic: Enable GROThomas Falcon2019-04-101-1/+1
* | mlxsw: spectrum_buffers: Add a multicast pool for Spectrum-2Ido Schimmel2019-04-101-8/+11
* | mlxsw: spectrum_router: Do not check VRF MAC addressIdo Schimmel2019-04-101-1/+1
* | mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw workqueueIdo Schimmel2019-04-101-1/+1
* | mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw ordered workqueueIdo Schimmel2019-04-101-1/+1
* | mlxsw: core: Do not use WQ_MEM_RECLAIM for EMAD workqueueIdo Schimmel2019-04-101-1/+1
* | mlxsw: spectrum_switchdev: Add MDB entries in prepare phaseIdo Schimmel2019-04-101-1/+1
|/
* bnxt_en: Reset device on RX buffer errors.Michael Chan2019-04-091-0/+6
* bnxt_en: Improve RX consumer index validity check.Michael Chan2019-04-091-3/+7
* net: macb driver, check for SKBTX_HW_TSTAMPPaul Thomas2019-04-091-1/+3
* qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-091-1/+1
* broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-092-6/+6
* r8169: disable ASPM againHeiner Kallweit2019-04-091-0/+6
* ibmvnic: Fix completion structure initializationThomas Falcon2019-04-051-2/+3
* libcxgb: fix incorrect ppmax calculationVarun Prakash2019-04-051-1/+8
* net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi2019-04-041-8/+12
* net: hns: Fix sparse: some warnings in HNS driversYonglong Liu2019-04-0411-43/+33
* net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu2019-04-041-1/+3
* net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu2019-04-041-6/+27
* net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu2019-04-041-1/+1
* net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu2019-04-041-5/+2
* net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu2019-04-041-2/+3
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-04-023-14/+33
|\
| * i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel2019-04-013-1/+14
| * i40e: move i40e_xsk_umem functionBjörn Töpel2019-04-012-14/+20