summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-029-280/+2169
|\
| * 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-275-71/+365
| * 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/+30
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\ \
| * | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
| |/
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-122-2/+2
|\ \
| * | netdev: make pci_error_handlers constStephen Hemminger2012-09-072-2/+2
| |/
* | cxgb4: Use PCI Express Capability accessorsJiang Liu2012-08-232-13/+3
* | cxgb3: Use PCI Express Capability accessorsJiang Liu2012-08-231-14/+8
|/
* netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-07-312-2/+2
* cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com2012-07-191-0/+4
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-103-3/+3
* cxgb4: set maximal number of default RSS queuesYuval Mintz2012-07-051-2/+2
* cxgb3: set maximal number of default RSS queuesYuval Mintz2012-07-051-1/+1
* cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller2012-07-053-7/+12
* net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller2012-07-051-14/+9
* ethernet: Remove casts to same typeJoe Perches2012-06-064-6/+5
* 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
* cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier2012-04-301-46/+46
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-8/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-092-0/+4
|\
| * cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya2012-03-061-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-233-3/+3
* | cxgb3: update firmware versionDivy Le Ray2012-02-151-2/+2
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-2/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\
| * treewide: Fix comment and string typo 'bufer'Paul Bolle2011-12-061-1/+1
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\ \
| * | switch debugfs to umode_tAl Viro2012-01-031-1/+1
| |/
* | net: make ethtool_ops conststephen hemminger2012-01-052-2/+2
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-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
* | cxgb3: Handle NULL dst neighbour in cxgb3_offload.cDavid Miller2011-12-051-3/+15
* | cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller2011-12-053-9/+22
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-4/+4
* | net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-231-2/+2