summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4
AgeCommit message (Expand)AuthorFilesLines
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-08chelsio: Use netdev_<level> and pr_<level>Joe Perches1-1/+1
2012-12-20RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya4-6/+24
2012-12-20RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2-0/+55
2012-12-20RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya3-2/+162
2012-12-19cxgb4: Add LE hash collision bug fix path in LLD driverVipul Pandya4-10/+193
2012-12-19cxgb4: Add T4 filter supportVipul Pandya8-7/+757
2012-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-25/+89
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-7/+4
2012-12-03cxgb4: remove __dev* attributesBill Pemberton2-17/+17
2012-11-27[SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header u...Naresh Kumar Inna6-25/+89
2012-11-08cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya1-1/+1
2012-11-08cxgb4: Initialize data structures before using.Vipul Pandya1-0/+4
2012-11-03cxgb4: Fix unable to get UP event from the LLDVipul Pandya1-10/+0
2012-10-22cxgb4: Remove unnecessary #ifdef conditionVipul Pandya3-24/+27
2012-10-08cxgb4: Address various sparse warningsVipul Pandya3-29/+39
2012-10-08cxgb4: allocate enough data in t4_memory_rw()Dan Carpenter1-1/+1
2012-10-04cxgb4: Fix build error due to missing linux/vmalloc.h include.David S. Miller1-0/+1
2012-10-04cxgb4: Dynamically allocate memory in t4_memory_rw() and get_vpd_params()Vipul Pandya1-13/+30
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-278/+2166
2012-09-28cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slaveVipul Pandya5-5/+206
2012-09-28cxgb4: Inform caller if driver didn't upgrade firmwareVipul Pandya1-0/+6
2012-09-28cxgb4: Add support for T4 hardwired driver configuration settingsVipul Pandya5-32/+442
2012-09-28cxgb4: Add support for T4 configuration fileVipul Pandya6-133/+920
2012-09-28cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya4-69/+362
2012-09-28cxgb4: Add functions to read memory via PCIE memory windowVipul Pandya3-0/+219
2012-09-28cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASEVipul Pandya1-4/+4
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-08netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-09-06cxgb4: Remove duplicate register definitionsVipul Pandya4-58/+30
2012-08-23cxgb4: Use PCI Express Capability accessorsJiang Liu2-13/+3
2012-08-01netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-1/+1
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-07-05cxgb4: set maximal number of default RSS queuesYuval Mintz1-2/+2
2012-06-06ethernet: Remove casts to same typeJoe Perches1-1/+1
2012-05-19cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya6-42/+280
2012-05-19cxgb4: Common platform specific changes for DB Drop RecoveryVipul Pandya2-11/+61
2012-05-19cxgb4: Detect DB FULL events and notify RDMA ULDVipul Pandya5-0/+103
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd1-8/+1
2012-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-03-07cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya1-0/+2
2012-02-24ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-01-05net: make ethtool_ops conststephen hemminger1-1/+1
2011-12-20module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings1-1/+1
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings1-13/+14
2011-11-23net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-3/+3
2011-11-23Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones1-3/+1
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+7
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones1-4/+5