summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
2014-07-02drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c: remove unnecessary null test...Fabian Frederick1-2/+1
2014-07-01cxgb4vf: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai1-0/+9
2014-07-01cxgb4: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai1-0/+20
2014-07-01cxgb4: Replaced the backdoor mechanism to access the HW memory with PCIe Wind...Hariprasad Shenai4-172/+148
2014-07-01cxgb4: Use FW interface to get BAR0 valueHariprasad Shenai4-8/+98
2014-07-01rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI Pa...Hariprasad Shenai2-8/+11
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+8
2014-06-25cxgb4: use dev_port to identify portsThadeu Lima de Souza Cascardo1-0/+1
2014-06-24cxgb4: Not need to hold the adap_rcu_lock lock when read adap_rcu_listLi RongQing1-9/+7
2014-06-24cxgb4: Fix endian bug introduced in cxgb4 dcb patchsetAnish Bhatt1-4/+4
2014-06-22cxgb4 : Update copyright year on all cxgb4 filesAnish Bhatt11-11/+11
2014-06-22cxgb4 : Makefile & Kconfig changes for DCBx supportAnish Bhatt2-0/+12
2014-06-22cxgb4 : Integrate DCBx support into cxgb4 module. Register dbcnl_ops to give ...Anish Bhatt3-14/+272
2014-06-22cxgb4 : Add DCBx support codebase and dcbnl_opsAnish Bhatt2-0/+1121
2014-06-22cxgb4 : Update fw interface file for DCBx support. Adds all the required fiel...Anish Bhatt1-19/+76
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-64/+265
2014-06-10cxgb4: Change default Interrupt Holdoff Packet Count ThresholdHariprasad Shenai2-30/+40
2014-06-10iw_cxgb4: don't truncate the recv window sizeHariprasad Shenai1-0/+1
2014-06-10iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connectionsHariprasad Shenai3-4/+117
2014-06-10iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai5-7/+76
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2-4/+4
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-6/+6
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-4/+4
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe4-4/+4
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2-2/+2
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+9
2014-05-12cxgb4vf: Check if rx checksum offload is enabled, while reading hardware calc...Hariprasad Shenai1-3/+4
2014-05-12cxgb4: Check if rx checksum offload is enabled, while reading hardware calcul...Hariprasad Shenai1-3/+3
2014-05-12cxgb4: Decode the firmware port and module type a bit more for ethtoolHariprasad Shenai1-4/+11
2014-04-30cxgb4: Decode PCIe Gen3 link speedRoland Dreier1-0/+2
2014-04-27cxgb4: Update Kconfig to include Chelsio T5 adapterHariprasad Shenai1-6/+7
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra4-6/+6
2014-04-15cxgb4: use the correct max size for firmware flashSteve Wise1-1/+1
2014-04-14cxgb4: Save the correct mac addr for hw-loopback connections in the L2TSteve Wise1-1/+3
2014-03-28cxgb4vf: Adds device Id for few more Chelsio adaptersHariprasad Shenai1-0/+8
2014-03-28cxgb4: Adds device ID for few more Chelsio AdaptersHariprasad Shenai1-0/+12
2014-03-26chelsio: Remove addressof casts to same typeJoe Perches1-4/+4
2014-03-24cxfb4vf: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman1-3/+3
2014-03-24cxgb4: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman1-3/+3
2014-03-24cxgb3: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman1-3/+3
2014-03-14cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise3-38/+58
2014-03-14cxgb4/iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative adviceSteve Wise1-0/+1
2014-03-13cxgb4: Calculate len properly for LSO pathKumar Sanghvi1-1/+1
2014-03-13cxgb4: Updates for T5 SGE's Egress Congestion ThresholdKumar Sanghvi2-5/+19
2014-03-13cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potenti...Kumar Sanghvi2-20/+79
2014-03-13cxgb4: Add code to dump SGE registers when hitting idma hangsKumar Sanghvi3-0/+110
2014-03-13cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KBKumar Sanghvi1-2/+10
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-02-25net/cxgb4: use remove handler as shutdown handlerThadeu Lima de Souza Cascardo1-0/+1
2014-02-24cgxb4: Stop using ethtool SPEED_* constantsBen Hutchings2-14/+14