aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata4-4/+8
2019-01-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller18-284/+1446
2019-01-15ice: add const qualifier to mac_addr parameterJacob Keller2-4/+4
2019-01-15ice: Add support for new PHY typesAnirudh Venkataramanan7-23/+418
2019-01-15ice: Offload SCTP checksumAnirudh Venkataramanan4-0/+9
2019-01-15ice: Allow for software timestampingTony Nguyen1-0/+1
2019-01-15ice: Implement getting and setting ethtool coalesceBrett Creeley3-0/+261
2019-01-15ice: Add support for adaptive interrupt moderationBrett Creeley5-23/+120
2019-01-15ice: Move aggregator list into ice_hw instanceAnirudh Venkataramanan4-14/+26
2019-01-15ice: Rework queue management code for reuseAnirudh Venkataramanan5-123/+159
2019-01-15ice: Add ethtool private flag to make forcing link down optionalBruce Allan3-6/+95
2019-01-15ice: Set physical link up/down when an interface is set up/downBrett Creeley2-5/+96
2019-01-15ice: Implement support for normal get_eeprom[_len] ethtool opsBruce Allan3-0/+134
2019-01-15ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan4-0/+68
2019-01-15ice: Configure RSS LUT and HASH KEY in rebuild pathMd Fahad Iqbal Polash1-0/+6
2019-01-15ice: Refactor a few Tx scheduler functionsAnirudh Venkataramanan2-91/+53
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-01-15ice: Fix unused variable build warningBruce Allan1-1/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain4-12/+12
2019-01-04ixgbe: fix Kconfig when driver is not a moduleJeff Kirsher1-1/+1
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