summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | net/mlx5e: Fix TX carrier errors report in get stats ndoGal Pressman2017-06-271-2/+0
| | | * | | net/mlx5: Cancel delayed recovery work when unloading the driverMohamad Haj Yahia2017-06-272-2/+15
| | | * | | net/mlx5: Fix driver load error flow when firmware is stuckGal Pressman2017-06-271-1/+1
| * | | | | mlx4_en: make mlx4_log_num_mgm_entry_size staticZhu Yanjun2017-07-032-2/+1
| * | | | | netxen_nic: Remove unused pointer hdr in netxen_setup_minidump()Christos Gkekas2017-07-031-3/+0
| * | | | | net/mlxfw: Properly handle dependancy with non-loadable mlx5Or Gerlitz2017-07-031-1/+1
| * | | | | net: hns: Use phy_driver to setup Phy loopbackLin Yun Sheng2017-07-032-71/+35
| * | | | | net/mlx5: fix memcpy limit?Stephen Rothwell2017-07-031-1/+1
| * | | | | qed: Add iWARP support for physical queue allocationKalderon, Michal2017-07-031-0/+4
| * | | | | qed: Add iWARP protocol support in context allocationKalderon, Michal2017-07-031-2/+11
| * | | | | qed: iWARP CM add error handlingKalderon, Michal2017-07-031-2/+181
| * | | | | qed: iWARP implement disconnect flowsKalderon, Michal2017-07-031-1/+89
| * | | | | qed: iWARP CM add active side connectKalderon, Michal2017-07-033-12/+239
| * | | | | qed: iWARP CM add passive side connectKalderon, Michal2017-07-037-19/+1012
| * | | | | qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal2017-07-033-3/+291
| * | | | | qed: iWARP CM - setup a ll2 connection for handling SYN packetsKalderon, Michal2017-07-032-3/+220
| * | | | | qed: Add iWARP support in ll2 connectionsKalderon, Michal2017-07-031-2/+11
| * | | | | qed: Rename some ll2 related definesKalderon, Michal2017-07-032-16/+15
| * | | | | qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal2017-07-039-40/+749
| * | | | | qed: Introduce iWARP personalityKalderon, Michal2017-07-036-26/+42
| * | | | | sfc: correct comment on efx_mcdi_process_eventEdward Cree2017-07-011-1/+1
| * | | | | sfc: change Unknown MCDI event message to print full event.Jon Cooper2017-07-011-2/+3
| * | | | | net/mlx5: fix spelling mistake: "Allodating" -> "Allocating"Colin Ian King2017-07-011-1/+1
| * | | | | nfp: add control message passing capabilities to flower offloadsPieter Jansen van Vuuren2017-07-013-1/+70
| * | | | | nfp: add a stats handler for flower offloadsPieter Jansen van Vuuren2017-07-015-8/+171
| * | | | | nfp: add metadata to each flow offloadPieter Jansen van Vuuren2017-07-015-13/+412
| * | | | | nfp: add basic action capabilities to flower offloadsPieter Jansen van Vuuren2017-07-015-0/+271
| * | | | | nfp: extend flower matching capabilitiesPieter Jansen van Vuuren2017-07-016-1/+316
| * | | | | nfp: extend flower add flow offloadPieter Jansen van Vuuren2017-07-013-1/+325
| * | | | | nfp: provide infrastructure for offloading flower based TC filtersPieter Jansen van Vuuren2017-07-018-14/+220
| * | | | | nfp: add phys_switch_id supportSimon Horman2017-07-014-0/+36
| * | | | | net: macb: Add hardware PTP supportRafal Ozieblo2017-06-304-6/+732
| * | | | | net: macb: macb.c changed to macb_main.cRafal Ozieblo2017-06-302-0/+1
| * | | | | net: macb: Add support for PTP timestamps in DMA descriptorsRafal Ozieblo2017-06-303-37/+122
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-308-20/+72
| |\| | | |
| * | | | | net/mlx4_en: Do not allocate redundant TX queues when TC is disabledInbar Karmy2017-06-297-16/+65
| * | | | | net/mlx4_en: Add dynamic variable to hold the number of user priorities (UP)Inbar Karmy2017-06-295-13/+17
| * | | | | net: freescale: gianfar : constify dev_pm_ops structures.Arvind Yadav2017-06-291-1/+1
| * | | | | net: smc91x: constify dev_pm_ops structures.Arvind Yadav2017-06-291-1/+1
| * | | | | net: ibm: ibmveth: constify dev_pm_ops structures.Arvind Yadav2017-06-291-1/+1
| * | | | | ibmvnic: Fix assignment of RX/TX IRQ'sThomas Falcon2017-06-291-7/+7
| * | | | | amd-xgbe: fix spelling mistake: "avialable" -> "available"Colin Ian King2017-06-291-1/+1
| * | | | | amd-xgbe: Adjust register settings to improve performanceLendacky, Thomas2017-06-295-6/+58
| * | | | | amd-xgbe: Simplify the burst length settingsLendacky, Thomas2017-06-294-64/+31
| * | | | | amd-xgbe: Prepare for more fine grained cache coherency controlsLendacky, Thomas2017-06-295-67/+14
| * | | | | amd-xgbe: Add NUMA affinity support for IRQ hintsLendacky, Thomas2017-06-292-3/+17
| * | | | | amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas2017-06-294-194/+217
| * | | | | amd-xgbe: Re-issue interrupt if interrupt status not clearedLendacky, Thomas2017-06-296-17/+115
| * | | | | amd-xgbe: Limit the I2C error messages that are outputLendacky, Thomas2017-06-291-3/+6
| * | | | | amd-xgbe: Fixes for working with PHYs that support 2.5GbELendacky, Thomas2017-06-291-0/+7