summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* cxgb3: Fix Tx csum statsVipul Pandya2013-01-171-1/+1
* ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-141-24/+11Star
* cxgb4: Fix incorrect PFVF CMASKVipul Pandya2013-01-101-2/+1Star
* remove init of dev->perm_addr in driversJiri Pirko2013-01-093-4/+0Star
* chelsio: Use netdev_<level> and pr_<level>Joe Perches2013-01-086-89/+66Star
* cxgb3: remove usage of dev->masterJiri Pirko2013-01-041-4/+7
* RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya2012-12-204-6/+24
* RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2012-12-202-0/+55
* RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya2012-12-203-2/+162
* cxgb4: Add LE hash collision bug fix path in LLD driverVipul Pandya2012-12-194-10/+193
* cxgb4: Add T4 filter supportVipul Pandya2012-12-198-7/+757
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-12-147-29/+93
|\
| * [SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header u...Naresh Kumar Inna2012-11-277-29/+93
* | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-1/+1
|\ \
| * | cxgb3: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-071-1/+1
* | | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-078-22/+13Star
* | | chelsio: remove get_clock and use ktime_getJan Glauber2012-12-071-13/+1Star
* | | chelsio: remove __dev* attributesBill Pemberton2012-12-034-9/+9
* | | cxgb4vf: remove __dev* attributesBill Pemberton2012-12-033-15/+15
* | | cxgb4: remove __dev* attributesBill Pemberton2012-12-032-17/+17
* | | cxgb3: remove __dev* attributesBill Pemberton2012-12-032-8/+8
* | | cxgb3: Restore dependency on INETBen Hutchings2012-11-281-1/+1
* | | net: Remove bogus dependencies on INETBen Hutchings2012-11-201-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-114-35/+32Star
|\ \ \ | | |/ | |/|
| * | 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
* | ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-311-4/+3Star
|/
* 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-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/+30Star
* | 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-082-2/+2
| |/
* | cxgb4: Use PCI Express Capability accessorsJiang Liu2012-08-232-13/+3Star
* | cxgb3: Use PCI Express Capability accessorsJiang Liu2012-08-231-14/+8Star
|/
* netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-08-012-2/+2
* cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com2012-07-191-0/+4