aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08ixgbe: Use struct_size() helperGustavo A. R. Silva1-5/+5
2019-02-08igc: Use struct_size() helperGustavo A. R. Silva1-5/+4
2019-02-08igb: use struct_size() helperGustavo A. R. Silva1-3/+3
2019-02-08fm10k: use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso3-265/+172
2019-02-05igc: Add ethtool supportSasha Neftin8-18/+1169
2019-02-05igb: Bump version numberTodd Fujinaka1-1/+1
2019-02-05igc: Remove the 'igc_get_phy_id_base' methodSasha Neftin1-17/+1
2019-02-05igc: Remove the 'igc_read_mac_addr_base' methodSasha Neftin1-14/+1
2019-02-05e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov1-9/+6
2019-02-05igc: Remove unneeded codeSasha Neftin1-21/+1
2019-02-05igc: Remove unused codeSasha Neftin1-22/+0
2019-02-05e1000e: fix a missing check for return valueJeff Kirsher1-10/+23
2019-02-05fm10k: TRIVIAL cleanup of extra spacing in function commentJacob Keller1-1/+1
2019-02-05ixgbe: remove magic constant in ixgbe_reset_hw_82599()Jiri Kosina1-1/+1
2019-02-05igc: Fix code redundancySasha Neftin3-22/+2
2019-02-05igc: Remove unreachable code from igc_phy.c fileSasha Neftin1-8/+0
2019-02-05e1000e: Exclude device from suspend direct complete optimizationKai-Heng Feng1-0/+2
2019-01-22i40e: clean up several indentation issuesColin Ian King3-8/+8
2019-01-22i40e: increase indentationJulia Lawall1-1/+1
2019-01-22i40e: update version numberAlice Michael1-2/+2
2019-01-22i40e: remove debugfs tx_timeout supportLihong Yang1-25/+1
2019-01-22i40e: check queue pairs num in config queues handlerSergey Nemov1-1/+6
2019-01-22i40e: Change unmatched function typesGrzegorz Siwik1-4/+4
2019-01-22i40e: Add support FEC configuration for Fortville 25GDamian Dybek3-2/+256
2019-01-22i40e: Limiting RSS queues to CPUsAleksandr Loktionov1-0/+1
2019-01-22i40e: Remove umem from VSIJan Sokolowski2-99/+21
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+10
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-15Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher3-10/+10
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