index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
Age
Commit message (
Expand
)
Author
2012-01-04
sfc: Remove now-unused filter function
Ben Hutchings
2012-01-04
sfc: Implement ethtool RX NFC rules API instead of n-tuple API
Ben Hutchings
2012-01-04
sfc: Add support for retrieving and removing filters by ID
Ben Hutchings
2012-01-04
sfc: Use consistent types for filter IDs, indices and search depths
Ben Hutchings
2012-01-04
sfc: Change filter ID generation to satisfy priority semantics of RX NFC
Ben Hutchings
2011-12-19
net: fix assignment of 0/1 to bool variables.
Rusty Russell
2011-12-16
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
2011-12-16
sfc: Use skb_fill_page_desc() to simplify passing of page buffers to GRO
Ben Hutchings
2011-12-16
ethtool: Define and apply a default policy for RX flow hash indirection
Ben Hutchings
2011-12-16
ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters
Ben Hutchings
2011-12-06
sfc: Remove device ID macros only used once
Ben Hutchings
2011-12-04
sfc: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
2011-11-30
sfc: fix race in efx_enqueue_skb_tso()
Eric Dumazet
2011-11-29
sfc: Support for byte queue limits
Tom Herbert
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-10-31
drivers/net: Add moduleparam.h to drivers as required.
Paul Gortmaker
2011-10-28
Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2011-10-19
net: add skb frag size accessors
Eric Dumazet
2011-10-07
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
2011-10-06
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
Ian Campbell
2011-09-22
sfc: convert to SKB paged frag API.
Ian Campbell
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-09-16
ethtool: Clean up definitions of rule location arrays in RX NFC
Ben Hutchings
2011-09-16
sfc: Use correct fields of struct ethtool_coalesce
Ben Hutchings
2011-09-16
sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()
Ben Hutchings
2011-09-16
sfc: Correct reporting and validation of TX interrupt coalescing
Ben Hutchings
2011-09-16
sfc: Use consistent types for interrupt coalescing parameters
Ben Hutchings
2011-09-16
sfc: Correct error code for unsupported interrupt coalescing parameters
Ben Hutchings
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-11
sfc: Move the Solarflare drivers
Jeff Kirsher