summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: Convert to use simple_open()Wei Yongjun2016-09-221-7/+1
* 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/+371
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash2016-09-151-0/+15
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash2016-09-151-0/+14
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash2016-09-151-0/+16
* libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash2016-09-151-0/+16
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash2016-09-151-0/+13
* libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash2016-09-151-0/+9
* libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash2016-09-151-0/+18
* libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash2016-09-151-0/+9
* libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash2016-09-152-0/+37
* libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash2016-09-152-0/+48
* libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash2016-09-153-1/+117
* cxgb4vf: don't offload Rx checksums for IPv6 fragmentsHariprasad Shenai2016-09-151-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-281-1/+1
* cxgb4: Remove unused including <linux/version.h>Wei Yongjun2016-08-231-1/+0
* cxgb4: Fix issue while re-registering VF mgmt netdevHariprasad Shenai2016-08-232-31/+67
* cxgb4: add support for tx max rate limitingRahul Lakkireddy2016-08-223-0/+105
* cxgb4: add support for per queue tx schedulingRahul Lakkireddy2016-08-223-0/+347
* cxgb4: add support for tx traffic scheduling classesRahul Lakkireddy2016-08-227-5/+438
* cxgb4: Simplify the return expressionWei Yongjun2016-08-211-6/+1
* cxgb4: Register changes and fw defines for cryptoHariprasad Shenai2016-08-182-0/+561
* cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai2016-08-187-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-041-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-146-7/+151
* | | cxgb4: Add control net_device for configuring PCIe VFHariprasad Shenai2016-08-141-18/+103
|/ /
* | cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai2016-07-302-2/+2
* | libcxgb: remove unused including <linux/version.h>Wei Yongjun2016-07-251-1/+0
* | libcxgb: export ppm release and tagmask set apiVarun Prakash2016-07-251-0/+2
* | libcxgb: add library module for Chelsio driversVarun Prakash2016-07-256-24/+78
* | cxgb4/cxgb4vf: Add link mode mask API to cxgb4 and cxgb4vfGanesh Goudar2016-07-257-236/+446
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-6/+6
|\ \
| * | cxgb4: update latest firmware version supportedGanesh Goudar2016-07-051-6/+6
| |/
* | cxgb4vf: Synchronize access to mailboxHariprasad Shenai2016-06-253-0/+65
* | cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai2016-06-152-11/+4
* | cxgb4: Enable SR-IOV configuration via PCI sysfs interfaceHariprasad Shenai2016-06-151-2/+64
* | cxgb4: Force cxgb4 driver as MASTER in kdump kernelHariprasad Shenai2016-06-151-1/+8
|/
* cxgb4: Add device id of T540-BT adapterHariprasad Shenai2016-06-081-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-201-0/+4
|\
| * RDMA/iw_cxgb4: set the correct FID value in DSGL commandsHariprasad S2016-05-131-0/+4
* | cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai2016-05-071-18/+20