Age | Commit message (Expand) | Author | Files | Lines |
2021-04-16 | RDMA/cxgb4: check for ipv6 address properly while destroying listener | Potnuri Bharat Teja | 1 | -1/+2 |
2021-03-30 | RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening server | Potnuri Bharat Teja | 1 | -2/+2 |
2020-10-01 | RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()' | Christophe JAILLET | 1 | -2/+2 |
2020-01-27 | iw_cxgb4: use tos when finding ipv6 routes | Steve Wise | 1 | -2/+3 |
2020-01-27 | iw_cxgb4: use tos when importing the endpoint | Steve Wise | 1 | -1/+1 |
2020-01-27 | RDMA/iw_cxgb4: Fix the unchecked ep dereference | Raju Rangoju | 1 | -7/+10 |
2019-11-12 | RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case | Potnuri Bharat Teja | 1 | -2/+0 |
2019-05-31 | RDMA/cxgb4: Fix null pointer dereference on alloc_skb failure | Colin Ian King | 1 | -0/+2 |
2019-04-05 | iw_cxgb4: fix srqidx leak during connection abort | Raju Rangoju | 1 | -2/+3 |
2017-09-22 | iw_cxgb4: remove the stid on listen create failure | Steve Wise | 1 | -1/+1 |
2017-09-22 | iw_cxgb4: drop listen destroy replies if no ep found | Steve Wise | 1 | -0/+5 |
2017-09-22 | iw_cxgb4: put ep reference in pass_accept_req() | Steve Wise | 1 | -1/+1 |
2017-08-18 | cxgb4: Remove some dead code | Christophe Jaillet | 1 | -1/+0 |
2017-06-20 | net: introduce __skb_put_[zero, data, u8] | yuan linyu | 1 | -4/+2 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -13/+9 |
2017-06-16 | networking: convert many more places to skb_put_zero() | Johannes Berg | 1 | -6/+3 |
2017-06-08 | tcp: add a struct net parameter to tcp_parse_options() | Eric Dumazet | 1 | -1/+1 |
2017-06-07 | cxgb4: Fix tids count for ipv6 offload connection | Ganesh Goudar | 1 | -5/+9 |
2017-06-02 | RDMA/iw_cxgb4: fix the calculation of ipv6 header size | Raju Rangoju | 1 | -1/+2 |
2017-06-02 | RDMA/iw_cxgb4: Avoid touch after free error in ARP failure handlers | Raju Rangoju | 1 | -1/+5 |
2017-04-28 | iw_cxgb4: check return value of alloc_skb | Pan Bian | 1 | -0/+2 |
2017-04-21 | cxgb4: Convert PDBG to pr_debug the second | Doug Ledford | 1 | -2/+2 |
2017-04-20 | cxgb4: Convert PDBG to pr_debug | Joe Perches | 1 | -147/+156 |
2017-04-20 | cxgb4: Use more common logging style | Joe Perches | 1 | -47/+37 |
2017-02-19 | iw_cxgb4: clean up send_connect() | Ganesh Goudar | 1 | -20/+36 |
2017-02-19 | Merge branch 'k.o/for-4.10-rc' into HEAD | Doug Ledford | 1 | -3/+4 |
2017-01-12 | RDMA/cxgb4: Use AF_INET for sin_family field | ssh10 | 1 | -3/+3 |
2017-01-10 | iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abort | Steve Wise | 1 | -3/+4 |
2016-10-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -1/+1 |
2016-10-07 | iw_cxgb4: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -1/+1 |
2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack() | Varun Prakash | 1 | -11/+8 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl() | Varun Prakash | 1 | -6/+4 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req() | Varun Prakash | 1 | -9/+4 |
2016-09-16 | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req() | Varun Prakash | 1 | -9/+4 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release() | Varun Prakash | 1 | -6/+4 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale() | Varun Prakash | 1 | -6/+6 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu() | Varun Prakash | 1 | -23/+9 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv() | Varun Prakash | 1 | -12/+3 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6() | Varun Prakash | 1 | -52/+18 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route() | Varun Prakash | 1 | -37/+16 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple() | Varun Prakash | 1 | -38/+3 |
2016-09-13 | Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l... | Jens Axboe | 1 | -1/+5 |
2016-09-04 | iw_cxgb4: block module unload until all ep resources are released | Steve Wise | 1 | -0/+2 |
2016-09-04 | iw_cxgb4: call dev_put() on l2t allocation failure | Steve Wise | 1 | -1/+3 |
2016-08-22 | iw_cxgb4: use the MPA initiator's IRD if < our ORD | Steve Wise | 1 | -1/+1 |
2016-08-22 | iw_cxgb4: limit IRD/ORD advertised to ULP by device max. | Steve Wise | 1 | -0/+4 |
2016-08-02 | iw_cxgb4: stop MPA_REPLY timer when disconnecting | Steve Wise | 1 | -1/+11 |
2016-06-23 | RDMA/iw_cxgb4: Low resource fixes for connection manager | Hariprasad S | 1 | -38/+89 |