summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)Author
2014-01-15sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko
2014-01-15sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames
2013-08-29sfc: Update copyright bannersBen Hutchings
2013-08-29sfc: Add support for Solarflare SFC9100 familyBen Hutchings
2013-08-29sfc: Use a global count of active queues instead of pending drainsAlexandre Rames
2013-08-29sfc: Prepare for RX scatter on EF10Jon Cooper
2013-08-29sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()Ben Hutchings
2013-08-29sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings
2013-08-29sfc: Allow event queue initialisation to failJon Cooper
2013-08-29sfc: Implement asynchronous MCDI requestsBen Hutchings
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper
2013-08-27sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings
2013-08-27sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings
2013-08-22sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings
2013-08-21sfc: Do not assume efx_nic_type::ev_fini is idempotentBen Hutchings
2013-08-21sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings
2013-08-21sfc: Remove bogus call to efx_release_tx_buffers()Ben Hutchings
2013-08-21sfc: Stop RX refill before flushing RX queuesBen Hutchings
2013-08-21sfc: Rework IRQ enable/disableBen Hutchings
2013-08-21sfc: Remove efx_process_channel_now()Ben Hutchings
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-24sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings
2013-06-24sfc: Fix EEH with legacy interrupts.Alexandre Rames
2013-06-20sfc: Remove write permission from phy_type attributeBen Hutchings
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings
2013-03-17sfc: make local functions staticstephen hemminger
2013-03-13sfc: remove duplicated include from efx.cWei Yongjun
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings
2013-03-07sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings
2013-03-07sfc: Add AER and EEH support for SienaAlexandre Rames
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames
2013-02-26sfc: Detach net device when stopping queues for reconfigurationBen Hutchings
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03sfc: remove __dev* attributesBill Pemberton
2012-12-01sfc: Make module parameters really booleanBen Hutchings
2012-12-01sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko
2012-10-05drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson
2012-09-07sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson
2012-09-07sfc: Add explicit RX queue flag to channelStuart Hodgson
2012-08-24sfc: Fix the initial device operstateBen Hutchings