aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-22sfc: Enable RX scatter for flows steered by RFSBen Hutchings1-1/+3
2013-07-05sfc: Fix memory leak when discarding scattered packetsBen Hutchings1-7/+20
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-24sfc: Improve test for IOMMU in useBen Hutchings1-1/+1
2013-06-24sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2-38/+40
2013-06-24sfc: Do not pass non-TCP packets into GRO codeBen Hutchings1-1/+1
2013-06-24sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings2-5/+15
2013-06-24sfc: Enable accelerated RFS on vlansAndy Lutomirski1-1/+14
2013-06-24sfc: Report software timestamping capabilitiesBen Hutchings3-11/+22
2013-06-24sfc: Increase size of RX SKB header areaJon Cooper1-1/+1
2013-06-24sfc: Enable RX checksum offload for packets not handled by GROJon Cooper1-0/+2
2013-06-24sfc: Fix EEH with legacy interrupts.Alexandre Rames4-1/+18
2013-06-19sfc: Remove write permission from phy_type attributeBen Hutchings1-1/+1
2013-06-12sfc: Store port number in private data, not net_device::dev_idBen Hutchings2-2/+3
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings3-5/+19
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings3-19/+6
2013-05-08sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun1-1/+3
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-4/+2
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-619/+1072
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-25sfc: Fix naming of MTD partitions for FPGA bitfilesBen Hutchings1-1/+1
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen1-4/+2
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-03-18Merge branch 'master' into for-nextJiri Kosina1-1/+1
2013-03-18sfc: Fix Kconfig typo "----help---"Paul Bolle1-1/+1
2013-03-17sfc: make local functions staticstephen hemminger2-5/+5
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-2/+2
2013-03-13sfc: remove duplicated include from efx.cWei Yongjun1-1/+0
2013-03-12sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings1-1/+2
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko4-45/+56
2013-03-07sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings2-11/+7
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko3-94/+226
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings9-118/+363
2013-03-07sfc: Update RX buffer address together with lengthBen Hutchings2-13/+8
2013-03-07sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings1-1/+1
2013-03-07sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings1-4/+4
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings3-7/+9
2013-03-07sfc: Make RX queue descriptor counts unsigned for consistencyBen Hutchings1-3/+3
2013-03-07sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings3-20/+15
2013-03-07sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_lenBen Hutchings1-2/+4
2013-03-07sfc: Add AER and EEH support for SienaAlexandre Rames4-26/+216
2013-03-07sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PFBen Hutchings1-1/+5
2013-03-07sfc: Fix replacement detection in efx_filter_insert_filter()Ben Hutchings1-23/+66
2013-03-07sfc: Merge efx_filter_search() into efx_filter_insert()Ben Hutchings1-36/+24
2013-03-07sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filtersBen Hutchings1-16/+19
2013-03-07sfc: Remove redundant parameter to efx_filter_search()Ben Hutchings1-13/+8
2013-03-07sfc: More sensible semantics for efx_filter_insert_filter() replace flagBen Hutchings1-4/+12
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames5-265/+101