aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAge
* 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
* sfc: remove __dev* attributesBill Pemberton2012-12-03
* sfc: Make module parameters really booleanBen Hutchings2012-11-30
* sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko2012-11-30
* drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-05
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-18
* sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson2012-09-07
* sfc: Add explicit RX queue flag to channelStuart Hodgson2012-09-07
* sfc: Fix the initial device operstateBen Hutchings2012-08-24
* sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings2012-08-24
* sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings2012-08-24
* sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings2012-08-24
* sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings2012-08-24
* sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings2012-08-24
* sfc: Never try to stop and start a NIC that is disabledBen Hutchings2012-08-24
* sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings2012-08-24
* sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings2012-08-24
* sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings2012-08-24
* sfc: Change state names to be clearer, and comment themBen Hutchings2012-08-24
* sfc: Stop TX queues before they fill upBen Hutchings2012-08-24
* sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings2012-08-02
* sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings2012-07-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-16
|\
| * sfc: Fix division by zero when using one RX channel and no SR-IOVBen Hutchings2012-05-08
* | sfc: Fix missing cleanup in failure path of efx_pci_probe()Ben Hutchings2012-05-09
* | sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson2012-05-09
|/
* sfc: Log the part number on probeBen Hutchings2012-03-06
* sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings2012-03-06
* sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings2012-03-06
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-23
* sfc: Reverse initial buffer table allocation to allow for later resizingBen Hutchings2012-02-22
* sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings2012-02-15
* sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings2012-02-15