Age | Commit message (Expand) | Author | Files | Lines |
2018-08-08 | iw_cxgb4: pass window scale in flowc work request | Potnuri Bharat Teja | 1 | -23/+23 |
2018-08-01 | rdma/cxgb4: Fix SRQ endianness annotations | Bart Van Assche | 1 | -1/+2 |
2018-08-01 | rdma/cxgb4: Remove a set-but-not-used variable | Bart Van Assche | 1 | -2/+0 |
2018-07-26 | rdma/cxgb4: Add support for kernel mode SRQ's | Raju Rangoju | 1 | -4/+38 |
2018-06-19 | iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen() | Bharat Potnuri | 1 | -3/+0 |
2018-05-22 | iw_cxgb4: always set iw_cm_id.provider_data | Steve Wise | 1 | -0/+1 |
2017-12-29 | iw_cxgb4: Change error/warn prints to pr_debug | Bharat Potnuri | 1 | -9/+8 |
2017-12-13 | RDMA/cxgb4: Add a sanity check in process_work() | Dan Carpenter | 1 | -2/+8 |
2017-11-13 | iw_cxgb4: remove BUG_ON() usage. | Steve Wise | 1 | -16/+9 |
2017-10-18 | Merge branch 'timer_setup' into for-next | Doug Ledford | 1 | -8/+5 |
2017-10-18 | RDMA/cxgb4: Convert timers to use timer_setup() | Kees Cook | 1 | -8/+5 |
2017-10-15 | RDMA/cxgb4: Remove a set-but-not-used variable | Bart Van Assche | 1 | -3/+0 |
2017-10-15 | RDMA/cxgb4: Suppress gcc 7 fall-through complaints | Bart Van Assche | 1 | -0/+1 |
2017-10-15 | RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug' | Bart Van Assche | 1 | -4/+0 |
2017-10-15 | RDMA/cxgb4: Fix indentation | Bart Van Assche | 1 | -4/+4 |
2017-09-29 | iw_cxgb4: add referencing to wait objects | Steve Wise | 1 | -10/+10 |
2017-09-29 | iw_cxgb4: allocate wait object for each ep object | Steve Wise | 1 | -15/+23 |
2017-09-27 | iw_cxgb4: change pr_debug to appropriate log level | Bharat Potnuri | 1 | -23/+23 |
2017-09-27 | iw_cxgb4: Remove __func__ parameter from pr_debug() | Bharat Potnuri | 1 | -102/+96 |
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 |