summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: Not need to hold the adap_rcu_lock lock when read adap_rcu_listLi RongQing2014-06-241-9/+7
* cxgb4: Change default Interrupt Holdoff Packet Count ThresholdHariprasad Shenai2014-06-101-29/+40
* iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connectionsHariprasad Shenai2014-06-101-4/+103
* iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai2014-06-101-5/+57
* 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: Decode PCIe Gen3 link speedRoland Dreier2014-04-301-0/+2
* | cxgb4: Decode the firmware port and module type a bit more for ethtoolHariprasad Shenai2014-05-121-4/+11
|/
* 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/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise2014-03-141-35/+52
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-0/+1
|\
| * net/cxgb4: use remove handler as shutdown handlerThadeu Lima de Souza Cascardo2014-02-251-0/+1
* | cgxb4: Stop using ethtool SPEED_* constantsBen Hutchings2014-02-241-10/+10
* | cxgb4: Add more PCI device ids.Hariprasad Shenai2014-02-181-0/+4
* | cxgb4: Remove unused registers and add missing onesKumar Sanghvi2014-02-181-2/+2
* | cxgb4: Query firmware for T5 ULPTX MEMWRITE DSGL capabilitiesKumar Sanghvi2014-02-181-0/+16
* | 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-181-2/+2
* | cxgb4: Add support to recognize 40G linksKumar Sanghvi2014-02-181-8/+16
* | cxgb4: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-26/+24
|/
* net/cxgb4: Fix referencing freed adapterGavin Shan2014-01-241-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-231-5/+18
* cxgb4: Add API to correctly calculate tuple fieldsKumar Sanghvi2013-12-221-15/+5
* cxgb4: Account for stid entries properly in case of IPv6Kumar Sanghvi2013-12-221-2/+12
* cxgb4: Assign filter server TIDs properlyKumar Sanghvi2013-12-221-4/+12
* cxgb4: Include TCP as protocol when creating server filtersKumar Sanghvi2013-12-221-0/+5
* cxgb4: Reserve stid 0 for T4/T5 adaptersKumar Sanghvi2013-12-221-0/+6
* cxgb4: Add new scheme to update T4/T5 firmwareHariprasad Shenai2013-12-031-118/+124
* cxgb4: Much cleaner implementation of is_t4()/is_t5()Hariprasad Shenai2013-12-031-20/+20
* net: cxgb4: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0
* bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico2013-09-261-1/+2
* cxgb4: remove workqueue when driver registration failsWei Yang2013-09-151-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-051-2/+1
|\|
* | cxgb4: Add CLIP support to store compressed IPv6 addressVipul Pandya2013-08-121-0/+217
* | cxgb4: Add routines to create and remove listening IPv6 serversVipul Pandya2013-08-121-1/+70
|/
* cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're t...Jay Hernandez2013-05-311-2/+25
* cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo2013-05-031-1/+1
* cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-291-0/+31
* cxgb4: Fix pci_device_id structure initialization with correct PF numberVipul Pandya2013-04-291-38/+38
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-5/+5
* RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya2013-03-141-0/+19
* cxgb4: Disable SR-IOV support for PF4-7 for T5Santosh Rastapur2013-03-141-15/+6
* cxgb4: Update driver version and descriptionSantosh Rastapur2013-03-141-2/+2
* cxgb4: Add T5 PCI idsSantosh Rastapur2013-03-141-0/+38