summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
* alx: fix fallback to msi or legacy interruptsTobias Regnery2017-01-241-0/+1
* alx: fix wrong condition to free descriptor memoryTobias Regnery2017-01-241-1/+1
* ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth2017-01-241-2/+5
* mlxsw: spectrum_router: Correctly reallocate adjacency entriesIdo Schimmel2017-01-241-4/+6
* amd-xgbe: Check xgbe_init() return codeLendacky, Thomas2017-01-222-2/+6
* amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas2017-01-224-3/+20
* net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet2017-01-201-0/+3
* bcm63xx_enet: avoid uninitialized variable warningArnd Bergmann2017-01-201-2/+4
* qed: avoid possible stack overflow in qed_ll2_acquire_connectionArnd Bergmann2017-01-203-61/+53
* gianfar: Do not reuse pages from emergency reserveEric Dumazet2017-01-191-1/+1
* net/mlx5e: Remove unused variableArnd Bergmann2017-01-191-1/+0
* bnxt_en: Fix "uninitialized variable" bug in TPA code path.Michael Chan2017-01-181-1/+1
* net/mlx5e: Remove unnecessary checks when setting num channelsEran Ben Elisha2017-01-181-10/+0
* net/mlx4_en: Remove unnecessary checks when setting num channelsEran Ben Elisha2017-01-181-6/+1
* stmmac: add missing of_node_putJulia Lawall2017-01-171-0/+1
* net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOVJack Morgenstein2017-01-161-9/+14
* net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein2017-01-161-2/+3
* net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein2017-01-161-18/+20
* net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registeredHeiner Kallweit2017-01-161-9/+10
* net/mlx5e: Fix a -Wmaybe-uninitialized warningArnd Bergmann2017-01-161-4/+7
* be2net: fix MAC addr setting on privileged BE3 VFsIvan Vecera2017-01-161-2/+10
* be2net: don't delete MAC on close on unprivileged BE3 VFsIvan Vecera2017-01-161-1/+5
* be2net: fix status check in be_cmd_pmac_add()Ivan Vecera2017-01-161-1/+1
* cpmac: remove hopeless #warningArnd Bergmann2017-01-161-1/+1
* ravb: do not use zero-length alignment DMA descriptorMasaru Nagai2017-01-161-0/+13
* mlx4: do not call napi_schedule() without careEric Dumazet2017-01-161-1/+4
* net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli2017-01-131-7/+18
* net: thunderx: acpi: fix LMAC initializationVadim Lomovtsev2017-01-121-5/+6
* net: qcom/emac: grab a reference to the phydev on ACPI systemsTimur Tabi2017-01-122-4/+9
* ravb: Remove Rx overflow log messagesKazuya Mizuguchi2017-01-121-6/+2
* mlxsw: pci: Fix EQE structure definitionElad Raz2017-01-121-4/+4
* mlxsw: switchx2: Fix memory leak at skb reallocationArkadi Sharshevsky2017-01-121-0/+1
* mlxsw: spectrum: Fix memory leak at skb reallocationArkadi Sharshevsky2017-01-121-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-01-111-3/+3
|\
| * mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-101-3/+3
* | net/mlx5: Only cancel recovery work when cleaning up deviceDaniel Jurgens2017-01-101-2/+4
* | net/mlx5e: Remove WARN_ONCE from adaptive moderation codeGil Rockah2017-01-101-6/+1
* | net/mlx5e: Un-register uplink representor on nic_disableSaeed Mahameed2017-01-101-7/+6
* | net/mlx5e: Properly handle FW errors while adding TC rulesOr Gerlitz2017-01-101-7/+11
* | net/mlx5e: Fix kbuild warnings for uninitialized parametersHadar Hen Zion2017-01-101-2/+2
* | net/mlx5e: Set inline mode requirements for matching on IP fragmentsOr Gerlitz2017-01-101-0/+4
* | net/mlx5e: Properly get address type of encapsulation IP headersOr Gerlitz2017-01-101-4/+9
* | net/mlx5e: TC ipv4 tunnel encap offload error flow fixesOr Gerlitz2017-01-101-8/+8
* | net/mlx5e: Warn when rejecting offload attempts of IP tunnelsOr Gerlitz2017-01-101-6/+24
* | net/mlx5e: Properly handle offloading of source udp port for IP tunnelsOr Gerlitz2017-01-101-4/+8
* | mlx4: Return EOPNOTSUPP instead of ENOTSUPPMartin KaFai Lau2017-01-101-1/+1
|/
* net: stmmac: fix maxmtu assignment to be within valid rangeKweh, Hock Leong2017-01-082-1/+15
* tg3: Fix race condition in tg3_get_stats64().Michael Chan2017-01-071-0/+3
* be2net: fix unicast list fillingIvan Vecera2017-01-071-2/+1
* be2net: fix accesses to unicast listIvan Vecera2017-01-061-6/+3