summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2017-09-29i40e: use separate state bit for miscellaneous IRQ setupJacob Keller
2017-09-29i40evf: lower message levelMitch Williams
2017-09-29i40e: fix for flow director counters not wrapping as expectedMariusz Stachura
2017-09-29i40e: relax warning message in case of version mismatchMariusz Stachura
2017-09-29i40e: simplify member variable accessesSudheer Mogilappagari
2017-09-29i40e: Fix link down message when interface is brought upSudheer Mogilappagari
2017-09-29i40e: Fix unqualified module message while bringing link upSudheer Mogilappagari
2017-09-29i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller
2017-09-26bpf, ixgbe: add meta data supportDaniel Borkmann
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-21e100: Cocci spatch "pool_zalloc-simple"Thomas Meyer
2017-09-21drivers: net: i40evf: use setup_timer() helper.Allen Pais
2017-09-21drivers: net: e1000e: use setup_timer() helper.Allen Pais
2017-09-21drivers: net: ixgb: use setup_timer() helper.Allen Pais
2017-09-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-09-05i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller
2017-09-05i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller
2017-08-27i40e/i40evf: remove ULTRA latency modeJacob Keller
2017-08-27i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller
2017-08-27i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller
2017-08-27i40e: move enabling icr0 into i40e_update_enable_itrJacob Keller
2017-08-27i40e: remove workaround for resetting XPSJacob Keller
2017-08-27i40e: Fix for unused value issue found by static analysisCarolyn Wyborny
2017-08-27i40e: 25G FEC status improvementsMariusz Stachura
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura
2017-08-27i40e: force VMDQ device name truncationJacob Keller
2017-08-27i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller
2017-08-27i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin
2017-08-27i40e: prevent snprintf format specifier truncationJacob Keller
2017-08-27i40e: Store the requested FEC informationMariusz Stachura
2017-08-27i40e: Update state variable for adminq subtaskSudheer Mogilappagari
2017-08-25i40e: synchronize nvmupdate command and adminq subtaskSudheer Mogilappagari
2017-08-25i40e: prevent changing ITR if adaptive-rx/tx enabledAlan Brady
2017-08-25i40e: use cpumask_copy instead of direct assignmentJacob Keller
2017-08-25i40evf: use netdev variable in reset taskAlan Brady
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann
2017-08-25i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller
2017-08-25i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller
2017-08-25i40e: Detect ATR HW Evict NVM issue and disable the featureAnjali Singhai Jain
2017-08-25i40e: remove workaround for Open Firmware MAC addressJacob Keller
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller
2017-08-25i40e: Fix a bug with VMDq RSS queue allocationAnjali Singhai Jain
2017-08-25i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari
2017-08-25i40e/i40evf: adjust packet size to account for double VLANsMitch Williams
2017-08-24ixgbe: use return codes from ndo_xdp_xmit that are distinguishableJesper Dangaard Brouer
2017-08-18ixgbe: change ndo_xdp_xmit return code on xmit errorsJesper Dangaard Brouer
2017-08-18net/sched: Fix the logic error to decide the ingress qdiscChris Mi
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko
2017-08-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller