aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells12-34/+28
2018-10-24amd-gpu: Don't undefine READ and WRITEDavid Howells1-2/+0
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-187/+191
2018-10-19rocker: Drop pointless static qualifierYueHaibing1-2/+2
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman22-111/+121
2018-10-19Merge tag 'drm-fixes-2018-10-19' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman3-69/+37
2018-10-19Merge tag 'for-gkh' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGreg Kroah-Hartman2-0/+6
2018-10-19Merge tag 'drm-misc-fixes-2018-10-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie3-69/+37
2018-10-18qed: fix spelling mistake "transcevier" -> "transceiver"Colin Ian King1-1/+1
2018-10-18Merge tag 'mlx5-updates-2018-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller8-108/+469
2018-10-18net-next/hinic: add checksum offload and TSO supportZhao Chen10-60/+571
2018-10-18cxgb4: fix the error path of cxgb4_uld_register()Ganesh Goudar3-39/+13
2018-10-18bnxt_en: Copy and paste bug in extended tx_statsDan Carpenter1-1/+1
2018-10-18Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-4/+22
2018-10-18atm: zatm: Fix empty body Clang warningsNathan Chancellor1-21/+21
2018-10-18atm: eni: Move semicolon to a new line after empty for loopNathan Chancellor1-1/+2
2018-10-18net/mlx5e: Added 'raw_errors_laneX' fields to ethtool statisticsShay Agroskin1-5/+41
2018-10-18net/mlx5e: Ethtool driver callback for query/set FEC policyShay Agroskin1-2/+126
2018-10-18net/mlx5e: Add port FEC get/set functionsShay Agroskin2-0/+220
2018-10-18net/mlx5: Remove counter from idr after removing it from listVlad Buslov1-5/+13
2018-10-18net/mlx5: Take fs_counters dellist before addlistVlad Buslov1-5/+8
2018-10-18net/mlx5: Refactor fragmented buffer struct fields and init flowTariq Toukan3-91/+61
2018-10-18Documentation: intel: Convert to RST formatJeff Kirsher1-4/+19
2018-10-18Documentation: fm10k: Add kernel documentationJeff Kirsher1-0/+3
2018-10-18r8169: fix NAPI handling under high loadHeiner Kallweit1-5/+3
2018-10-18Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller18-0/+8341
2018-10-18Merge tag 'mlx5-updates-2018-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller21-419/+1079
2018-10-17net: mscc: ocelot: Fix comment in ocelot_vlant_wait_for_completion()Gregory CLEMENT1-3/+3
2018-10-17net: ena: enable Low Latency QueuesArthur Kiyanovski1-14/+4
2018-10-17virtio_net: avoid using netif_tx_disable() for serializing tx routineAke Koomsin1-1/+4
2018-10-17net: ena: Fix Kconfig dependency on X86Netanel Belgazal1-1/+1
2018-10-17mlxsw: core: Fix use-after-free when flashing firmware during initIdo Schimmel3-6/+17
2018-10-17r8169: re-enable MSI-X on RTL8168gHeiner Kallweit1-5/+0
2018-10-17net: phy: mscc: fix memory leak in vsc8574_config_pre_initGustavo A. R. Silva1-1/+1
2018-10-17net: phy: mscc: fix signedness bug in vsc85xx_downshift_getGustavo A. R. Silva1-1/+1
2018-10-17ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-10-17net: dsa: mv88e6xxx: Fix 88E6141/6341 2500mbps SERDES speedMarek BehĂșn3-4/+26
2018-10-17net: qla3xxx: Remove overflowing shift statementNathan Chancellor1-2/+0
2018-10-17geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio2-6/+5
2018-10-17geneve, vxlan: Don't check skb_dst() twiceStefano Brivio2-21/+6
2018-10-17octeontx2-af: Support for disabling NIX RQ/SQ/CQ contextsGeetha sowjanya3-3/+129
2018-10-17octeontx2-af: NIX AQ instruction enqueue supportSunil Goutham4-9/+680
2018-10-17octeontx2-af: Alloc bitmaps for NIX Tx scheduler queuesSunil Goutham3-1/+114
2018-10-17octeontx2-af: NIX LSO config for TSOv4/v6 offloadSunil Goutham4-0/+138
2018-10-17octeontx2-af: NIX block LF initializationSunil Goutham4-0/+308
2018-10-17octeontx2-af: NIX block admin queue initSunil Goutham5-1/+220
2018-10-17octeontx2-af: Support for disabling NPA Aura/Pool contextsGeetha sowjanya3-0/+110
2018-10-17octeontx2-af: NPA AQ instruction enqueue supportSunil Goutham5-0/+427
2018-10-17octeontx2-af: NPA block LF initializationSunil Goutham5-3/+214
2018-10-17octeontx2-af: NPA block admin queue initSunil Goutham6-2/+309