- 3bcf96e iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abort by Steve Wise · 8 years ago
- b9044ac Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- 52ee1a0 iw_cxgb4: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
- d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 6e3b6fc libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack() by Varun Prakash · 8 years ago
- 052f473 libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl() by Varun Prakash · 8 years ago
- a7e1a97 libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req() by Varun Prakash · 8 years ago
- 29fb6f4 libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req() by Varun Prakash · 8 years ago
- a1a2345 libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release() by Varun Prakash · 8 years ago
- cc51670 libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale() by Varun Prakash · 8 years ago
- 44c6d06 libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu() by Varun Prakash · 8 years ago
- b65eef0 libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv() by Varun Prakash · 8 years ago
- 9555476 libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6() by Varun Prakash · 8 years ago
- 804c2f3 libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route() by Varun Prakash · 8 years ago
- 85e42b0 libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple() by Varun Prakash · 8 years ago
- 3bc42f3 Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-linus by Jens Axboe · 8 years ago
- 37eb816 iw_cxgb4: block module unload until all ep resources are released by Steve Wise · 8 years ago
- 609e941 iw_cxgb4: call dev_put() on l2t allocation failure by Steve Wise · 8 years ago
- 30b03b1 iw_cxgb4: use the MPA initiator's IRD if < our ORD by Steve Wise · 8 years ago
- 7f446ab iw_cxgb4: limit IRD/ORD advertised to ULP by device max. by Steve Wise · 8 years ago
- 12eb513 iw_cxgb4: stop MPA_REPLY timer when disconnecting by Steve Wise · 8 years ago
- 4a74083 RDMA/iw_cxgb4: Low resource fixes for connection manager by Hariprasad S · 9 years ago
- 4c72efe RDMA/iw_cxgb4: Add missing error codes for act open cmd by Hariprasad S · 9 years ago
- bce2841 RDMA/iw_cxgb4: clean up c4iw_reject_cr() by Hariprasad S · 9 years ago
- 3d4e799 RDMA/iw_cxgb4: only read markers_enabled mod param once by Hariprasad S · 9 years ago
- ba987e5 iw_cxgb4: Convert a __force cast by Bart Van Assche · 9 years ago
- 64bec74 RDMA/iw_cxgb4: Add arp failure handlers to send_mpa_reply/reject() by Hariprasad S · 9 years ago
- 093108c RDMA/iw_cxgb4: Always wake up waiter in c4iw_peer_abort_intr() by Hariprasad S · 9 years ago
- 4a4dd8d RDMA/iw_cxgb4: Handle ret value of process_mpa_reply() in rx_data by Hariprasad S · 9 years ago
- f86fac7 RDMA/iw_cxgb4: atomic find and reference for listening endpoints by Hariprasad S · 9 years ago
- e8667a9 RDMA/iw_cxgb4: Handle ULP accept/reject during ABORTING by Hariprasad S · 9 years ago
- ceb110a RDMA/iw_cxgb4: Release ep for for FPDU_MODE and MPA_REQ_RCVD in process_timeout by Hariprasad S · 9 years ago
- c878b70 RDMA/iw_cxgb4: Free skb in case of arp failure in _c4iw_free_ep() by Hariprasad S · 9 years ago
- 944661d RDMA/iw_cxgb4: atomically lookup ep and get a reference by Hariprasad S · 9 years ago
- 761e19a RDMA/iw_cxgb4: Handle return value of c4iw_ofld_send() in abort_arp_failure() by Hariprasad S · 9 years ago
- 8a70f81 RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTING by Hariprasad S · 9 years ago
- caa6c9f RDMA/iw_cxgb4: handle return value of c4iw_l2t_send() and send_mpa_req() by Hariprasad S · 9 years ago
- e4b76a2 RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiation by Hariprasad S · 9 years ago
- da1cecd RDMA/iw_cxgb4: Do not stop timer in case of incomplete messages by Hariprasad S · 9 years ago
- 8d1f1a6 RDMA/iw_cxgb4: parent_ep has to be dereferenced in case of passive accept failure by Hariprasad S · 9 years ago
- ccd2c30 RDMA/iw_cxgb4: Correct RFC number of MPA by Hariprasad S · 9 years ago
- 9ca6f7c RDMA/iw_cxgb4: Add few history bits for ep by Hariprasad S · 9 years ago
- 6973627 RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout() by Hariprasad S · 9 years ago
- c00dcba RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errors by Hariprasad S · 9 years ago
- fd6aabe RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request() by Hariprasad S · 9 years ago
- eaf4c6d RDMA/iw_cxgb4: remove abort_connection() usage from accept/reject by Hariprasad S · 9 years ago
- fef4422 RDMA/iw_cxgb4: free resources when send_flowc() fails by Hariprasad S · 9 years ago
- f8e1e1d RDMA/iw_cxgb4: remove connection abort from process_mpa_reply by Hariprasad S · 9 years ago
- 6e410d8 RDMA/iw_cxgb4: ensure eps don't get freed while the mutex is held by Hariprasad S · 9 years ago
- 88bc230d RDMA/iw_cxgb4: stop ep timer on close failure by Hariprasad S · 9 years ago
- 9dec900 RDMA/iw_cxgb4: release ep resources on accept arp failure by Hariprasad S · 9 years ago
- 082eaa5 Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6 by Doug Ledford · 9 years ago
- 170003c iw_cxgb4: remove port mapper related code by Steve Wise · 9 years ago
- ac8e4c6 cxgb4/iw_cxgb4: TOS support by Hariprasad S · 9 years ago
- 6812fae iw_cxgb4: remove false error log entry by Hariprasad S · 9 years ago
- 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
- 28de1f7 iw_cxgb4: Take clip reference before starting IPv6 listen by Hariprasad S · 9 years ago
- 7d1fc01 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
- e3d132d treewide: Fix typos in printk by Masanari Iida · 9 years ago
- 963cab5 iw_cxgb4: Adds support for T6 adapter by Hariprasad S · 9 years ago
- 3dd9a5d iw_cxgb4: reverse the ord/ird in the ESTABLISHED upcall by Hariprasad S · 9 years ago
- f57b780 iw_cxgb4: fix misuse of ep->ord for minimum ird calculation by Hariprasad S · 9 years ago
- 158c776 iw_cxgb4: pass the ord/ird in connect reply events by Hariprasad S · 9 years ago
- 99718e5 iw_cxgb4: detect fatal errors while creating listening filters by Hariprasad S · 9 years ago
- 54b9a96 IB/cxgb4: Fix if statement in pick_local_ip6adddrs by Nicholas Krause · 9 years ago
- 84cc6ac6 iw_cxgb4: Add support for clip by Hariprasad S · 9 years ago
- b8ac311 iw_cxgb4: set the default MPA version to 2 by Hariprasad S · 9 years ago
- 940fd30 iw_cxgb4: use wildcard mapping for getting remote addr info by Steve Wise · 10 years ago
- 179d03b iw_cxgb4: Remove negative advice dmesg warnings by Hariprasad S · 10 years ago
- 5b6b8fe RDMA/cxgb4: Report the actual address of the remote connecting peer by Steve Wise · 10 years ago
- 6198dd8 iw_cxgb4: 32b platform fixes by Hariprasad S · 10 years ago
- 0b74104 iw_cxgb4: Cleanup register defines/MACROS by Hariprasad S · 10 years ago
- cf7fe64 iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.h by Hariprasad Shenai · 10 years ago
- bdc590b iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messages by Hariprasad Shenai · 10 years ago
- 6c53e93 iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL messages by Hariprasad Shenai · 10 years ago
- e6b1116 RDMA/cxgb4: Handle NET_XMIT return codes by Hariprasad S · 10 years ago
- 10be6b4 RDMA/cxgb4: Fix locking issue in process_mpa_request by Hariprasad Shenai · 10 years ago
- 5167865 RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDST by Hariprasad Shenai · 10 years ago
- 77a80e2 RDMA/cxgb4: Cleanup Filter related macros/register defines by Hariprasad Shenai · 10 years ago
- d7990b0 cxgb4i/cxgb4 : Refactor macros to conform to uniform standards by Anish Bhatt · 10 years ago
- e2ac962 cxgb4: Cleanup macros so they follow the same style and look consistent, part 2 by Hariprasad Shenai · 10 years ago
- da22b896 RDMA/cxgb4: Fix ntuple calculation for ipv6 and remove duplicate line by Hariprasad S · 10 years ago
- d480201 RDMA/cxgb4: Add missing neigh_release in find_route by Hariprasad S · 10 years ago
- 04524a4 RDMA/cxgb4: Take IPv6 into account for best_mtu and set_emss by Hariprasad S · 10 years ago
- 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- dd92b12 iw_cxgb4: log detailed warnings for negative advice by Hariprasad Shenai · 10 years ago
- 4c2c576 cxgb4/iw_cxgb4: use firmware ord/ird resource limits by Hariprasad Shenai · 10 years ago
- 46c1376 RDMA/cxgb4: Call iwpm_init() only once by Steve Wise · 11 years ago
- 5dab6d3 RDMA/cxgb4: Clean up connection on ARP error by Hariprasad S · 11 years ago
- 233b430 RDMA/cxgb4: Fix skb_leak in reject_cr() by Hariprasad S · 11 years ago
- 35b1de5 rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI Passthrough by Hariprasad Shenai · 11 years ago
- f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
- b408ff2 iw_cxgb4: don't truncate the recv window size by Hariprasad Shenai · 11 years ago
- 92e7ae7 iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connections by Hariprasad Shenai · 11 years ago
- eeaddf3 Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx5', 'noio', 'ocrdma', 'qib', 'srp' and 'usnic' into for-next by Roland Dreier · 11 years ago
- 9eccfe1 RDMA/cxgb4: Add support for iWARP Port Mapper user space service by Steve Wise · 11 years ago
- 11b8e22 RDMA/cxgb4: Fix vlan support by Steve Wise · 11 years ago
- 92e5011 RDMA/cxgb4: Force T5 connections to use TAHOE congestion control by Steve Wise · 11 years ago
- cc18b93 RDMA/cxgb4: Fix endpoint mutex deadlocks by Steve Wise · 11 years ago
- b33bd0c RDMA/cxgb4: Endpoint timeout fixes by Steve Wise · 11 years ago