aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-10igb: check memory allocation failureChristophe JAILLET1-0/+2
2017-10-10e1000e: Be drop monitor friendlyFlorian Fainelli1-7/+11
2017-10-10e1000e: apply burst mode settings only on defaultWillem de Bruijn3-13/+15
2017-10-10e1000e: fix buffer overrun while the I219 is processing DMA transactionsSasha Neftin1-3/+5
2017-10-10e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier2-8/+26
2017-10-10e1000e: Separate signaling for link check/link upBenjamin Poirier2-4/+9
2017-10-10e1000e: Fix return value testBenjamin Poirier1-1/+1
2017-10-10e1000e: Fix wrong comment related to link detectionBenjamin Poirier1-2/+2
2017-10-10e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-50/+13
2017-10-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-81/+107
2017-10-09i40e: Avoid some useless variables and initializers in NVM functionsStefano Brivio1-13/+7
2017-10-09i40e: fix a typoRami Rosen1-1/+1
2017-10-09i40e: use a local variable instead of calculating multiple timesLihong Yang1-13/+7
2017-10-09i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangsJayaprakash Shanmugam3-13/+35
2017-10-09i40e: add check for return from find_first_bit callLihong Yang1-0/+4
2017-10-09i40e: allow XPS with QoS enabledJacob Keller1-11/+6
2017-10-09i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller2-2/+2
2017-10-09i40e/i40evf: bump tail only in multiples of 8Jacob Keller2-0/+18
2017-10-09i40e: reduce lrxqthresh from 2 to 1Jacob Keller2-2/+2
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller5-18/+10
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller4-8/+12
2017-10-09i40evf: fix mac filter removal timing issueAlan Brady1-0/+2
2017-10-09i40e: use the safe hash table iterator when deleting mac filtersLihong Yang1-1/+2
2017-10-09i40e: fix flags declarationJacob Keller1-1/+1
2017-10-09ixgbe: fix crash when injecting AER after failed resetEmil Tantilov1-0/+3
2017-10-09ixgbe: Update adaptive ITR algorithmAlexander Duyck3-55/+178
2017-10-09ixgbe: fix the FWSM.PT check in ixgbe_mng_present()Emil Tantilov1-2/+2
2017-10-09ixgbe: fix use of uninitialized paddingEmil Tantilov2-2/+4
2017-10-09ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer3-0/+7
2017-10-09ixgbe: split Tx/Rx ring clearing for ethtool loopback testEmil Tantilov1-19/+34
2017-10-09ixgbe: add error checks when initializing the PHYEmil Tantilov1-2/+6
2017-10-09ixgbe: restore normal RSS after last macvlan offload is removedShannon Nelson1-0/+11
2017-10-09ixgbe: declare ixgbe_mac_operations structures as constBhumika Goyal1-2/+2
2017-10-09ixgbe: Clear SWFW_SYNC register during initEmil Tantilov1-7/+12
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend1-8/+8
2017-10-09net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong2-41/+0
2017-10-09Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong1-1/+1
2017-10-09ixgbe: fix masking of bits read from IXGBE_VXLANCTRL registerSabrina Dubroca1-1/+1
2017-10-09ixgbe: Return error when getting PHY address if PHY access is not supportedMark D Rustad1-0/+4
2017-10-06i40e/i40evf: organize and re-number feature flagsJacob Keller3-68/+68
2017-10-06i40e: ignore skb->xmit_more when deciding to set RS bitJacob Keller1-30/+4
2017-10-06i40evf: enable support for VF VLAN tag stripping controlJacob Keller1-8/+14
2017-10-06i40e: do not enter PHY debug mode while setting LEDs behaviourMariusz Stachura1-2/+5
2017-10-06i40e: implement split PCI error reset handlerAlan Brady1-0/+24
2017-10-06i40e: Properly maintain flow director filters listFilip Sadowski1-0/+1
2017-10-06i40e: Display error message if module does not meet thermal requirementsFilip Sadowski4-5/+22
2017-10-06i40e: fix merge errorAlice Michael1-5/+0
2017-10-06i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg4-8/+10
2017-10-06i40e: fix incorrect register definitionMitch Williams1-1/+1