summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* fm10k: Fix a potential NULL pointer dereferenceYue Haibing2019-03-271-0/+2
* i40e: fix WoL support checkStefan Assmann2019-03-271-2/+1Star
* ixgbe: fix mdio bus registrationIvan Vecera2019-03-271-7/+9
* igb: Fix WARN_ONCE on runtime suspendArvind Sankar2019-03-272-49/+10Star
* i40e: fix i40e_ptp_adjtime when given a negative deltaJacob Keller2019-03-261-2/+3
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-061-2/+3
* ice: fix overlong string, update stats outputJesse Brandeburg2019-02-251-40/+40
* ice: Fix for FC get rx/tx pause paramsLukasz Czapnik2019-02-251-11/+26
* ice: use absolute vector ID for VFsMitch Williams2019-02-251-2/+4
* ice: check for a leaf node presenceVictor Raj2019-02-252-0/+24
* ice: flush Tx pipe on disable queue timeoutVictor Raj2019-02-251-2/+19
* ice: clear VF ARQLEN register on resetMitch Williams2019-02-252-0/+6
* ice: don't spam VFs with link messagesMitch Williams2019-02-251-1/+2
* ice: only use the VF for ICE_VSI_VF in ice_vsi_releaseBrett Creeley2019-02-251-2/+4
* ice: fix numeric overflow warningBruce Allan2019-02-252-4/+5
* ice: fix issue where host reboots on unload when iommu=onBrett Creeley2019-02-251-17/+54
* ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller2019-02-251-2/+13
* ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan2019-02-253-67/+117
* ice: sizeof(<type>) should be avoidedBruce Allan2019-02-256-45/+38Star
* ice: Fix added in VSI supported nodes calcVictor Raj2019-02-251-2/+7
* ice: Fix the calculation of ICE_MAX_MTUMaciej Fijalkowski2019-02-251-1/+1
* ice: Mark extack argument as __always_unusedBruce Allan2019-02-251-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-245-10/+60
|\
| * ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski2019-02-211-1/+2
| * i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel2019-02-212-3/+15
| * ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-212-3/+21
| * i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-212-1/+17
| * ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher2019-02-211-2/+5
* | e1000e: Fix -Wformat-truncation warningsFlorian Fainelli2019-02-231-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-176-55/+0Star
|\ \
| * | net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski2019-02-156-55/+0Star
* | | ixgbe: Use struct_size() helperGustavo A. R. Silva2019-02-091-5/+5
* | | igc: Use struct_size() helperGustavo A. R. Silva2019-02-091-5/+4Star
* | | igb: use struct_size() helperGustavo A. R. Silva2019-02-091-3/+3
* | | fm10k: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-091-4/+2Star
|/ /
* | flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-063-265/+172Star
* | igc: Add ethtool supportSasha Neftin2019-02-068-18/+1169
* | igb: Bump version numberTodd Fujinaka2019-02-061-1/+1
* | igc: Remove the 'igc_get_phy_id_base' methodSasha Neftin2019-02-061-17/+1Star
* | igc: Remove the 'igc_read_mac_addr_base' methodSasha Neftin2019-02-061-14/+1Star
* | e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov2019-02-061-9/+6Star
* | igc: Remove unneeded codeSasha Neftin2019-02-061-21/+1Star
* | igc: Remove unused codeSasha Neftin2019-02-061-22/+0Star
* | e1000e: fix a missing check for return valueJeff Kirsher2019-02-061-10/+23
* | fm10k: TRIVIAL cleanup of extra spacing in function commentJacob Keller2019-02-061-1/+1
* | ixgbe: remove magic constant in ixgbe_reset_hw_82599()Jiri Kosina2019-02-061-1/+1
* | igc: Fix code redundancySasha Neftin2019-02-063-22/+2Star
* | igc: Remove unreachable code from igc_phy.c fileSasha Neftin2019-02-061-8/+0Star