summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfp: improve defines for constants in ethtoolJakub Kicinski2017-11-021-7/+8
* nfp: use a counter instead of log message for allocation failuresJakub Kicinski2017-11-023-10/+20
* nfp: switch to dev_alloc_page()Jakub Kicinski2017-11-021-1/+1
* nfp: bpf: fall back to core NIC app if BPF not selectedJakub Kicinski2017-11-023-5/+6
* nfp: reorganize the app tableJakub Kicinski2017-11-021-10/+6
* nfp: bpf: reject TC offload if XDP loadedJakub Kicinski2017-11-021-0/+3
* nfp: flower: vxlan - ensure no sleep in atomic contextJohn Hurley2017-11-025-34/+28
* nfp: flower: app should use struct nfp_reprJohn Hurley2017-11-021-6/+6
* liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva2017-11-024-1/+92
* net: systemport: Only inspect valid switch port & queuesFlorian Fainelli2017-11-022-2/+8
* nfp: bpf: support [BPF_ALU | BPF_ALU64] | BPF_NEGJiong Wang2017-11-021-0/+24
* nfp: bpf: rename ALU_OP_NEG to ALU_OP_NOTJiong Wang2017-11-022-2/+2
* net: dpaa: remove init which already done in per-cpu allocationyuan linyu2017-11-021-5/+0
* net: dpaa: fix maybe uninitialized var in dpaa_open()yuan linyu2017-11-021-1/+2
* net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-029-2/+23
* net: hns3: remove a couple of redundant assignmentsColin Ian King2017-11-021-3/+0
* liquidio: remove redundant setting of inst_processed to zeroColin Ian King2017-11-021-2/+0
* net: dl2k: remove redundant re-assignment to npColin Ian King2017-11-021-1/+1
* wan: wanxl: remove redundant assignment to statColin Ian King2017-11-021-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0223-104/+216
|\
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-014-4/+21
| |\
| | * ide:ide-cd: fix kernel panic resulting from missing scsi_req_initHongxu Jia2017-11-011-0/+1
| | * nvme: Fix setting logical block format when revalidatingKeith Busch2017-10-301-0/+1
| | * virtio_blk: Fix an SG_IO regressionBart Van Assche2017-10-271-0/+12
| | * Merge branch 'nvme-4.14' of git://git.infradead.org/nvme into for-linusJens Axboe2017-10-271-4/+7
| | |\
| | | * nvme-rdma: fix possible hang when issuing commands during ctrl removalSagi Grimberg2017-10-231-4/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-0110-35/+137
| |\ \ \
| | * | | tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek2017-11-012-0/+6
| | * | | mlxsw: i2c: Fix buffer increment counter for write transactionVadim Pasternak2017-11-011-1/+1
| | * | | mlxsw: reg: Add high and low temperature thresholdsIdo Schimmel2017-11-011-0/+25
| | * | | net: hns: set correct return valuePan Bian2017-11-011-2/+2
| | * | | net: lapbether: fix double freePan Bian2017-11-011-1/+0
| | * | | net: phy: marvell: Only configure RGMII delays when using RGMIIAndrew Lunn2017-11-011-3/+5
| | * | | Merge tag 'wireless-drivers-for-davem-2017-10-31' of git://git.kernel.org/pub...David S. Miller2017-11-013-28/+98
| | |\ \ \
| | | * \ \ Merge ath-current from ath.gitKalle Valo2017-10-313-28/+98
| | | |\ \ \
| | | | * | | Revert "ath10k: fix napi_poll budget overflow"Kalle Valo2017-10-301-11/+6
| | | | * | | ath10k: rebuild crypto header in rx data framesVasanthakumar Thiagarajan2017-10-302-16/+92
| | | | * | | wcn36xx: Remove unnecessary rcu_read_unlock in wcn36xx_bss_info_changedJia-Ju Bai2017-10-271-1/+0
| * | | | | | Merge tag 'pm-reverts-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-316-57/+32
| |\ \ \ \ \ \
| | * | | | | | Revert "PM / QoS: Fix device resume latency PM QoS"Rafael J. Wysocki2017-10-316-57/+32
| | |/ / / / /
| * | | | | | RDMA/nldev: Enforce device index check for port callbackLeon Romanovsky2017-10-311-1/+3
| * | | | | | Merge tag 'mmc-v4.14-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-302-7/+23
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | mmc: renesas_sdhi: fix kernel panic in _internal_dmac.cYoshihiro Shimoda2017-10-201-7/+10
| | * | | | | mmc: tmio: fix swiotlb buffer is fullYoshihiro Shimoda2017-10-201-0/+13
* | | | | | | enic: Add support for 'ethtool -g/-G'Parvi Kaustubhi2017-11-022-1/+78
* | | | | | | enic: reset fetch indexParvi Kaustubhi2017-11-021-14/+2
* | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-11-0113-234/+287
|\ \ \ \ \ \ \
| * | | | | | | Bluetooth: hci_ldisc: Fix another race when closing the tty.Ronald Tschalär2017-10-301-2/+2
| * | | | | | | Bluetooth: btusb: Fix isochronous interface assignmentsMarcel Holtmann2017-10-301-1/+3
| * | | | | | | Bluetooth: btusb: Update firmware filename for Intel 9x60 and laterJaya P G2017-10-301-7/+47