summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-04-05ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller1-2/+13
2019-04-05enic: fix build warning without CONFIG_CPUMASK_OFFSTACKArnd Bergmann1-3/+3
2019-04-05net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor1-3/+3
2019-04-05net/mlx5: Avoid panic when setting vport mac, getting vport configTonghao Zhang1-2/+2
2019-04-05net/mlx5: Avoid panic when setting vport rateTonghao Zhang1-4/+9
2019-04-05net/mlx5e: Fix access to non-existing receive queueTariq Toukan1-0/+3
2019-04-03r8169: fix cable re-plugging issueHeiner Kallweit1-1/+1
2019-04-03thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson1-4/+3
2019-04-03thunderx: enable page recycling for non-XDP caseDean Nelson1-12/+11
2019-04-03net: stmmac: fix memory corruption with large MTUsAaro Koskinen1-2/+3
2019-04-03net: aquantia: fix rx checksum offload for UDP/TCP over IPv6Dmitry Bogdanov1-2/+3
2019-04-03mac8390: Fix mmio access size probeFinn Thain1-7/+12
2019-03-27net/mlx5: Fix DCT creation bad flowYishai Hadas1-30/+36
2019-03-19net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose3-3/+11
2019-03-19net/mlx4_core: Fix qp mtt size calculationJack Morgenstein1-3/+3
2019-03-19net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein1-0/+8
2019-03-19net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein1-0/+1
2019-03-19ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai1-1/+1
2019-03-19net: hns3: add dma_rmb() for rx descriptionJian Shen1-0/+2
2019-03-19lan743x: Fix TX Stall IssueBryan Whitehead1-8/+1
2019-03-19lan743x: Fix RX Kernel PanicBryan Whitehead1-14/+32
2019-03-10sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng1-1/+23
2019-03-10net: mscc: Enable all ports in QSGMIIKavya Sree Kotagiri1-3/+11
2019-03-01lan743x: Fix TX Stall IssueBryan Whitehead1-4/+12
2019-03-01net: aquantia: regression on cpus with high cores: set mode with 8 queuesDmitry Bogdanov4-0/+29
2019-02-27enc28j60: Correct description of debug module parameterAndy Shevchenko1-1/+1
2019-02-27bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan1-0/+6
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-181/+213
2019-02-24net: set static variable an initial value in atl2_probe()Mao Wenan1-3/+1
2019-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-11/+6
2019-02-23bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2-2/+2
2019-02-23bnxt_en: Fix typo in firmware message timeout logic.Michael Chan1-1/+1
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang1-11/+6
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang1-1/+1
2019-02-22net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev1-102/+12
2019-02-22net: thunderx: move link state polling function to VFVadim Lomovtsev3-19/+74
2019-02-22net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev2-3/+12
2019-02-22net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev3-9/+7
2019-02-22net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev1-4/+8
2019-02-22net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2-4/+13
2019-02-22net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv...Vadim Lomovtsev2-15/+19
2019-02-22net: thunderx: correct typo in macro nameVadim Lomovtsev2-2/+2
2019-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-0/+2
2019-02-21ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski1-1/+2
2019-02-21i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel2-3/+15
2019-02-21ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2-3/+21
2019-02-21i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2-1/+17
2019-02-21ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher1-2/+5
2019-02-21net: marvell: mvneta: fix DMA debug warningRussell King1-1/+1
2019-02-20sky2: Increase D3 delay againKai-Heng Feng1-1/+1