aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)Author
2012-10-21cxgb4: Remove unnecessary #ifdef conditionVipul Pandya
2012-10-08cxgb4: Address various sparse warningsVipul Pandya
2012-10-08cxgb4: allocate enough data in t4_memory_rw()Dan Carpenter
2012-10-03cxgb4: Fix build error due to missing linux/vmalloc.h include.David S. Miller
2012-10-03cxgb4: Dynamically allocate memory in t4_memory_rw() and get_vpd_params()Vipul Pandya
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-27cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slaveVipul Pandya
2012-09-27cxgb4: Inform caller if driver didn't upgrade firmwareVipul Pandya
2012-09-27cxgb4: Add support for T4 hardwired driver configuration settingsVipul Pandya
2012-09-27cxgb4: Add support for T4 configuration fileVipul Pandya
2012-09-27cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya
2012-09-27cxgb4: Add functions to read memory via PCIE memory windowVipul Pandya
2012-09-27cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASEVipul Pandya
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-09-05cxgb4: Remove duplicate register definitionsVipul Pandya
2012-08-23cxgb4: Use PCI Express Capability accessorsJiang Liu
2012-08-23cxgb3: Use PCI Express Capability accessorsJiang Liu
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman
2012-07-19cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-05cxgb4: set maximal number of default RSS queuesYuval Mintz
2012-07-05cxgb3: set maximal number of default RSS queuesYuval Mintz
2012-07-05cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller
2012-06-06ethernet: Remove casts to same typeJoe Perches
2012-05-18cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya
2012-05-18cxgb4: Common platform specific changes for DB Drop RecoveryVipul Pandya
2012-05-18cxgb4: Detect DB FULL events and notify RDMA ULDVipul Pandya
2012-04-30cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-06cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya
2012-03-06cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2012-02-15cxgb3: update firmware versionDivy Le Ray
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-05net: make ethtool_ops conststephen hemminger
2012-01-03switch debugfs to umode_tAl Viro
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings
2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle
2011-12-05cxgb3: Handle NULL dst neighbour in cxgb3_offload.cDavid Miller
2011-12-05cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller