summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: loop: Initialize err in dsa_loop_vlan_dumpFlorian Fainelli2017-04-061-1/+1
* net: dsa: loop: Fix uninitialized pvid variableFlorian Fainelli2017-04-061-1/+1
* mlx4: trust shinfo->gso_segsEric Dumazet2017-04-061-2/+1
* qed: fix missing break in OOO_LB_TC caseColin Ian King2017-04-061-0/+1
* net/mlx5e: fix build error without CONFIG_SYSFSTobias Regnery2017-04-061-4/+2
* ftgmac100: Rework NAPI & interrupts handlingBenjamin Herrenschmidt2017-04-062-61/+90
* ftgmac100: Remove useless tests in interrupt handlerBenjamin Herrenschmidt2017-04-061-8/+3
* ftgmac100: Rework MAC reset and initBenjamin Herrenschmidt2017-04-061-39/+59
* ftgmac100: Add a reset task and use it for link changesBenjamin Herrenschmidt2017-04-061-13/+74
* ftgmac100: Move the bulk of inits to a separate functionBenjamin Herrenschmidt2017-04-061-29/+42
* ftgmac100: Request the interrupt only after HW is resetBenjamin Herrenschmidt2017-04-061-9/+10
* ftgmac100: Move napi_add/del to open/closeBenjamin Herrenschmidt2017-04-061-3/+5
* ftgmac100: Split ring alloc, init and rx buffer allocBenjamin Herrenschmidt2017-04-061-21/+47
* ftgmac100: Cleanup speed/duplex tracking and fix duplex configBenjamin Herrenschmidt2017-04-061-8/+44
* ftgmac100: Remove "enabled" flagsBenjamin Herrenschmidt2017-04-061-7/+0
* ftgmac100: Reorder struct fields and commentBenjamin Herrenschmidt2017-04-061-7/+12
* ftgmac100: Remove "banner" commentsBenjamin Herrenschmidt2017-04-061-42/+0
* ftgmac100: Use netdev->irq instead of private copyBenjamin Herrenschmidt2017-04-061-7/+6
* liquidio: fix Octeon core watchdog timeout false alarmFelix Manlunas2017-04-063-77/+107
* net: usbnet: Remove unused driver_name variableFlorian Fainelli2017-04-061-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-06292-1595/+4281
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-0641-104/+252
| |\
| | * nfp: fix potential use after free on xdp progJakub Kicinski2017-04-061-1/+2
| | * Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub...David S. Miller2017-04-047-12/+25
| | |\
| | * | net: ethernet: ti: cpsw: fix race condition during open()Sekhar Nori2017-04-041-6/+8
| | * | bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King2017-04-042-12/+12
| | * | net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeoutGrygorii Strashko2017-04-031-0/+2
| | * | r8152: The Microsoft Surface docks also use R8152 v2René Rebe2017-04-012-0/+18
| | * | net/faraday: Explicitly include linux/of.h and linux/property.hMark Brown2017-04-011-0/+2
| | * | net: hns: Add ACPI support to check SFP presentDaode Huang2017-04-012-5/+34
| | * | be2net: Fix endian issue in logical link config commandSuresh Reddy2017-03-311-3/+6
| | * | ezchip: nps_enet: check if napi has been completedZakharov Vlad2017-03-291-3/+1
| | * | bnxt_en: Fix DMA unmapping of the RX buffers in XDP mode during shutdown.Michael Chan2017-03-291-5/+10
| | * | bnxt_en: Correct the order of arguments to netdev_err() in bnxt_set_tpa()Sankar Patchineelam2017-03-291-1/+1
| | * | bnxt_en: Fix NULL pointer dereference in reopen failure pathSankar Patchineelam2017-03-291-0/+13
| | * | rocker: fix Wmaybe-uninitialized false-positiveArnd Bergmann2017-03-291-7/+4
| | * | net/mlx5: Avoid dereferencing uninitialized pointerTalat Batheesh2017-03-291-2/+3
| | * | net: moxa: fix TX overrun memory leakJonas Jensen2017-03-292-2/+19
| | * | isdn: kcapi: avoid uninitialized dataArnd Bergmann2017-03-291-0/+1
| | * | irda: vlsi_ir: fix check for DMA mapping errorsAlexey Khoroshilov2017-03-261-4/+4
| | * | net: hns: avoid gcc-7.0.1 warning for uninitialized dataArnd Bergmann2017-03-261-0/+1
| | * | net: hns: fix uninitialized data useArnd Bergmann2017-03-261-2/+3
| | * | i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck2017-03-251-4/+12
| | * | Revert "e1000e: driver trying to free already-free irq"Jeff Kirsher2017-03-241-1/+1
| | * | bna: avoid writing uninitialized data into hw registersArnd Bergmann2017-03-241-3/+7
| | * | s390/qeth: no ETH header for outbound AF_IUCVJulian Wiedmann2017-03-241-11/+4
| | * | s390/qeth: size calculation outbound buffersJulian Wiedmann2017-03-244-7/+11
| | * | net:ethernet:aquantia: Reset is_gso flag when EOP reached.Pavel Belous2017-03-242-0/+2
| | * | net:ethernet:aquantia: Fix for LSO with IPv6.Pavel Belous2017-03-244-1/+11
| | * | net:ethernet:aquantia: Missing spinlock initialization.Pavel Belous2017-03-241-0/+1