aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2-2/+2
2012-07-19cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com1-0/+4
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings3-3/+3
2012-07-05cxgb4: set maximal number of default RSS queuesYuval Mintz1-2/+2
2012-07-05cxgb3: set maximal number of default RSS queuesYuval Mintz1-1/+1
2012-07-05cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller3-7/+12
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller1-14/+9
2012-06-06ethernet: Remove casts to same typeJoe Perches4-6/+5
2012-05-18cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya6-42/+280
2012-05-18cxgb4: Common platform specific changes for DB Drop RecoveryVipul Pandya2-11/+61
2012-05-18cxgb4: Detect DB FULL events and notify RDMA ULDVipul Pandya5-0/+103
2012-04-30cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier1-46/+46
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+1
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+4
2012-03-06cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya1-0/+2
2012-03-06cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya1-0/+2
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka3-3/+3
2012-02-15cxgb3: update firmware versionDivy Le Ray1-2/+2
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-2/+0
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-05net: make ethtool_ops conststephen hemminger2-2/+2
2012-01-03switch debugfs to umode_tAl Viro1-1/+1
2011-12-19module_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-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle1-1/+1
2011-12-05cxgb3: Handle NULL dst neighbour in cxgb3_offload.cDavid Miller1-3/+15
2011-12-05cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller3-9/+22
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-4/+4
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet1-2/+2
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2-6/+5
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones3-8/+2
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław6-17/+23
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones4-15/+19
2011-10-31drivers/net: fix mislocated headers in cxgb4/l2t.cPaul Gortmaker1-4/+3
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker3-0/+3
2011-10-21cxgb4vf: convert to SKB paged frag API.Ian Campbell2-53/+41
2011-10-21cxgb4: convert to SKB paged frag API.Ian Campbell2-23/+24
2011-10-19net: add skb frag size accessorsEric Dumazet4-37/+37
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2-3/+0
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller4-12/+45
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2-2/+2
2011-10-05chelsio: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-10-05cxgb3: convert to SKB paged frag API.Ian Campbell1-3/+3
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings1-1/+1
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko2-2/+2
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko2-0/+5
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher69-0/+57504