index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
net_driver.h
Age
Commit message (
Expand
)
Author
2012-12-01
sfc: Work-around flush timeout when flushes have completed
Daniel Pieczko
2012-12-01
sfc: Really disable flow control while flushing
Ben Hutchings
2012-11-01
ptp: Enable clock drivers along with associated net/PHY drivers
Ben Hutchings
2012-10-06
drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functions
Ben Hutchings
2012-09-19
sfc: Bump version to 3.2
Ben Hutchings
2012-09-19
sfc: Add support for IEEE-1588 PTP
Stuart Hodgson
2012-09-07
sfc: Add channel specific receive_skb handler and post_remove callback
Stuart Hodgson
2012-09-07
sfc: Add explicit RX queue flag to channel
Stuart Hodgson
2012-08-24
sfc: Change state names to be clearer, and comment them
Ben Hutchings
2012-08-24
sfc: Simplify TSO header buffer allocation
Ben Hutchings
2012-08-24
sfc: Stop TX queues before they fill up
Ben Hutchings
2012-08-24
sfc: Refactor struct efx_tx_buffer to use a flags field
Ben Hutchings
2012-07-18
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
2012-07-17
sfc: Disable VF queues during register self-test
Ben Hutchings
2012-07-17
sfc: Use generic DMA API, not PCI-DMA API
Ben Hutchings
2012-07-10
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-05-10
sfc: Added support for new ethtool APIs for obtaining module eeprom
Stuart Hodgson
2012-05-10
sfc: Fill RX rings completely full, rather than to 95% full
David Riddoch
2012-03-06
sfc: Remove efx_channel::last_eventq_read_ptr
Ben Hutchings
2012-03-06
sfc: Run event/IRQ self-test asynchronously when interface is brought up
Ben Hutchings
2012-02-23
sfc: Correct efx_for_each_possible_channel_tx_queue() to skip non-TX channels
Ben Hutchings
2012-02-16
sfc: Add SR-IOV back-end support for SFC9000 family
Ben Hutchings
2012-02-16
sfc: Allocate SRAM between buffer table and descriptor caches at init time
Ben Hutchings
2012-02-16
sfc: Add support for 'extra' channel types
Ben Hutchings
2012-02-16
sfc: Make all CPU/IRQ/channel/queue counts unsigned
Ben Hutchings
2012-02-16
sfc: Make buffer table indices and counts consistently unsigned
Ben Hutchings
2012-02-16
sfc: Disable flow control during flushes
Steve Hodgson
2012-02-16
sfc: Leave interrupts and event queues enabled whenever we can
Ben Hutchings
2012-01-27
sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field
Ben Hutchings
2012-01-27
sfc: Make all MAC statistics consistently 64 bits wide
Ben Hutchings
2012-01-27
sfc: Remove obsolete function efx_dev_name()
Ben Hutchings
2012-01-27
sfc: Clean up test interrupt handling
Ben Hutchings
2012-01-27
sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)
Ben Hutchings
2012-01-27
sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUG
Ben Hutchings
2012-01-27
sfc: Remove efx_nic_type::push_multicast_hash operation
Ben Hutchings
2012-01-27
sfc: Merge efx_mac_operations into efx_nic_type
Ben Hutchings
2012-01-27
sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_stats
Ben Hutchings
2012-01-09
sfc: Const-qualify static data as appropriate, partly prompted by checkpatch
Ben Hutchings
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-08-11
sfc: Move the Solarflare drivers
Jeff Kirsher