summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-1/+1
|\
| * sfc: Fix division by zero when using one RX channel and no SR-IOVBen Hutchings2012-05-081-1/+1
* | sfc: Fix missing cleanup in failure path of efx_pci_probe()Ben Hutchings2012-05-101-1/+2
* | sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson2012-05-101-14/+19
|/
* sfc: Log the part number on probeBen Hutchings2012-03-061-0/+53
* sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings2012-03-061-1/+5
* sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings2012-03-061-2/+2
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
OpenPOWER on IntegriCloud