summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* sfc: Make MCDI independent of SienaBen Hutchings2013-08-215-77/+157
* sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings2013-08-213-9/+6
* sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings2013-08-217-306/+242
* sfc: Move efx_mcdi_mac_reconfigure() to siena.c and renameBen Hutchings2013-08-213-23/+22
* sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings2013-08-213-31/+30
* sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()Ben Hutchings2013-08-214-29/+34
* sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings2013-08-213-31/+46
* sfc: Use proper macros to declare and access MCDI arraysBen Hutchings2013-08-216-94/+85
* sfc: Introduce and use MCDI_CTL_SDU_LEN_MAX_V1 macro for Siena-specific codeBen Hutchings2013-08-212-4/+7
* sfc: Fill out the set of MCDI accessorsBen Hutchings2013-08-211-10/+32
* sfc: Rationalise MCDI buffer accessorsBen Hutchings2013-08-211-26/+20
* sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings2013-08-217-56/+66
* sfc: Move more Falcon-specific code and definitions into falcon.cBen Hutchings2013-08-215-666/+538
* sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings2013-08-215-23/+31
* sfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure from efx_nicBen Hutchings2013-08-211-2/+1
* sfc: const-qualify source pointers for MMIO write functionsBen Hutchings2013-08-211-8/+10
* sfc: Fix lookup of default RX MAC filters when steered using ethtoolBen Hutchings2013-08-211-1/+1
* sfc: Enable RX scatter for flows steered by RFSBen Hutchings2013-07-231-1/+3
* sfc: Fix memory leak when discarding scattered packetsBen Hutchings2013-07-051-7/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-1/+1
|\
| * sfc: Remove write permission from phy_type attributeBen Hutchings2013-06-201-1/+1
* | sfc: Improve test for IOMMU in useBen Hutchings2013-06-241-1/+1
* | sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2013-06-242-38/+40
* | sfc: Do not pass non-TCP packets into GRO codeBen Hutchings2013-06-241-1/+1
* | sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings2013-06-242-5/+15
* | sfc: Enable accelerated RFS on vlansAndy Lutomirski2013-06-241-1/+14
* | sfc: Report software timestamping capabilitiesBen Hutchings2013-06-243-11/+22
* | sfc: Increase size of RX SKB header areaJon Cooper2013-06-241-1/+1
* | sfc: Enable RX checksum offload for packets not handled by GROJon Cooper2013-06-241-0/+2
* | sfc: Fix EEH with legacy interrupts.Alexandre Rames2013-06-244-1/+18
* | sfc: Store port number in private data, not net_device::dev_idBen Hutchings2013-06-122-2/+3
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
|/
* sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings2013-05-143-5/+19
* sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings2013-05-143-19/+6
* sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun2013-05-081-1/+3
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-021-4/+2
|\
| * i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen2013-04-021-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-0113-619/+1072
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-1/+1
| |\ \
| | * | sfc: Fix naming of MTD partitions for FPGA bitfilesBen Hutchings2013-04-251-1/+1
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+2
| |\|
| * | sfc: make local functions staticstephen hemminger2013-03-172-5/+5
| * | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+2
| * | sfc: remove duplicated include from efx.cWei Yongjun2013-03-131-1/+0
| * | sfc: allocate more RX buffers per pageDaniel Pieczko2013-03-074-45/+56
| * | sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings2013-03-072-11/+7
| * | sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko2013-03-073-94/+226
| * | sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-079-118/+363
| * | sfc: Update RX buffer address together with lengthBen Hutchings2013-03-072-13/+8
| * | sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings2013-03-071-1/+1