summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-181-1/+1
|\
| * iw_cxgb4: fix misuse of integer variableSteve Wise2017-08-161-1/+1
* | Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-1/+0
|\ \
| * | cxgb4: Remove some dead codeChristophe Jaillet2017-08-171-1/+0
| |/
* | RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-3/+2
* | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
|/
* iw_cxgb4: don't use WR keys/addrs for 0 byte readsGanesh Goudar2017-07-201-1/+1
* cxgb4: Fix error codes in c4iw_create_cq()Dan Carpenter2017-07-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-3/+7
|\
| * rdma/cxgb4: Fix memory leaks during module exitRaju Rangoju2017-06-141-3/+7
* | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-204-14/+7
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-164-21/+17
* | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-6/+3
* | tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-081-1/+1
* | cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar2017-06-071-5/+9
|/
* RDMA/iw_cxgb4: fix the calculation of ipv6 header sizeRaju Rangoju2017-06-011-1/+2
* RDMA/iw_cxgb4: calculate t4_eq_status_entries properlyGanesh Goudar2017-06-011-1/+1
* RDMA/iw_cxgb4: Avoid touch after free error in ARP failure handlersRaju Rangoju2017-06-011-1/+5
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* iw_cxgb4: check return value of alloc_skbPan Bian2017-04-281-0/+2
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-2/+2
* iw_cxgb4: Use dsgl by defaultGanesh Goudar2017-04-251-3/+3
* cxgb4: Convert PDBG to pr_debug the secondDoug Ledford2017-04-201-2/+2
* cxgb4: Convert PDBG to pr_debugJoe Perches2017-04-2010-362/+368
* cxgb4: Use more common logging styleJoe Perches2017-04-2010-129/+97
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/cxgb4: Set dev.parent instead of dma_deviceBart Van Assche2017-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-4/+4
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-4/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-232-72/+123
|\ \ \
| * | | iw_cxgb4: clean up send_connect()Ganesh Goudar2017-02-191-20/+36
| * | | Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-197-84/+159
| |\ \ \
| * | | | iw_cxgb4: Guard against null cm_id in dump_ep/qpGanesh Goudar2017-01-241-49/+84
| | |_|/ | |/| |
| * | | RDMA/cxgb4: Use AF_INET for sin_family fieldssh102017-01-121-3/+3
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-202-4/+4
|\ \ \ | |_|/ |/| |
| * | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-142-4/+4
| |/
* | RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram2017-01-241-10/+1
* | iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abortSteve Wise2017-01-101-3/+4
* | iw_cxgb4: free EQ queue memory on last derefSteve Wise2017-01-104-13/+69
* | iw_cxgb4: refactor sq/rq drain logicSteve Wise2017-01-105-58/+85
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-231-2/+3
|\
| * iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise2016-12-181-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-152-6/+6
|\ \ | |/
| * Merge branch 'mlx' into merge-testDoug Ledford2016-12-141-1/+3
| |\
| | * IB/core: Let create_ah return extended response to userMoni Shoua2016-12-131-1/+3
| | |
| | \
| *-. \ Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford2016-12-141-4/+0
| |\ \ \ | | | |/
| | * | IB/cxgb4: Remove debug prints after allocation failureLeon Romanovsky2016-12-031-4/+0
| | |/
| * | iw_cxgb4: Fix error return code in c4iw_rdev_open()Wei Yongjun2016-12-081-1/+3
| |/
OpenPOWER on IntegriCloud