summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: remove __dev* attributesBill Pemberton2012-12-032-17/+17
* cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya2012-11-081-1/+1
* cxgb4: Initialize data structures before using.Vipul Pandya2012-11-071-0/+4
* cxgb4: Fix unable to get UP event from the LLDVipul Pandya2012-11-031-10/+0Star
* cxgb4: Remove unnecessary #ifdef conditionVipul Pandya2012-10-223-24/+27
* cxgb4: Address various sparse warningsVipul Pandya2012-10-083-29/+39
* cxgb4: allocate enough data in t4_memory_rw()Dan Carpenter2012-10-081-1/+1
* cxgb4: Fix build error due to missing linux/vmalloc.h include.David S. Miller2012-10-041-0/+1
* cxgb4: Dynamically allocate memory in t4_memory_rw() and get_vpd_params()Vipul Pandya2012-10-031-13/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-028-278/+2166
|\
| * cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slaveVipul Pandya2012-09-275-5/+206
| * cxgb4: Inform caller if driver didn't upgrade firmwareVipul Pandya2012-09-271-0/+6
| * cxgb4: Add support for T4 hardwired driver configuration settingsVipul Pandya2012-09-275-32/+442
| * cxgb4: Add support for T4 configuration fileVipul Pandya2012-09-276-133/+920
| * cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya2012-09-274-69/+362
| * cxgb4: Add functions to read memory via PCIE memory windowVipul Pandya2012-09-273-0/+219
| * cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASEVipul Pandya2012-09-271-4/+4
| * cxgb4: Remove duplicate register definitionsVipul Pandya2012-09-054-58/+30Star
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-121-1/+1
|\ \
| * | netdev: make pci_error_handlers constStephen Hemminger2012-09-081-1/+1
| |/
* / cxgb4: Use PCI Express Capability accessorsJiang Liu2012-08-232-13/+3Star
|/
* netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-08-011-1/+1
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-1/+1
* cxgb4: set maximal number of default RSS queuesYuval Mintz2012-07-051-2/+2
* ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya2012-05-186-42/+280
* cxgb4: Common platform specific changes for DB Drop RecoveryVipul Pandya2012-05-182-11/+61
* cxgb4: Detect DB FULL events and notify RDMA ULDVipul Pandya2012-05-185-0/+103
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-8/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-091-0/+2
|\
| * cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya2012-03-061-0/+2
* | ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
|/
* net: make ethtool_ops conststephen hemminger2012-01-051-1/+1
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings2011-12-161-1/+1
* ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings2011-12-161-13/+14
* net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2011-11-221-3/+3
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-3/+1Star
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-5/+7
* Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-141-4/+5
* drivers/net: fix mislocated headers in cxgb4/l2t.cPaul Gortmaker2011-11-011-4/+3Star
* drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* cxgb4: convert to SKB paged frag API.Ian Campbell2011-10-212-23/+24
* net: add skb frag size accessorsEric Dumazet2011-10-191-13/+13
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-0/+3
* ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings2011-09-171-1/+1
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-181-0/+3
* chelsio: Move the Chelsio driversJeff Kirsher2011-08-1112-0/+14102