summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-184-14/+22
* net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani2016-10-141-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-105-0/+11
|\
| * iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise2016-10-071-0/+1
| * cxgb4: advertise support for FR_NSMR_TPTE_WRSteve Wise2016-10-074-0/+10
* | cxgb4: unexport cxgb4_dcb_enabledArnd Bergmann2016-10-031-6/+1Star
* | cxgb4: mark cxgb_setup_tc() staticBaoyou Xie2016-10-031-2/+2
* | cxgb4: mark symbols static where possibleBaoyou Xie2016-09-262-11/+14
* | cxgb4: fix -ve error check on a signed iqColin Ian King2016-09-261-5/+5
* | cxgb4: fix signed wrap around when decrementing index idxColin Ian King2016-09-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-236-11/+45
|\ \
| * | cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapterHariprasad Shenai2016-09-216-11/+45
| * | cxgb4: Fixes resource allocation for ULD's in kdump kernelHariprasad Shenai2016-08-191-5/+5
* | | cxgb4: Convert to use simple_open()Wei Yongjun2016-09-221-7/+1Star
* | | cxgb4: add support for drop and redirect actionsRahul Lakkireddy2016-09-221-0/+71
* | | cxgb4: add support for offloading u32 filtersRahul Lakkireddy2016-09-226-2/+525
* | | cxgb4: add parser to translate u32 filters to internal specRahul Lakkireddy2016-09-221-0/+282
* | | cxgb4: add common api support for configuring filtersRahul Lakkireddy2016-09-225-34/+512
* | | cxgb4: move common filter code to separate fileRahul Lakkireddy2016-09-225-264/+346
* | | cxgb4: Fix return value check in cfg_queues_uld()Wei Yongjun2016-09-191-1/+1
* | | chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-196-688/+371Star
* | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash2016-09-161-0/+15
* | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash2016-09-161-0/+14
* | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash2016-09-161-0/+16
* | | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash2016-09-161-0/+16
* | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash2016-09-161-0/+13
* | | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash2016-09-161-0/+9
* | | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash2016-09-161-0/+18
* | | libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash2016-09-161-0/+9
* | | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash2016-09-162-0/+37
* | | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash2016-09-162-0/+48
* | | libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash2016-09-163-1/+117
* | | cxgb4vf: don't offload Rx checksums for IPv6 fragmentsHariprasad Shenai2016-09-161-3/+4
* | | cxgb4: Add support for ndo_get_vf_configHariprasad Shenai2016-09-043-2/+72
* | | cxgb4/cxgb4vf: fix spelling mistake "provissioned" -> "provisioned"Colin Ian King2016-08-291-1/+1
* | | cxgb4: Remove unused including <linux/version.h>Wei Yongjun2016-08-241-1/+0Star
* | | cxgb4: Fix issue while re-registering VF mgmt netdevHariprasad Shenai2016-08-242-31/+67
* | | cxgb4: add support for tx max rate limitingRahul Lakkireddy2016-08-233-0/+105
* | | cxgb4: add support for per queue tx schedulingRahul Lakkireddy2016-08-233-0/+347
* | | cxgb4: add support for tx traffic scheduling classesRahul Lakkireddy2016-08-237-5/+438
| |/ |/|
* | cxgb4: Simplify the return expressionWei Yongjun2016-08-221-6/+1Star
* | cxgb4: Register changes and fw defines for cryptoHariprasad Shenai2016-08-192-0/+561
* | cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai2016-08-197-50/+759
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-0/+2
|\|
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-051-0/+2
| |\
| | * RDMA/iw_cxgb4: Add missing error codes for act open cmdHariprasad S2016-06-231-0/+2
* | | cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai2016-08-156-7/+151
* | | cxgb4: Add control net_device for configuring PCIe VFHariprasad Shenai2016-08-151-18/+103
|/ /
* | cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai2016-07-312-2/+2
* | libcxgb: remove unused including <linux/version.h>Wei Yongjun2016-07-251-1/+0Star