summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ice: Don't tell the OS that link is going downMichal Swiatkowski2020-03-111-7/+0
* igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier2020-02-052-7/+3
* ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu2020-02-051-10/+27
* ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl2020-02-051-5/+0
* ixgbe: sync the first fragment unconditionallyFiro Yang2020-01-271-7/+9
* i40e: reduce stack usage in i40e_set_fcArnd Bergmann2020-01-271-40/+51
* ixgbe: don't clear IPsec sa counters on HW clearingShannon Nelson2020-01-271-4/+0
* ice: delay lessMitch Williams2019-12-312-3/+4
* ixgbe: protect TX timestamping from API misuseManjunath Patil2019-12-311-1/+2
* i40e: initialize ITRN registers with correct valuesNicholas Nunley2019-12-311-5/+5
* e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing2019-12-171-2/+2
* ice: Fix possible NULL pointer de-referenceBruce Allan2019-12-131-0/+3
* ice: Fix return value from NAPI pollDave Ertman2019-12-131-1/+2
* i40e: don't restart nway if autoneg not supportedMitch Williams2019-12-131-5/+5
* ice: Fix NVM mask definesLev Faerman2019-12-131-3/+3
* fm10k: ensure completer aborts are marked as non-fatal after a resumeJacob Keller2019-12-011-20/+28
* igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar2019-12-011-1/+7
* ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl2019-11-241-2/+8
* i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor2019-11-241-1/+1
* ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl2019-11-241-4/+10
* ice: Fix forward to queue group logicAnirudh Venkataramanan2019-11-241-4/+10
* i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek2019-11-201-0/+10
* i40evf: cancel workqueue sync for adminq when a VF is removedLihong Yang2019-11-201-0/+2
* i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek2019-11-201-0/+8
* i40evf: Don't enable vlan stripping when rx offload is turned onPatryk Małek2019-11-201-5/+6
* i40e: Check and correct speed values for link on openJan Sokolowski2019-11-201-3/+24
* i40evf: set IFF_UNICAST_FLT flag for the VFLihong Yang2019-11-201-0/+2
* i40e: use correct length for strncpyMitch Williams2019-11-201-1/+2
* i40evf: Validate the number of queues a PF sendsPaul M Stillwell Jr2019-11-201-0/+32
* ice: Fix and update driver version stringAnirudh Venkataramanan2019-11-201-1/+1
* ice: Prevent control queue operations during resetAnirudh Venkataramanan2019-11-204-5/+34
* ice: Update request resource command to latest specificationDan Nowlin2019-11-204-21/+67
* e1000: fix memory leaksWenwen Wang2019-11-121-4/+3
* igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier2019-11-121-1/+2
* i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann2019-10-051-0/+5
* e1000e: add workaround for possible stalled packetKai-Heng Feng2019-10-052-1/+11
* ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck2019-09-191-1/+3
* ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert2019-09-191-1/+3
* iavf: fix dereference of null rx_buffer pointerColin Ian King2019-07-261-2/+4
* igb: clear out skb->tstamp after reading the txtimeVedang Patel2019-07-261-0/+1
* ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2019-07-262-1/+3
* e1000e: start network tx queue only when link is upKonstantin Khlebnikov2019-07-211-2/+4
* Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov2019-07-211-6/+9
* ice: Add missing case in print_link_msg for printing flow controlBrett Creeley2019-06-151-0/+3
* i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz2019-06-151-0/+3
* igb: Exclude device from suspend direct complete optimizationKai-Heng Feng2019-05-311-0/+3
* e1000e: Disable runtime PM on CNP+Kai-Heng Feng2019-05-311-1/+1
* i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley2019-05-311-0/+8
* i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz2019-05-311-2/+4
* igb: Fix WARN_ONCE on runtime suspendArvind Sankar2019-05-082-49/+10