Age | Commit message (Expand) | Author | Files | Lines |
2013-08-21 | sfc: Move details of a Falcon bug workaround out of ethtool.c | Ben Hutchings | 1 | -0/+2 |
2013-06-24 | sfc: Define and set RX buffer flag for packets parsed as TCP | Ben Hutchings | 1 | -0/+1 |
2013-06-24 | sfc: Fix EEH with legacy interrupts. | Alexandre Rames | 1 | -0/+1 |
2013-06-12 | sfc: Store port number in private data, not net_device::dev_id | Ben Hutchings | 1 | -1/+2 |
2013-05-14 | sfc: Reduce RX scatter buffer size, and reduce alignment if appropriate | Ben Hutchings | 1 | -2/+14 |
2013-05-14 | sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN | Ben Hutchings | 1 | -14/+1 |
2013-03-08 | sfc: allocate more RX buffers per page | Daniel Pieczko | 1 | -0/+2 |
2013-03-08 | sfc: Replace efx_rx_is_last_buffer() with a flag | Ben Hutchings | 1 | -0/+1 |
2013-03-08 | sfc: reuse pages to avoid DMA mapping/unmapping costs | Daniel Pieczko | 1 | -0/+19 |
2013-03-08 | sfc: Enable RX DMA scattering where possible | Ben Hutchings | 1 | -7/+28 |
2013-03-08 | sfc: Update RX buffer address together with length | Ben Hutchings | 1 | -1/+2 |
2013-03-08 | sfc: Make RX queue descriptor counts unsigned for consistency | Ben Hutchings | 1 | -3/+3 |
2013-03-08 | sfc: Properly distinguish RX buffer and DMA lengths | Ben Hutchings | 1 | -3/+2 |
2013-03-08 | sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_len | Ben Hutchings | 1 | -2/+4 |
2013-03-08 | sfc: Add AER and EEH support for Siena | Alexandre Rames | 1 | -0/+1 |
2013-03-08 | sfc: Remove rx_alloc_method SKB | Alexandre Rames | 1 | -20/+3 |
2013-03-08 | sfc: Allow efx_channel_type::receive_skb() to reject a packet | Ben Hutchings | 1 | -1/+1 |
2013-02-26 | sfc: Fix efx_rx_buf_offset() in the presence of swiotlb | Ben Hutchings | 1 | -1/+3 |
2012-12-01 | sfc: Work-around flush timeout when flushes have completed | Daniel Pieczko | 1 | -0/+1 |
2012-12-01 | sfc: Really disable flow control while flushing | Ben Hutchings | 1 | -0/+2 |
2012-11-01 | ptp: Enable clock drivers along with associated net/PHY drivers | Ben Hutchings | 1 | -2/+0 |
2012-10-05 | drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functions | Ben Hutchings | 1 | -12/+0 |
2012-09-19 | sfc: Bump version to 3.2 | Ben Hutchings | 1 | -1/+1 |
2012-09-19 | sfc: Add support for IEEE-1588 PTP | Stuart Hodgson | 1 | -1/+18 |
2012-09-08 | sfc: Add channel specific receive_skb handler and post_remove callback | Stuart Hodgson | 1 | -0/+3 |
2012-09-08 | sfc: Add explicit RX queue flag to channel | Stuart Hodgson | 1 | -1/+4 |
2012-08-24 | sfc: Change state names to be clearer, and comment them | Ben Hutchings | 1 | -6/+4 |
2012-08-24 | sfc: Simplify TSO header buffer allocation | Ben Hutchings | 1 | -7/+6 |
2012-08-24 | sfc: Stop TX queues before they fill up | Ben Hutchings | 1 | -0/+5 |
2012-08-24 | sfc: Refactor struct efx_tx_buffer to use a flags field | Ben Hutchings | 1 | -13/+14 |
2012-07-18 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh... | David S. Miller | 1 | -3/+6 |
2012-07-17 | sfc: Disable VF queues during register self-test | Ben Hutchings | 1 | -2/+5 |
2012-07-17 | sfc: Use generic DMA API, not PCI-DMA API | Ben Hutchings | 1 | -1/+1 |
2012-07-11 | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 1 | -1/+1 |
2012-05-10 | sfc: Added support for new ethtool APIs for obtaining module eeprom | Stuart Hodgson | 1 | -0/+5 |
2012-05-10 | sfc: Fill RX rings completely full, rather than to 95% full | David Riddoch | 1 | -3/+0 |
2012-03-06 | sfc: Remove efx_channel::last_eventq_read_ptr | Ben Hutchings | 1 | -2/+0 |
2012-03-06 | sfc: Run event/IRQ self-test asynchronously when interface is brought up | Ben Hutchings | 1 | -2/+4 |
2012-02-23 | sfc: Correct efx_for_each_possible_channel_tx_queue() to skip non-TX channels | Ben Hutchings | 1 | -3/+6 |
2012-02-16 | sfc: Add SR-IOV back-end support for SFC9000 family | Ben Hutchings | 1 | -1/+31 |
2012-02-16 | sfc: Allocate SRAM between buffer table and descriptor caches at init time | Ben Hutchings | 1 | -4/+9 |
2012-02-16 | sfc: Add support for 'extra' channel types | Ben Hutchings | 1 | -0/+34 |
2012-02-16 | sfc: Make all CPU/IRQ/channel/queue counts unsigned | Ben Hutchings | 1 | -1/+1 |
2012-02-16 | sfc: Make buffer table indices and counts consistently unsigned | Ben Hutchings | 1 | -2/+2 |
2012-02-16 | sfc: Disable flow control during flushes | Steve Hodgson | 1 | -0/+4 |
2012-02-16 | sfc: Leave interrupts and event queues enabled whenever we can | Ben Hutchings | 1 | -19/+17 |
2012-01-27 | sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field | Ben Hutchings | 1 | -7/+9 |
2012-01-27 | sfc: Make all MAC statistics consistently 64 bits wide | Ben Hutchings | 1 | -55/+55 |
2012-01-27 | sfc: Remove obsolete function efx_dev_name() | Ben Hutchings | 1 | -9/+0 |
2012-01-27 | sfc: Clean up test interrupt handling | Ben Hutchings | 1 | -7/+8 |