aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)Author
2013-06-19sfc: Remove write permission from phy_type attributeBen Hutchings
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-06drivers/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
2012-08-24sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings
2012-08-24sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings
2012-08-24sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings
2012-08-24sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings
2012-08-24sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings
2012-08-24sfc: Never try to stop and start a NIC that is disabledBen Hutchings
2012-08-24sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings
2012-08-24sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings
2012-08-24sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings
2012-08-24sfc: Change state names to be clearer, and comment themBen Hutchings
2012-08-24sfc: Stop TX queues before they fill upBen Hutchings
2012-08-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-10sfc: Fix missing cleanup in failure path of efx_pci_probe()Ben Hutchings
2012-05-10sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson
2012-05-08sfc: Fix division by zero when using one RX channel and no SR-IOVBen Hutchings
2012-03-06sfc: Log the part number on probeBen Hutchings
2012-03-06sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings
2012-03-06sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2012-02-22sfc: Reverse initial buffer table allocation to allow for later resizingBen Hutchings
2012-02-16sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings
2012-02-16sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings
2012-02-16sfc: Pass NIC structure into efx_wanted_parallelism()Ben Hutchings
2012-02-16sfc: Add support for 'extra' channel typesBen Hutchings
2012-02-16sfc: Make all CPU/IRQ/channel/queue counts unsignedBen Hutchings
2012-02-16sfc: Use proper function to test for RX channel in efx_poll()Ben Hutchings