summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: Fix netdev_features flagArjun Vynipadath2017-05-301-0/+11
* cxgb4: FW upgrade fixesArjun Vynipadath2017-05-301-3/+18
* cxgb4: add new T5 pci device idGanesh Goudar2017-05-301-0/+1
* cxgb4: keep carrier off before registering netdevSurendra Mobiya2017-05-301-0/+2
* cxgb4 : retrieve port information from firmwareGanesh Goudar2017-05-215-3/+70
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-181-3/+3
|\
| * cxgb4: update latest firmware version supportedGanesh Goudar2017-05-181-3/+3
* | cxgb4: add new T5 pci device idGanesh Goudar2017-05-171-0/+1
* | cxgb4: reduce resource allocation in kdump kernelGanesh Goudar2017-05-171-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-103-10/+43
|\
| * cxgb4: avoid disabling FEC by defaultGanesh Goudar2017-05-083-10/+43
* | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-098-58/+34Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-033-19/+64
|\
| * cxgb4: save tid while creating server filterGanesh Goudar2017-04-131-0/+4
| * cxgb4: Update IngPad and IngPack valuesArjun Vynipadath2017-03-222-19/+60
* | crypto: chcr - Fix txq ids.Harsh Jain2017-04-213-1/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-051-3/+3
|\
| * cxgb4: update latest firmware version supportedGanesh Goudar2017-03-021-3/+3
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-0/+4
|\ \ | |/ |/|
| * target/cxgbit: Use T6 specific macro to set the force bitVarun Prakash2017-02-091-0/+4
* | scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada2017-02-281-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/+0Star
* | 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/+7Star
* | 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-062-3/+3
* | cxgb4: get rid of custom busy poll codeEric Dumazet2017-02-034-174/+6Star
* | cxgb4: Fix uld_send() for ctrl pktsArjun V2017-02-031-3/+8
* | cxgb4: update latest firmware version supportedGanesh Goudar2017-01-311-6/+6
* | 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/+0Star
* | cxgb4: Fix misleading packet/frame count stats.Ganesh Goudar2017-01-142-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/+3Star
* | cxgb4: Add port description for new cards.Ganesh Goudar2017-01-061-12/+18
* | cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar2017-01-061-7/+13
* | cxgb4: Synchronize access to mailboxHariprasad Shenai2017-01-063-1/+69
* | cxgb4: Support compressed error vector for T6Arjun V2017-01-045-2/+45
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash2016-12-141-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-102-1/+1
|\
| * cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V2016-12-092-1/+1
* | cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar2016-12-081-40/+1Star
* | 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