summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: macb: remove extraneous return when MACB_EXT_DESC is definedColin Ian King2017-07-051-1/+0
* net: ethernet: mediatek: fixed deadlock captured by lockdepSean Wang2017-07-041-4/+4
* qed: initialize ll2_syn_handle at start of functionMichal Kalderon2017-07-031-2/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-033-5/+16
|\
| * Merge tag 'mlx5-fixes-2017-06-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-07-013-5/+16
| |\
| | * 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
|\| |
| * | sfc: fix attempt to translate invalid filter IDEdward Cree2017-06-291-3/+4
| * | rocker: move dereference before freeDan Carpenter2017-06-291-1/+1
| * | mlxsw: spectrum_router: Fix NULL pointer dereferenceIdo Schimmel2017-06-291-0/+3
| * | fsl/fman: add dependency on HAS_DMAMadalin Bucur2017-06-271-0/+1
| |/
| * bnx2x: Don't log mc removal needlesslyMintz, Yuval2017-06-251-1/+1
| * bnxt_en: Fix netpoll handling.Michael Chan2017-06-231-6/+48
| * bnxt_en: Add missing logic to handle TPA end error conditions.Michael Chan2017-06-232-4/+9
| * sfc: Fix MCDI command size for filter operationsMartin Habets2017-06-221-4/+4
| * drivers: net: cpsw-common: Fix reading of mac address for am43 SoCsLokesh Vutla2017-06-221-1/+1
* | net/mlx4_en: Do not allocate redundant TX queues when TC is disabledInbar Karmy2017-06-297-16/+65