aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06ice: Fix return value when SR-IOV is not supportedAnirudh Venkataramanan1-1/+1
2019-11-06ice: Rename VF function ice_vc_dis_vf to match its behaviorBrett Creeley1-7/+5
2019-11-06ice: Get rid of ice_cleanup_headerKrzysztof Kazimierczak1-25/+2
2019-11-06ice: print PCI link speed and widthPaul Greenwalt1-0/+3
2019-11-06ice: print unsupported module messagePaul Greenwalt2-0/+10
2019-11-06ice: write register with correct offsetMitch Williams1-1/+1
2019-11-06ice: Check for null pointer dereference when setting ringsMichal Swiatkowski1-4/+14
2019-11-06ice: save PCI state in probeMichal Swiatkowski1-0/+2
2019-11-06ice: Adjust DCB INIT for SW modeDave Ertman1-3/+3
2019-11-06ice: fix driver unload flowBruce Allan1-1/+2
2019-11-06ice: handle DCBx non-contiguous TC requestPaul Greenwalt1-39/+102
2019-11-06ice: Update Boot Configuration Section read of NVMMd Fahad Iqbal Polash5-9/+123
2019-11-06ice: add ethtool -m support for reading i2c eeprom modulesScott W Taylor4-0/+226
2019-11-05Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller16-1150/+3553
2019-11-04i40e: implement VF stats NDOJesse Brandeburg3-0/+51
2019-11-04i40e: enable X710 supportAlice Michael1-0/+2
2019-11-04ixgbe: protect TX timestamping from API misuseManjunath Patil1-1/+2
2019-11-04fm10k: update driver version to match out-of-treeJacob Keller1-1/+1
2019-11-04ixgbe: Make use of cpumask_local_spread to improve RSS localityAlexander Duyck1-5/+3
2019-11-04fm10k: add support for ndo_get_vf_stats operationJacob Keller5-0/+56
2019-11-04fm10k: add missing field initializers to TLV attributes)Jacob Keller1-3/+3
2019-11-04ice: allow 3k MTU for XDPMaciej Fijalkowski1-2/+14
2019-11-04ice: add build_skb() supportMaciej Fijalkowski1-1/+59
2019-11-04ice: introduce frame padding computation logicMaciej Fijalkowski5-20/+114
2019-11-04ice: introduce legacy Rx flagMaciej Fijalkowski5-25/+63
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak11-27/+1456
2019-11-04ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak5-312/+334
2019-11-04ice: Add support for XDPMaciej Fijalkowski8-57/+825
2019-11-04ice: get rid of per-tc flow in Tx queue configuration routinesMaciej Fijalkowski3-49/+47
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan10-827/+811
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-15/+11
2019-11-01ixgbe: Remove duplicate clear_bit() callIgor Pylypiv1-1/+0
2019-11-01e1000: fix memory leaksWenwen Wang1-4/+3
2019-11-01i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher1-5/+0
2019-11-01igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier1-1/+2
2019-10-31igb: Enable media autosense for the i350.Manfred Rudigier2-2/+2
2019-10-31igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul2-2/+4
2019-10-29e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin1-0/+2
2019-10-29e1000e: Add support for Tiger LakeSasha Neftin5-1/+26
2019-10-29i40e: Add UDP segmentation offload supportJosh Hunt2-3/+10
2019-10-29ixgbe: Add UDP segmentation offload supportJosh Hunt1-6/+18
2019-10-29igb: Add UDP segmentation offload supportJosh Hunt2-6/+18
2019-10-29e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck1-6/+1
2019-10-29e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck1-33/+35
2019-10-29e1000e: Add support for Comet LakeSasha Neftin2-0/+12
2019-10-25i40e: prevent memory leak in i40e_setup_macvlansNavid Emamdoost1-0/+1
2019-10-25i40e: Refactoring VF MAC filters counting to make more reliableAleksandr Loktionov4-27/+39
2019-10-25i40e: Fix LED blinking flow for X710T*L devicesDamian Milosek2-3/+28
2019-10-25i40e: allow ethtool to report SW and FW versions in recovery modePiotr Kwapulinski1-0/+1
2019-10-25i40e: initialize ITRN registers with correct valuesNicholas Nunley1-5/+5