summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2013-08-21sfc: Rationalise MCDI buffer accessorsBen Hutchings1-26/+20
2013-08-21sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings7-56/+66
2013-08-21sfc: Move more Falcon-specific code and definitions into falcon.cBen Hutchings5-666/+538
2013-08-21sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings5-23/+31
2013-08-21sfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure from efx_nicBen Hutchings1-2/+1
2013-08-21sfc: const-qualify source pointers for MMIO write functionsBen Hutchings1-8/+10
2013-08-21sfc: Fix lookup of default RX MAC filters when steered using ethtoolBen Hutchings1-1/+1
2013-07-23sfc: 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-04Merge 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-20sfc: 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-29net: 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-09sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun1-1/+3
2013-05-03Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+2
2013-05-02Merge 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/jik...Linus 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-08sfc: allocate more RX buffers per pageDaniel Pieczko4-45/+56
2013-03-08sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings2-11/+7
2013-03-08sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko3-94/+226
2013-03-08sfc: Enable RX DMA scattering where possibleBen Hutchings9-118/+363
2013-03-08sfc: Update RX buffer address together with lengthBen Hutchings2-13/+8
2013-03-08sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings1-1/+1
2013-03-08sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings1-4/+4
2013-03-08sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings3-7/+9
2013-03-08sfc: Make RX queue descriptor counts unsigned for consistencyBen Hutchings1-3/+3
2013-03-08sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings3-20/+15
2013-03-08sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_lenBen Hutchings1-2/+4
2013-03-08sfc: Add AER and EEH support for SienaAlexandre Rames4-26/+216