summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
...
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-271-26/+1
* sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings2013-08-221-32/+2
* sfc: Make most filter operations NIC-type-specificBen Hutchings2013-08-221-1/+39
* sfc: Do not assume efx_nic_type::ev_fini is idempotentBen Hutchings2013-08-211-0/+5
* sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings2013-08-211-11/+6
* sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings2013-08-211-2/+2
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-211-21/+19
* sfc: Remove bogus call to efx_release_tx_buffers()Ben Hutchings2013-08-211-11/+0
* sfc: Stop RX refill before flushing RX queuesBen Hutchings2013-08-211-2/+7
* sfc: Rework IRQ enable/disableBen Hutchings2013-08-211-30/+61
* sfc: Remove efx_process_channel_now()Ben Hutchings2013-08-211-66/+3
* 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-191-1/+1
* | sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2013-06-241-33/+0
* | sfc: Fix EEH with legacy interrupts.Alexandre Rames2013-06-241-1/+6
* | 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-141-2/+4
* sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings2013-05-141-2/+2
* sfc: make local functions staticstephen hemminger2013-03-171-3/+3
* sfc: remove duplicated include from efx.cWei Yongjun2013-03-131-1/+0
* sfc: allocate more RX buffers per pageDaniel Pieczko2013-03-071-7/+11
* sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko2013-03-071-0/+2
* sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-071-5/+29
* sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings2013-03-071-5/+1
* sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings2013-03-071-6/+5
* sfc: Add AER and EEH support for SienaAlexandre Rames2013-03-071-22/+185
* sfc: Remove rx_alloc_method SKBAlexandre Rames2013-03-071-7/+1
* sfc: Detach net device when stopping queues for reconfigurationBen Hutchings2013-02-261-4/+12
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-1/+1
* sfc: remove __dev* attributesBill Pemberton2012-12-031-1/+1
* sfc: Make module parameters really booleanBen Hutchings2012-12-011-4/+4
* sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko2012-12-011-2/+2
* drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-061-2/+2
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-191-0/+3
* sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson2012-09-071-0/+6
* sfc: Add explicit RX queue flag to channelStuart Hodgson2012-09-071-1/+7
* sfc: Fix the initial device operstateBen Hutchings2012-08-241-3/+3
* sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings2012-08-241-9/+6
* sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings2012-08-241-2/+0
* sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings2012-08-241-8/+0
* sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings2012-08-241-41/+43
* sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings2012-08-241-4/+3
* sfc: Never try to stop and start a NIC that is disabledBen Hutchings2012-08-241-21/+44
* sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings2012-08-241-3/+3
* sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings2012-08-241-12/+16
* sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings2012-08-241-0/+8
* sfc: Change state names to be clearer, and comment themBen Hutchings2012-08-241-13/+11
* sfc: Stop TX queues before they fill upBen Hutchings2012-08-241-0/+10
* sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings2012-08-021-0/+6
* sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings2012-07-171-5/+5
OpenPOWER on IntegriCloud