aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-16cxgb4: Remove redundant code in t4_uld_clean_up()Ganesh Goudar1-2/+0
2017-02-16cxgb4: Add new T5 and T6 pci device id'sGanesh Goudar1-0/+5
2017-02-16cxgb4: Increase max number of tc u32 linksArjun V3-13/+7
2017-02-15cxgb4: Update proper netdev stats for rx dropsGanesh Goudar1-1/+1
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit3-4/+4
2017-02-03cxgb4: get rid of custom busy poll codeEric Dumazet4-174/+6
2017-02-03cxgb4: Fix uld_send() for ctrl pktsArjun V1-3/+8
2017-01-31cxgb4: update latest firmware version supportedGanesh Goudar1-6/+6
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet3-4/+4
2017-01-20cxgb4: hide unused warningsArnd Bergmann1-0/+2
2017-01-17cxgb4: Implement ndo_get_phys_port_id for mgmt devGanesh Goudar1-0/+27
2017-01-16cxgb4: Shutdown adapter if firmware times out or errors outHariprasad Shenai4-4/+64
2017-01-14cxgb4: Remove redundant memset before memcpyShyam Saini1-5/+0
2017-01-13cxgb4: Fix misleading packet/frame count stats.Ganesh Goudar2-0/+35
2017-01-12cxgb4: Initialize mbox lock and list for mgmt devGanesh Goudar1-1/+4
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+3
2017-01-06cxgb4: Add port description for new cards.Ganesh Goudar1-12/+18
2017-01-06cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar2-16/+25
2017-01-06cxgb4: Synchronize access to mailboxHariprasad Shenai3-1/+69
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2017-01-04cxgb4: Support compressed error vector for T6Arjun V5-2/+45
2017-01-04libcxgb: fix error check for ip6_route_output()Varun Prakash1-7/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-23Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+13
2016-12-17net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+37
2016-12-17net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-27/+37
2016-12-14scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash1-0/+13
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+2
2016-12-08cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V3-1/+2
2016-12-08cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar2-48/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-11-30cxgb4: Add PCI device ID for new adapterHariprasad Shenai1-0/+1
2016-11-25cxgb4: fix memory leak on txq_infoColin Ian King1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai6-74/+273
2016-11-16cxgb4: do not call napi_hash_del()Eric Dumazet1-1/+0
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-03cxgb4: correct device ID of T6 adapterHariprasad Shenai1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-24/+22
2016-10-29cxgb4: Fix error handling in alloc_uld_rxqs().Ganesh Goudar1-22/+18
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson3-8/+8
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson4-14/+22
2016-10-18cxgb4: Fix number of queue sets corssing the limitGanesh Goudar1-1/+1
2016-10-17cxgb4: fix memory leak of qe on error exit pathColin Ian King1-1/+3
2016-10-14net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror'Shmulik Ladkani1-1/+1
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-0/+11
2016-10-07iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise1-0/+1
2016-10-07cxgb4: advertise support for FR_NSMR_TPTE_WRSteve Wise4-0/+10
2016-10-03cxgb4: unexport cxgb4_dcb_enabledArnd Bergmann1-6/+1
2016-10-03cxgb4: mark cxgb_setup_tc() staticBaoyou Xie1-2/+2