summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-096-64/+15
|\ \
| * | net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva2017-10-091-0/+2
| * | ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend2017-10-091-8/+8
| * | net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong2017-10-092-41/+0
| * | Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong2017-10-091-1/+1
| * | ixgbe: fix masking of bits read from IXGBE_VXLANCTRL registerSabrina Dubroca2017-10-091-1/+1
| * | ixgbe: Return error when getting PHY address if PHY access is not supportedMark D Rustad2017-10-091-0/+4
| * | mlxsw: spectrum_router: Avoid expensive lookup during route removalIdo Schimmel2017-10-081-14/+0
| |/
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-0912-81/+107
|\ \
| * | i40e: Avoid some useless variables and initializers in NVM functionsStefano Brivio2017-10-091-13/+7
| * | i40e: fix a typoRami Rosen2017-10-091-1/+1
| * | i40e: use a local variable instead of calculating multiple timesLihong Yang2017-10-091-13/+7
| * | i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangsJayaprakash Shanmugam2017-10-093-13/+35
| * | i40e: add check for return from find_first_bit callLihong Yang2017-10-091-0/+4
| * | i40e: allow XPS with QoS enabledJacob Keller2017-10-091-11/+6
| * | i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller2017-10-092-2/+2
| * | i40e/i40evf: bump tail only in multiples of 8Jacob Keller2017-10-092-0/+18
| * | i40e: reduce lrxqthresh from 2 to 1Jacob Keller2017-10-092-2/+2
| * | i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller2017-10-095-18/+10
| * | i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller2017-10-094-8/+12
| * | i40evf: fix mac filter removal timing issueAlan Brady2017-10-091-0/+2
| * | i40e: use the safe hash table iterator when deleting mac filtersLihong Yang2017-10-091-1/+2
| * | i40e: fix flags declarationJacob Keller2017-10-091-1/+1
* | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-097-89/+259
|\ \ \ | |/ / |/| |
| * | ixgbe: fix crash when injecting AER after failed resetEmil Tantilov2017-10-091-0/+3
| * | ixgbe: Update adaptive ITR algorithmAlexander Duyck2017-10-093-55/+178
| * | ixgbe: fix the FWSM.PT check in ixgbe_mng_present()Emil Tantilov2017-10-091-2/+2
| * | ixgbe: fix use of uninitialized paddingEmil Tantilov2017-10-092-2/+4
| * | ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer2017-10-093-0/+7
| * | ixgbe: split Tx/Rx ring clearing for ethtool loopback testEmil Tantilov2017-10-091-19/+34
| * | ixgbe: add error checks when initializing the PHYEmil Tantilov2017-10-091-2/+6
| * | ixgbe: restore normal RSS after last macvlan offload is removedShannon Nelson2017-10-091-0/+11
| * | ixgbe: declare ixgbe_mac_operations structures as constBhumika Goyal2017-10-091-2/+2
| * | ixgbe: Clear SWFW_SYNC register during initEmil Tantilov2017-10-091-7/+12
* | | net/mlx4_en: Use __force to fix a sparse warning in TX datapathTariq Toukan2017-10-091-1/+1
* | | net/mlx4_core: Fix cast warning in fw.cTariq Toukan2017-10-091-3/+3
* | | net/mlx4: Fix endianness issue in qp context paramsTariq Toukan2017-10-093-3/+3
* | | qed: Add iWARP support for fpdu spanned over more than two tcp packetsMichal Kalderon2017-10-092-0/+194
* | | qed: Add support for MPA header being split over two tcp packetsMichal Kalderon2017-10-092-1/+41
* | | qed: Add support for freeing two ll2 buffers for corner casesMichal Kalderon2017-10-092-0/+26
* | | qed: Add unaligned and packed packet processingMichal Kalderon2017-10-092-0/+270
* | | qed: Add mpa buffer descriptors for storing and processing mpa fpdusMichal Kalderon2017-10-092-0/+127
* | | qed: Add ll2 connection for processing unaligned MPA packetsMichal Kalderon2017-10-092-0/+66
* | | qed: Add LL2 slowpath handlingMichal Kalderon2017-10-091-2/+38
* | | qed: Add the source of a packet sent on an iWARP ll2 connectionMichal Kalderon2017-10-091-1/+6
* | | qed: Fix initialization of ll2 offload featureMichal Kalderon2017-10-091-0/+3
* | | qed: Add ll2 option for dropping a tx packetMichal Kalderon2017-10-091-2/+14
* | | qed: Add ll2 ability of opening a secondary queueMichal Kalderon2017-10-092-1/+7
* | | qed: Add ll2 option to limit the number of bds per packetMichal Kalderon2017-10-092-14/+24
* | | mlxsw: spectrum_switchdev: Support bridge mrouter notificationsYotam Gigi2017-10-091-2/+63