aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain4-12/+12
2018-12-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller13-26/+373
2018-12-20ixgbe: use mii_bus to handle MII related ioctlsSteve Douthit1-0/+18
2018-12-20ixgbe: register a mdiobusSteve Douthit5-0/+309
2018-12-20igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng1-3/+5
2018-12-20ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao1-4/+12
2018-12-20i40e: extend PTP gettime function to read system clockMiroslav Lichvar1-6/+12
2018-12-20i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko1-0/+3
2018-12-20e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-53/+32
2018-12-20igb: Change RXPBSIZE size when setting Qav modeJesus Sanchez-Palencia2-1/+2
2018-12-20igb: reduce CPU0 latency when updating statisticsJeff Kirsher3-10/+10
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal2-8/+10
2018-12-19drivers: net: intel: use secpath helpers in more placesFlorian Westphal4-7/+12
2018-12-12net: ndo_bridge_setlink: Add extackPetr Machata3-3/+7
2018-12-12ixgbe: Fix race when the VF driver does a resetRoss Lagerwall1-1/+10
2018-12-12i40e: DRY rx_ptype handling codeMichał Mirosław3-15/+6
2018-12-12i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław3-30/+9
2018-12-12i40e: fix mac filter delete when setting mac addressStefan Assmann1-7/+7
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski1-12/+12
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+12
2018-11-28i40e: fix kerneldoc for xsk methodsJan Sokolowski1-7/+7
2018-11-28ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-11-28i40e: Fix deletion of MAC filtersLihong Yang1-1/+1
2018-11-28igb: fix uninitialized variablesYunjian Wang1-0/+1
2018-11-21igc: Remove obsolete IGC_ERR defineSasha Neftin2-3/+1
2018-11-21ixgbe: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-3/+3
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg11-54/+73
2018-11-21igb: Fix format with line continuation whitespaceJoe Perches1-7/+6
2018-11-20ice: Fix possible NULL pointer de-referenceBruce Allan1-0/+3
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan9-42/+42
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan11-84/+83
2018-11-20ice: Cleanup short function signaturesBruce Allan3-8/+4
2018-11-20ice: Cleanup ice_tx_timeout()Bruce Allan1-13/+9
2018-11-20ice: Fix return value from NAPI pollDave Ertman1-1/+2
2018-11-20ice: Constify global structures that can/should beBruce Allan1-2/+2
2018-11-20ice: Do not set LAN_EN for MAC-VLAN filtersYashaswini Raghuram Prathivadi Bhayankaram1-13/+24
2018-11-20ice: Pass the return value of ice_init_def_sw_recp()Jaroslaw Ilgiewicz1-3/+1
2018-11-20ice: Cleanup duplicate control queue codeBruce Allan1-142/+76
2018-11-20ice: Do autoneg based on VSI stateAkeem G Abodunrin1-5/+5
2018-11-15Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller11-43/+116
2018-11-14i40e: prevent overlapping tx_timeout recoverAlan Brady2-0/+6
2018-11-14i40e: suppress bogus error messageMitch Williams1-1/+2
2018-11-14i40e: Use correct shift for VLAN priorityRichard Rodriguez1-2/+2
2018-11-14i40e: always set ks->base.speed in i40e_get_settings_link_upJacob Keller1-0/+1
2018-11-14i40e: don't restart nway if autoneg not supportedMitch Williams1-5/+5
2018-11-14i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek4-15/+17
2018-11-14i40e: update driver versionAlice Michael1-2/+2
2018-11-14i40e: Protect access to VF control methodsJan Sokolowski2-5/+60
2018-11-14i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek2-8/+8