aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash1-0/+15
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash1-0/+14
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash1-0/+16
2016-09-15libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash1-0/+16
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash1-0/+13
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash1-0/+9
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash1-0/+18
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash1-0/+9
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash2-0/+37
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash2-0/+48
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash3-1/+117
2016-09-15cxgb4vf: don't offload Rx checksums for IPv6 fragmentsHariprasad Shenai1-3/+4
2016-09-04cxgb4: Add support for ndo_get_vf_configHariprasad Shenai3-2/+72
2016-08-28cxgb4/cxgb4vf: fix spelling mistake "provissioned" -> "provisioned"Colin Ian King1-1/+1
2016-08-23cxgb4: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-08-23cxgb4: Fix issue while re-registering VF mgmt netdevHariprasad Shenai2-31/+67
2016-08-22cxgb4: add support for tx max rate limitingRahul Lakkireddy3-0/+105
2016-08-22cxgb4: add support for per queue tx schedulingRahul Lakkireddy3-0/+347
2016-08-22cxgb4: add support for tx traffic scheduling classesRahul Lakkireddy7-5/+438
2016-08-21cxgb4: Simplify the return expressionWei Yongjun1-6/+1
2016-08-18cxgb4: Register changes and fw defines for cryptoHariprasad Shenai2-0/+561
2016-08-18cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai7-50/+759
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-08-14cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai6-7/+151
2016-08-14cxgb4: Add control net_device for configuring PCIe VFHariprasad Shenai1-18/+103
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+2
2016-07-30cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai2-2/+2
2016-07-25libcxgb: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-07-25libcxgb: export ppm release and tagmask set apiVarun Prakash1-0/+2
2016-07-25libcxgb: add library module for Chelsio driversVarun Prakash6-24/+78
2016-07-25cxgb4/cxgb4vf: Add link mode mask API to cxgb4 and cxgb4vfGanesh Goudar7-236/+446
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2016-07-05cxgb4: update latest firmware version supportedGanesh Goudar1-6/+6
2016-06-25cxgb4vf: Synchronize access to mailboxHariprasad Shenai3-0/+65
2016-06-23RDMA/iw_cxgb4: Add missing error codes for act open cmdHariprasad S1-0/+2
2016-06-15cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai2-11/+4
2016-06-15cxgb4: Enable SR-IOV configuration via PCI sysfs interfaceHariprasad Shenai1-2/+64
2016-06-15cxgb4: Force cxgb4 driver as MASTER in kdump kernelHariprasad Shenai1-1/+8
2016-06-08cxgb4: Add device id of T540-BT adapterHariprasad Shenai1-0/+1
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+4
2016-05-13RDMA/iw_cxgb4: set the correct FID value in DSGL commandsHariprasad S1-0/+4
2016-05-07cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai1-18/+20
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04cxgb4: Check for firmware errors in the mailbox command loopHariprasad Shenai1-2/+6
2016-05-04cxgb4: Don't sleep when mbox cmd is issued from interrupt contextHariprasad Shenai1-0/+6
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-05-01cxgb3: fix out of bounds readMichal Schmidt1-1/+2
2016-04-29cxgb4vf: Add support to enable logging of firmware mailbox commands for VFHariprasad Shenai4-25/+192
2016-04-29cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai4-20/+192
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal1-2/+1