summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: update latest firmware version supportedGanesh Goudar2017-03-021-3/+3
* scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-231-0/+8
|\
| * crypto: chcr - Change flow IDsHarsh Jain2017-02-031-0/+8
* | cxgb4: Remove redundant code in t4_uld_clean_up()Ganesh Goudar2017-02-161-2/+0
* | cxgb4: Add new T5 and T6 pci device id'sGanesh Goudar2017-02-161-0/+5
* | cxgb4: Increase max number of tc u32 linksArjun V2017-02-163-13/+7
* | cxgb4: Update proper netdev stats for rx dropsGanesh Goudar2017-02-151-1/+1
* | net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-063-4/+4
* | cxgb4: get rid of custom busy poll codeEric Dumazet2017-02-034-174/+6
* | cxgb4: Fix uld_send() for ctrl pktsArjun V2017-02-031-3/+8
* | cxgb4: update latest firmware version supportedGanesh Goudar2017-01-311-6/+6
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-303-4/+4
* | cxgb4: hide unused warningsArnd Bergmann2017-01-201-0/+2
* | cxgb4: Implement ndo_get_phys_port_id for mgmt devGanesh Goudar2017-01-171-0/+27
* | cxgb4: Shutdown adapter if firmware times out or errors outHariprasad Shenai2017-01-164-4/+64
* | cxgb4: Remove redundant memset before memcpyShyam Saini2017-01-141-5/+0
* | cxgb4: Fix misleading packet/frame count stats.Ganesh Goudar2017-01-132-0/+35
* | cxgb4: Initialize mbox lock and list for mgmt devGanesh Goudar2017-01-121-1/+4
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+3
* | cxgb4: Add port description for new cards.Ganesh Goudar2017-01-061-12/+18
* | cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar2017-01-062-16/+25
* | cxgb4: Synchronize access to mailboxHariprasad Shenai2017-01-063-1/+69
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-7/+5
|\|
| * libcxgb: fix error check for ip6_route_output()Varun Prakash2017-01-041-7/+5
* | cxgb4: Support compressed error vector for T6Arjun V2017-01-045-2/+45
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-12-231-0/+13
|\
| * scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash2016-12-141-0/+13
* | net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-171-28/+37
* | net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-171-27/+37
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-103-1/+2
|\
| * cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V2016-12-083-1/+2
* | cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar2016-12-082-48/+2
* | 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
|\