summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: Remove now-unused filter functionBen Hutchings2012-01-042-48/+0
* sfc: Implement ethtool RX NFC rules API instead of n-tuple APIBen Hutchings2012-01-041-39/+149
* sfc: Add support for retrieving and removing filters by IDBen Hutchings2012-01-043-0/+266
* sfc: Use consistent types for filter IDs, indices and search depthsBen Hutchings2012-01-042-8/+8
* sfc: Change filter ID generation to satisfy priority semantics of RX NFCBen Hutchings2012-01-042-5/+43
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-193-5/+5
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-12-163-11/+4
|\
| * sfc: Use skb_fill_page_desc() to simplify passing of page buffers to GROBen Hutchings2011-12-161-5/+2
| * sfc: Remove device ID macros only used onceBen Hutchings2011-12-062-6/+2
* | ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings2011-12-161-1/+2
* | ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings2011-12-161-23/+12
|/
* sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-043-4/+4
* sfc: fix race in efx_enqueue_skb_tso()Eric Dumazet2011-11-301-2/+2
* sfc: Support for byte queue limitsTom Herbert2011-11-291-6/+21
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-162-2/+2
* drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker2011-10-311-0/+1
* Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-10-284-10/+10
* net: add skb frag size accessorsEric Dumazet2011-10-192-5/+5
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-4/+0
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-3/+3
* sfc: convert to SKB paged frag API.Ian Campbell2011-09-222-10/+5
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-227-83/+23
* ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings2011-09-161-1/+1
* sfc: Use correct fields of struct ethtool_coalesceBen Hutchings2011-09-161-9/+27
* sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()Ben Hutchings2011-09-166-15/+34
* sfc: Correct reporting and validation of TX interrupt coalescingBen Hutchings2011-09-163-34/+53
* sfc: Use consistent types for interrupt coalescing parametersBen Hutchings2011-09-163-8/+9
* sfc: Correct error code for unsupported interrupt coalescing parametersBen Hutchings2011-09-161-3/+3
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* sfc: Move the Solarflare driversJeff Kirsher2011-08-1137-0/+25571
OpenPOWER on IntegriCloud