summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-2/+0Star
* 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-041-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-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
* | 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-241-2/+2
* | net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2011-11-222-6/+5Star
* | Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-223-8/+2Star
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-166-17/+23
* | Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-144-15/+19
|/
* 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-013-0/+3
* cxgb4vf: convert to SKB paged frag API.Ian Campbell2011-10-212-53/+41Star
* cxgb4: convert to SKB paged frag API.Ian Campbell2011-10-212-23/+24
* net: add skb frag size accessorsEric Dumazet2011-10-194-37/+37
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-082-3/+0Star
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-074-12/+45
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-062-2/+2
* chelsio: convert to SKB paged frag API.Ian Campbell2011-10-051-3/+2Star
* cxgb3: convert to SKB paged frag API.Ian Campbell2011-10-051-3/+3
* ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings2011-09-171-1/+1
* drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher2011-08-271-0/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-182-2/+2
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-182-0/+5
* chelsio: Move the Chelsio driversJeff Kirsher2011-08-1169-0/+57504