aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb4
AgeCommit message (Expand)AuthorFilesLines
2017-11-13iw_cxgb4: atomically flush the qpGravatar Steve Wise 1-8/+11
2017-11-13iw_cxgb4: only call the cq comp_handler when the cq is armedGravatar Steve Wise 2-11/+17
2017-11-13iw_cxgb4: Fix possible circular dependency locking warningGravatar Bharat Potnuri 3-25/+39
2017-11-13iw_cxgb4: remove BUG_ON() usage.Gravatar Steve Wise 7-38/+13
2017-11-13RDMA/cxgb4: Protect from possible dereferenceGravatar Leon Romanovsky 1-1/+1
2017-11-10RDMA/cxgb4: Annotate r2 and stag as __be32Gravatar Leon Romanovsky 1-2/+2
2017-10-25RDMA/cxgb4: Declare stag as __be32Gravatar Leon Romanovsky 1-1/+1
2017-10-18Merge branch 'timer_setup' into for-nextGravatar Doug Ledford 3-10/+5
2017-10-18RDMA/cxgb4: Convert timers to use timer_setup()Gravatar Kees Cook 3-10/+5
2017-10-14RDMA/cxgb4: Remove a set-but-not-used variableGravatar Bart Van Assche 1-3/+0
2017-10-14RDMA/cxgb4: Suppress gcc 7 fall-through complaintsGravatar Bart Van Assche 1-0/+1
2017-10-14RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug'Gravatar Bart Van Assche 1-4/+0
2017-10-14RDMA/cxgb4: Fix indentationGravatar Bart Van Assche 2-6/+6
2017-09-29iw_cxgb4: add referencing to wait objectsGravatar Steve Wise 6-65/+123
2017-09-29iw_cxgb4: allocate wait object for each ep objectGravatar Steve Wise 3-20/+28
2017-09-29iw_cxgb4: allocate wait object for each qp objectGravatar Steve Wise 2-22/+34
2017-09-29iw_cxgb4: allocate wait object for each cq objectGravatar Steve Wise 2-27/+37
2017-09-29iw_cxgb4: allocate wait object for each memory objectGravatar Steve Wise 2-89/+141
2017-09-27iw_cxgb4: change pr_debug to appropriate log levelGravatar Bharat Potnuri 5-32/+32
2017-09-27iw_cxgb4: Remove __func__ parameter from pr_debug()Gravatar Bharat Potnuri 9-235/+217
2017-09-27IB/{cxgb3,cxgb4}: Remove unneeded config dependenciesGravatar Yuval Shaia 1-1/+1
2017-09-22iw_cxgb4: remove the stid on listen create failureGravatar Steve Wise 1-1/+1
2017-09-22iw_cxgb4: drop listen destroy replies if no ep foundGravatar Steve Wise 1-0/+5
2017-09-22iw_cxgb4: put ep reference in pass_accept_req()Gravatar Steve Wise 1-1/+1
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextGravatar Doug Ledford 1-1/+1
2017-08-18Merge branch 'misc' into k.o/for-nextGravatar Doug Ledford 1-1/+0
2017-08-17cxgb4: Remove some dead codeGravatar Christophe Jaillet 1-1/+0
2017-08-16iw_cxgb4: fix misuse of integer variableGravatar Steve Wise 1-1/+1
2017-08-10RDMA: Simplify get firmware interfaceGravatar Leon Romanovsky 1-3/+2
2017-07-24RDMA: Remove useless MODULE_VERSIONGravatar Leon Romanovsky 1-1/+0
2017-07-20iw_cxgb4: don't use WR keys/addrs for 0 byte readsGravatar Ganesh Goudar 1-1/+1
2017-07-20cxgb4: Fix error codes in c4iw_create_cq()Gravatar Dan Carpenter 1-0/+1
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+7
2017-06-20net: introduce __skb_put_[zero, data, u8]Gravatar yuan linyu 4-14/+7
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 4-21/+17
2017-06-16networking: convert many more places to skb_put_zero()Gravatar Johannes Berg 1-6/+3
2017-06-14rdma/cxgb4: Fix memory leaks during module exitGravatar Raju Rangoju 1-3/+7
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Gravatar Eric Dumazet 1-1/+1
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGravatar Ganesh Goudar 1-5/+9
2017-06-01RDMA/iw_cxgb4: fix the calculation of ipv6 header sizeGravatar Raju Rangoju 1-1/+2
2017-06-01RDMA/iw_cxgb4: calculate t4_eq_status_entries properlyGravatar Ganesh Goudar 1-1/+1
2017-06-01RDMA/iw_cxgb4: Avoid touch after free error in ARP failure handlersGravatar Raju Rangoju 1-1/+5
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrGravatar Dasaratharaman Chandramouli 1-1/+1
2017-04-28iw_cxgb4: check return value of alloc_skbGravatar Pan Bian 1-0/+2
2017-04-25IB: Replace ib_umem page_size by page_shiftGravatar Artemy Kovalyov 1-2/+2
2017-04-25iw_cxgb4: Use dsgl by defaultGravatar Ganesh Goudar 1-3/+3
2017-04-20cxgb4: Convert PDBG to pr_debug the secondGravatar Doug Ledford 1-2/+2
2017-04-20cxgb4: Convert PDBG to pr_debugGravatar Joe Perches 10-362/+368
2017-04-20cxgb4: Use more common logging styleGravatar Joe Perches 10-129/+97