summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-0628-74/+207
|\
| * nfp: fix potential use after free on xdp progJakub Kicinski2017-04-051-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-021-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-301-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-281-7/+4
| * | net/mlx5: Avoid dereferencing uninitialized pointerTalat Batheesh2017-03-281-2/+3
| * | net: moxa: fix TX overrun memory leakJonas Jensen2017-03-282-2/+19
| * | irda: vlsi_ir: fix check for DMA mapping errorsAlexey Khoroshilov2017-03-251-4/+4
| * | net: hns: avoid gcc-7.0.1 warning for uninitialized dataArnd Bergmann2017-03-251-0/+1
| * | net: hns: fix uninitialized data useArnd Bergmann2017-03-251-2/+3
| * | i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck2017-03-241-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
| * | 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
| * | net:ethernet:aquantia: Fix packet type detection (TCP/UDP) for IPv6.Pavel Belous2017-03-241-4/+16
| * | net:ethernet:aquantia: Remove adapter re-opening when MTU changed.Pavel Belous2017-03-241-5/+0
| * | r8152: prevent the driver from transmitting packets with carrier offhayeswang2017-03-241-2/+16
| * | net: phy: handle state correctly in phy_stop_machineNathan Sullivan2017-03-241-1/+1
| * | net: phy: Export mdiobus_register_board_info()Florian Fainelli2017-03-231-0/+1
* | | bonding: attempt to better support longer hw addressesJarod Wilson2017-04-053-67/+97
* | | sfc: don't insert mc_list on low-latency firmware if it's too longEdward Cree2017-04-051-2/+8
* | | nfp: add support for .set_link_ksettings()Jakub Kicinski2017-04-051-0/+46
* | | nfp: NSP backend for link configuration operationsJakub Kicinski2017-04-053-14/+179
* | | nfp: add extended error messagesJakub Kicinski2017-04-051-8/+29
* | | nfp: turn NSP port entry into a unionJakub Kicinski2017-04-051-13/+25
* | | nfp: allow multi-stage NSP configurationJakub Kicinski2017-04-054-31/+138
* | | nfp: separate high level and low level NSP headersJakub Kicinski2017-04-058-20/+22
* | | nfp: report port type in ethtoolJakub Kicinski2017-04-053-0/+46
* | | nfp: report auto-negotiation in ethtoolJakub Kicinski2017-04-053-0/+17
* | | nfp: report link speed from NSPJakub Kicinski2017-04-051-0/+11
* | | nfp: add port state refreshJakub Kicinski2017-04-053-8/+85
* | | nfp: track link state changesJakub Kicinski2017-04-052-1/+19
* | | nfp: add mutex protection for the port listJakub Kicinski2017-04-053-4/+21
* | | nfp: don't spawn netdevs for reconfigured portsJakub Kicinski2017-04-054-37/+62
* | | nfp: add support for .get_link_ksettings()Jakub Kicinski2017-04-052-0/+62
* | | Merge tag 'linux-can-next-for-4.13-20170404' of git://git.kernel.org/pub/scm/...David S. Miller2017-04-054-82/+1171
|\ \ \
| * | | can: hi311x: Add Holt HI-311x CAN driverAkshay Bhat2017-04-043-0/+1083
| * | | can: ti_hecc: Convert TI HECC driver to DT only driverYegor Yefremov2017-04-041-82/+88