aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03sfc: remove __dev* attributesBill Pemberton1-1/+1
2012-12-01sfc: Make module parameters really booleanBen Hutchings1-4/+4
2012-12-01sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko1-2/+2
2012-10-06drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings1-2/+2
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson1-0/+3
2012-09-07sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson1-0/+6
2012-09-07sfc: Add explicit RX queue flag to channelStuart Hodgson1-1/+7
2012-08-24sfc: Fix the initial device operstateBen Hutchings1-3/+3
2012-08-24sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings1-9/+6
2012-08-24sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings1-2/+0
2012-08-24sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings1-8/+0
2012-08-24sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings1-41/+43
2012-08-24sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings1-4/+3
2012-08-24sfc: Never try to stop and start a NIC that is disabledBen Hutchings1-21/+44
2012-08-24sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings1-3/+3
2012-08-24sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings1-12/+16
2012-08-24sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings1-0/+8
2012-08-24sfc: Change state names to be clearer, and comment themBen Hutchings1-13/+11
2012-08-24sfc: Stop TX queues before they fill upBen Hutchings1-0/+10
2012-08-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings1-0/+6
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings1-5/+5
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-05-10sfc: Fix missing cleanup in failure path of efx_pci_probe()Ben Hutchings1-1/+2
2012-05-10sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson1-14/+19
2012-05-08sfc: Fix division by zero when using one RX channel and no SR-IOVBen Hutchings1-1/+1
2012-03-06sfc: Log the part number on probeBen Hutchings1-0/+53
2012-03-06sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings1-1/+5
2012-03-06sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings1-2/+2
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-22sfc: Reverse initial buffer table allocation to allow for later resizingBen Hutchings1-1/+6
2012-02-16sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings1-15/+55
2012-02-16sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings1-0/+2
2012-02-16sfc: Pass NIC structure into efx_wanted_parallelism()Ben Hutchings1-4/+4
2012-02-16sfc: Add support for 'extra' channel typesBen Hutchings1-108/+204
2012-02-16sfc: Make all CPU/IRQ/channel/queue counts unsignedBen Hutchings1-8/+10
2012-02-16sfc: Use proper function to test for RX channel in efx_poll()Ben Hutchings1-1/+1
2012-02-16sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings1-128/+109
2012-02-13sfc: Warn if unable to create MTDsBen Hutchings1-1/+6
2012-02-13sfc: Do not retry hardware probe if it schedules a resetBen Hutchings1-34/+16
2012-02-13sfc: Skip RX end-of-batch work on channels without an RX queueBen Hutchings1-10/+11
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings1-2/+1
2012-01-27sfc: Rename implementation of ndo_set_rx_modeBen Hutchings1-3/+3
2012-01-27sfc: Remove redundant 'rc' variable, always set to 0Ben Hutchings1-2/+1
2012-01-27sfc: Minor formatting fixesBen Hutchings1-5/+4
2012-01-27sfc: Use existing local variables instead of repeated indirect lookupsBen Hutchings1-2/+2
2012-01-27sfc: Remove remnants of on-load self-testBen Hutchings1-21/+13
2012-01-27sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings1-9/+22
2012-01-27sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings1-4/+1
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings1-11/+6