aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-11ixgbe: fix memory leaksWenwen Wang1-0/+4
2019-09-09i40e: Add support for X710 deviceMariusz Stachura1-0/+1
2019-09-09igc: Add tx_csum offload functionalitySasha Neftin4-0/+114
2019-09-09ixgbe: sync the first fragment unconditionallyFiro Yang1-7/+9
2019-09-09i40e: Remove EMPR traces from debugfs facilityMauro S. M. Rodrigues2-5/+0
2019-09-09i40e: Implement debug macro hw_dbg using dev_dbgMauro S. M. Rodrigues3-1/+6
2019-09-09i40e: fix hw_dbg usage in i40e_hmc_get_object_vaMauro S. M. Rodrigues1-10/+11
2019-09-09igc: Remove unneeded PCI bus definesSasha Neftin1-4/+0
2019-09-09iavf: allow permanent MAC address to changeMitch Williams2-5/+0
2019-09-09igc: Add NVM checksum validationSasha Neftin1-0/+9
2019-09-09fm10k: use a local variable for the frag pointerJacob Keller1-3/+5
2019-09-09igc: Remove useless forward declarationSasha Neftin2-136/+129
2019-09-09e1000e: Make speed detection on hotplugging cable more reliableKai-Heng Feng1-6/+6
2019-09-09ixgbevf: Link lost in VM on ixgbevf when restoring from freeze or suspendRadoslaw Tyl1-0/+1
2019-09-09iavf: remove unused debug function iavf_debug_dYueHaibing1-22/+0
2019-09-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-169/+195
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-39/+76
2019-09-05ice: Rework around device/function capabilitiesAnirudh Venkataramanan1-20/+20
2019-09-05ice: change default number of receive descriptorsJesse Brandeburg1-17/+2
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan4-39/+54
2019-09-05ice: Allow for delayed LLDP MIB change registrationDave Ertman5-15/+51
2019-09-05ice: update Tx context structAshish Shah2-1/+3
2019-09-05ice: Report VF link status with opcode to get resourcesAkeem G Abodunrin1-0/+1
2019-09-05ice: Check for DCB capability before initializing DCBAnirudh Venkataramanan2-10/+8
2019-09-05ice: report link down for VF when PF's queues are not enabledLukasz Czapnik1-1/+4
2019-09-05ice: Reliably reset VFsMitch Williams1-6/+10
2019-09-05ice: change work limit to a constantJesse Brandeburg3-16/+3
2019-09-05ice: small efficiency fixesJesse Brandeburg1-1/+3
2019-09-05ice: move code closer togetherJesse Brandeburg1-3/+3
2019-09-05ice: clean up argumentsJesse Brandeburg1-22/+21
2019-09-05ice: Check root pointer for validityAnirudh Venkataramanan1-1/+1
2019-09-05ice: Add ice_get_main_vsi to get PF/main VSIAnirudh Venkataramanan2-16/+10
2019-09-05ice: Update fields in ice_vsi_set_num_qs when reconfiguringBrett Creeley1-1/+1
2019-09-05ixgbe: fix xdp handle calculationsKevin Laatz1-3/+4
2019-09-05i40e: fix xdp handle calculationsKevin Laatz1-3/+4
2019-09-05ixgbe: Use kzfree() rather than its implementation.zhong jiang1-6/+3
2019-09-03ice: Only disable VLAN pruning for the VF when all VLANs are removedBrett Creeley1-2/+3
2019-09-03ice: Remove enable DCB when SW LLDP is activatedMichal Swiatkowski1-1/+0
2019-09-03ice: Report stats when VSI is downDave Ertman1-2/+6
2019-09-03ice: Always notify FW of VF resetMitch Williams1-9/+16
2019-09-03ice: Correctly handle return values for init DCBDave Ertman1-9/+8
2019-09-03ice: Limit Max TCs on devices with more than 4 portsUsha Ketineni4-2/+24
2019-09-03ice: Cleanup defines in ice_type.hTony Nguyen1-3/+3
2019-09-03ice: print extra message if topology issueJesse Brandeburg1-0/+17
2019-09-03ice: add print of autoneg state to link messageJesse Brandeburg1-2/+9
2019-09-03ice: update driver unloading field for Queue Shutdown AQ commandBruce Allan2-3/+3
2019-09-03ice: add needed PFR during driver unloadBruce Allan1-0/+5
2019-09-03ice: Deduce TSA value from the priority value in the CEE modeChinh T Cao1-1/+7
2019-09-03ice: Report what the user set for coalesce [tx|rx]-usecsBrett Creeley1-44/+44
2019-09-03ice: Fix resource leak in ice_remove_rule_internal()Jeb Cramer1-2/+3