summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-0/+1
|\
| * cxgb4: Add PCI device ID for new adapterHariprasad Shenai2016-11-301-0/+1
* | cxgb4: fix memory leak on txq_infoColin Ian King2016-11-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-1/+0
|\ \ | |/
| * cxgb4: do not call napi_hash_del()Eric Dumazet2016-11-161-1/+0
* | cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai2016-11-186-74/+273
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\ \ | |/
| * cxgb4: correct device ID of T6 adapterHariprasad Shenai2016-11-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-303-24/+22
|\ \ | |/
| * cxgb4: Fix error handling in alloc_uld_rxqs().Ganesh Goudar2016-10-291-22/+18
| * cxgb4: Fix number of queue sets corssing the limitGanesh Goudar2016-10-181-1/+1
| * cxgb4: fix memory leak of qe on error exit pathColin Ian King2016-10-171-1/+3
* | ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-203-8/+8
* | 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-095-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/+1
* | 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-251-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-181-5/+5
* | | 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
OpenPOWER on IntegriCloud