aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAge
* sfc: Fold efx_flush_all() into efx_stop_port() and update commentsBen Hutchings2013-12-12
* sfc: Correct RX dropped count for drops while interface is downJon Cooper2013-12-12
* sfc: Make initial fill of RX descriptors synchronousJon Cooper2013-12-12
* sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper2013-12-12
* Merge branch 'sfc-3.13' into masterBen Hutchings2013-12-06
|\
| * sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko2013-12-06
| * sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames2013-12-06
* | Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-05
|\ \ | |/ |/|
| * sfc: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-19
* | DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King2013-09-21
|/
* sfc: Update copyright bannersBen Hutchings2013-08-29
* sfc: Add support for Solarflare SFC9100 familyBen Hutchings2013-08-29
* sfc: Use a global count of active queues instead of pending drainsAlexandre Rames2013-08-29
* sfc: Prepare for RX scatter on EF10Jon Cooper2013-08-29
* sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()Ben Hutchings2013-08-29
* sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings2013-08-29
* sfc: Allow event queue initialisation to failJon Cooper2013-08-29
* sfc: Implement asynchronous MCDI requestsBen Hutchings2013-08-29
* sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper2013-08-27
* sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings2013-08-27
* sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames2013-08-27
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-27
* sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings2013-08-22
* sfc: Make most filter operations NIC-type-specificBen Hutchings2013-08-22
* sfc: Do not assume efx_nic_type::ev_fini is idempotentBen Hutchings2013-08-21
* sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings2013-08-21
* sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings2013-08-21
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-21
* sfc: Remove bogus call to efx_release_tx_buffers()Ben Hutchings2013-08-21
* sfc: Stop RX refill before flushing RX queuesBen Hutchings2013-08-21
* sfc: Rework IRQ enable/disableBen Hutchings2013-08-21
* sfc: Remove efx_process_channel_now()Ben Hutchings2013-08-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-03
|\
| * sfc: Remove write permission from phy_type attributeBen Hutchings2013-06-20
* | sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2013-06-24
* | sfc: Fix EEH with legacy interrupts.Alexandre Rames2013-06-24
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-28
|/
* sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings2013-05-14
* sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings2013-05-14
* sfc: make local functions staticstephen hemminger2013-03-17
* sfc: remove duplicated include from efx.cWei Yongjun2013-03-13
* sfc: allocate more RX buffers per pageDaniel Pieczko2013-03-07
* sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko2013-03-07
* sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-07
* sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings2013-03-07
* sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings2013-03-07
* sfc: Add AER and EEH support for SienaAlexandre Rames2013-03-07
* sfc: Remove rx_alloc_method SKBAlexandre Rames2013-03-07
* sfc: Detach net device when stopping queues for reconfigurationBen Hutchings2013-02-26
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-07