summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* cxgb4 : Makefile & Kconfig changes for DCBx supportAnish Bhatt2014-06-231-0/+1
* cxgb4 : Integrate DCBx support into cxgb4 module. Register dbcnl_ops to give ...Anish Bhatt2014-06-233-14/+272
* cxgb4 : Add DCBx support codebase and dcbnl_opsAnish Bhatt2014-06-232-0/+1121
* cxgb4 : Update fw interface file for DCBx support. Adds all the required fiel...Anish Bhatt2014-06-231-19/+76
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-126-53/+253
|\
| * cxgb4: Change default Interrupt Holdoff Packet Count ThresholdHariprasad Shenai2014-06-112-30/+40
| * iw_cxgb4: don't truncate the recv window sizeHariprasad Shenai2014-06-111-0/+1
| * iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connectionsHariprasad Shenai2014-06-113-4/+117
| * iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai2014-06-115-7/+76
| * ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-4/+4
| * net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
| * vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2014-05-121-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-0/+2
| |\
| * | cxgb4: Check if rx checksum offload is enabled, while reading hardware calcul...Hariprasad Shenai2014-05-121-3/+3
| * | cxgb4: Decode the firmware port and module type a bit more for ethtoolHariprasad Shenai2014-05-121-4/+11
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
|\ \ \ | |_|/ |/| |
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
| |/
* / cxgb4: Decode PCIe Gen3 link speedRoland Dreier2014-04-301-0/+2
|/
* cxgb4: use the correct max size for firmware flashSteve Wise2014-04-151-1/+1
* cxgb4: Save the correct mac addr for hw-loopback connections in the L2TSteve Wise2014-04-141-1/+3
* cxgb4: Adds device ID for few more Chelsio AdaptersHariprasad Shenai2014-03-281-0/+12
* chelsio: Remove addressof casts to same typeJoe Perches2014-03-261-4/+4
* cxgb4: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman2014-03-251-3/+3
* cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise2014-03-153-38/+58
* cxgb4/iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative adviceSteve Wise2014-03-151-0/+1
* cxgb4: Calculate len properly for LSO pathKumar Sanghvi2014-03-131-1/+1
* cxgb4: Updates for T5 SGE's Egress Congestion ThresholdKumar Sanghvi2014-03-132-5/+19
* cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potenti...Kumar Sanghvi2014-03-132-20/+79
* cxgb4: Add code to dump SGE registers when hitting idma hangsKumar Sanghvi2014-03-133-0/+110
* cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KBKumar Sanghvi2014-03-131-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-0/+1
|\
| * net/cxgb4: use remove handler as shutdown handlerThadeu Lima de Souza Cascardo2014-02-261-0/+1
* | cgxb4: Stop using ethtool SPEED_* constantsBen Hutchings2014-02-252-14/+14
* | cxgb4: Add more PCI device ids.Hariprasad Shenai2014-02-181-0/+4
* | cxgb4: Don't assume LSO only uses SGL path in t4_eth_xmit()Kumar Sanghvi2014-02-181-10/+22
* | cxgb4: Remove unused registers and add missing onesKumar Sanghvi2014-02-181-2/+2
* | cxgb4: Query firmware for T5 ULPTX MEMWRITE DSGL capabilitiesKumar Sanghvi2014-02-184-0/+19
* | cxgb4: LE-Workaround is not atomic in firmwareKumar Sanghvi2014-02-181-1/+5
* | cxgb4: Allow >10G ports to have multiple queuesKumar Sanghvi2014-02-181-4/+5
* | cxgb4: Print adapter VPD Part Number instead of Engineering Change fieldKumar Sanghvi2014-02-183-3/+8
* | cxgb4: Add support to recognize 40G linksKumar Sanghvi2014-02-184-10/+54
* | cxgb4: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-26/+24Star
|/
* net/cxgb4: Fix referencing freed adapterGavin Shan2014-01-251-1/+1
* net/cxgb4: Don't retrieve stats during recoveryGavin Shan2014-01-231-0/+10
* net/cxgb4: Avoid disabling PCI device for towiceGavin Shan2014-01-232-7/+21
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+1
|\
| * cxgb4: silence shift wrapping static checker warningDan Carpenter2014-01-131-1/+1
* | cxgb4: Changed FW check version to match FW binary versionHariprasad Shenai2014-01-101-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-068-23/+282
|\|