summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-245-7/+7
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-249-11/+11
* RDMA/cma: use cached port state when bind loopbackJack Wang2017-01-121-3/+3
* RDMA/cma: resolve to first active ib portJack Wang2017-01-121-1/+5
* RDMA/core: export ib_get_cached_port_stateJack Wang2017-01-121-0/+18
* RDMA/core: add port state cacheJack Wang2017-01-121-1/+9
* IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud2017-01-121-1/+1
* IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud2017-01-121-4/+4
* IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud2017-01-121-3/+6
* IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud2017-01-123-8/+13
* IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud2017-01-121-2/+2
* IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2017-01-122-9/+9
* IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud2017-01-121-1/+5
* IB/ipoib: Set device connection mode only when neededFeras Daoud2017-01-121-0/+7
* IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud2017-01-121-0/+4
* RDMA/ocrdma: Replace BUG() with BUG_ON()ssh102017-01-121-10/+5
* RDMA/cxgb4: Use AF_INET for sin_family fieldssh102017-01-121-3/+3
* RDMA/qedr: restructure functions that create/destroy QPsAmrani, Ram2017-01-121-313/+236
* RDMA/qib: use rb_entry()Geliang Tang2017-01-121-3/+3
* RDMA/hfi1: drop pci_link_reset()Cao jin2017-01-121-10/+0
* RDMA/qib: drop qib_pci_link_reset()Cao jin2017-01-121-8/+0
* RDMA/i40iw: use designated initializersKees Cook2017-01-122-82/+80
* RDMA/nes: use designated initializersKees Cook2017-01-121-11/+11
* IB/rxe: Fix an skb leakBart Van Assche2017-01-101-1/+14
* IB/rxe: Remove a pointless indirection layerBart Van Assche2017-01-108-67/+42
* IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2017-01-102-0/+2
* IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche2017-01-101-10/+10
* IB/rxe: Generate a completion for all failed work requestsBart Van Assche2017-01-104-14/+20
* IB/rxe: Introduce functions for queue drainingBart Van Assche2017-01-102-53/+38
* IB/rxe: Add a runtime check in alloc_index()Bart Van Assche2017-01-101-0/+1
* IB/rxe: Issue warnings onceBart Van Assche2017-01-103-9/+10
* IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche2017-01-107-15/+17
* IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() argumentsBart Van Assche2017-01-101-2/+10
* IB/rxe: Remove superfluous castsBart Van Assche2017-01-101-2/+2
* IB/rxe: Remove an unused variable and an unused argumentBart Van Assche2017-01-101-8/+3
* IB/rxe: Remove an unused functionBart Van Assche2017-01-101-7/+0
* IB/rxe: Constify the pool nameBart Van Assche2017-01-102-2/+2
* IB/rxe: Suppress sparse warningsBart Van Assche2017-01-102-5/+5
* RDMA: Adding ethertype ETH_P_IBOESelvin Xavier2017-01-108-17/+8
* Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-01-0845-316/+549
|\
| * USB: fix problems with duplicate endpoint addressesAlan Stern2017-01-051-0/+10
| * usb: ohci-at91: use descriptor-based gpio APIs correctlyPeter Rosin2017-01-051-14/+10
| * usb: storage: unusual_uas: Add JMicron JMS56x to unusual deviceOliver Neukum2017-01-051-0/+7
| * usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven2017-01-051-30/+29
| * usb: musb: blackfin: add bfin_fifo_offset in bfin_opsJérémy Lefaure2017-01-051-0/+1
| * usb: musb: fix compilation warning on unused functionJérémy Lefaure2017-01-051-0/+2
| * usb: musb: Fix trying to free already-free IRQ 4Tony Lindgren2017-01-051-1/+1
| * usb: musb: dsps: implement clear_ep_rxintr() callbackBin Liu2017-01-051-0/+12
| * usb: musb: core: add clear_ep_rxintr() to musb_platform_opsBin Liu2017-01-052-6/+11
| * Merge tag 'usb-serial-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-01-0516-58/+167
| |\