Age | Commit message (Expand) | Author | Files | Lines |
2013-07-23 | sfc: Enable RX scatter for flows steered by RFS | Ben Hutchings | 1 | -1/+3 |
2013-07-05 | sfc: Fix memory leak when discarding scattered packets | Ben Hutchings | 1 | -7/+20 |
2013-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-06-24 | sfc: Improve test for IOMMU in use | Ben Hutchings | 1 | -1/+1 |
2013-06-24 | sfc: Fix IRQ cleanup in case of a probe failure | Ben Hutchings | 2 | -38/+40 |
2013-06-24 | sfc: Do not pass non-TCP packets into GRO code | Ben Hutchings | 1 | -1/+1 |
2013-06-24 | sfc: Define and set RX buffer flag for packets parsed as TCP | Ben Hutchings | 2 | -5/+15 |
2013-06-24 | sfc: Enable accelerated RFS on vlans | Andy Lutomirski | 1 | -1/+14 |
2013-06-24 | sfc: Report software timestamping capabilities | Ben Hutchings | 3 | -11/+22 |
2013-06-24 | sfc: Increase size of RX SKB header area | Jon Cooper | 1 | -1/+1 |
2013-06-24 | sfc: Enable RX checksum offload for packets not handled by GRO | Jon Cooper | 1 | -0/+2 |
2013-06-24 | sfc: Fix EEH with legacy interrupts. | Alexandre Rames | 4 | -1/+18 |
2013-06-20 | sfc: Remove write permission from phy_type attribute | Ben Hutchings | 1 | -1/+1 |
2013-06-12 | sfc: Store port number in private data, not net_device::dev_id | Ben Hutchings | 2 | -2/+3 |
2013-05-29 | net: pass info struct via netdevice notifier | Jiri Pirko | 1 | -1/+1 |
2013-05-14 | sfc: Reduce RX scatter buffer size, and reduce alignment if appropriate | Ben Hutchings | 3 | -5/+19 |
2013-05-14 | sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN | Ben Hutchings | 3 | -19/+6 |
2013-05-09 | sfc: fix return value check in efx_ptp_probe_channel() | Wei Yongjun | 1 | -1/+3 |
2013-05-03 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+2 |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 13 | -619/+1072 |
2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-04-25 | sfc: Fix naming of MTD partitions for FPGA bitfiles | Ben Hutchings | 1 | -1/+1 |
2013-04-02 | i2c: Ignore return value of i2c_del_adapter() | Lars-Peter Clausen | 1 | -4/+2 |
2013-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2013-03-18 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -1/+1 |
2013-03-18 | sfc: Fix Kconfig typo "----help---" | Paul Bolle | 1 | -1/+1 |
2013-03-17 | sfc: make local functions static | stephen hemminger | 2 | -5/+5 |
2013-03-17 | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) | Joe Perches | 1 | -2/+2 |
2013-03-13 | sfc: remove duplicated include from efx.c | Wei Yongjun | 1 | -1/+0 |
2013-03-12 | sfc: Only use TX push if a single descriptor is to be written | Ben Hutchings | 1 | -1/+2 |
2013-03-08 | sfc: allocate more RX buffers per page | Daniel Pieczko | 4 | -45/+56 |
2013-03-08 | sfc: Replace efx_rx_is_last_buffer() with a flag | Ben Hutchings | 2 | -11/+7 |
2013-03-08 | sfc: reuse pages to avoid DMA mapping/unmapping costs | Daniel Pieczko | 3 | -94/+226 |
2013-03-08 | sfc: Enable RX DMA scattering where possible | Ben Hutchings | 9 | -118/+363 |
2013-03-08 | sfc: Update RX buffer address together with length | Ben Hutchings | 2 | -13/+8 |
2013-03-08 | sfc: Explicitly prefetch RX hash prefix, not just Ethernet heade | Ben Hutchings | 1 | -1/+1 |
2013-03-08 | sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va() | Ben Hutchings | 1 | -4/+4 |
2013-03-08 | sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet() | Ben Hutchings | 3 | -7/+9 |
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 | 3 | -20/+15 |
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 | 4 | -26/+216 |
2013-03-08 | sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PF | Ben Hutchings | 1 | -1/+5 |
2013-03-08 | sfc: Fix replacement detection in efx_filter_insert_filter() | Ben Hutchings | 1 | -23/+66 |
2013-03-08 | sfc: Merge efx_filter_search() into efx_filter_insert() | Ben Hutchings | 1 | -36/+24 |
2013-03-08 | sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filters | Ben Hutchings | 1 | -16/+19 |
2013-03-08 | sfc: Remove redundant parameter to efx_filter_search() | Ben Hutchings | 1 | -13/+8 |
2013-03-08 | sfc: More sensible semantics for efx_filter_insert_filter() replace flag | Ben Hutchings | 1 | -4/+12 |
2013-03-08 | sfc: Remove rx_alloc_method SKB | Alexandre Rames | 5 | -265/+101 |