summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)Author
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-05drivers/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-17Merge 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
2012-02-16sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings
2012-02-13sfc: Warn if unable to create MTDsBen Hutchings
2012-02-13sfc: Do not retry hardware probe if it schedules a resetBen Hutchings
2012-02-13sfc: Skip RX end-of-batch work on channels without an RX queueBen Hutchings
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings
2012-01-27sfc: Rename implementation of ndo_set_rx_modeBen Hutchings
2012-01-27sfc: Remove redundant 'rc' variable, always set to 0Ben Hutchings
2012-01-27sfc: Minor formatting fixesBen Hutchings
2012-01-27sfc: Use existing local variables instead of repeated indirect lookupsBen Hutchings
2012-01-27sfc: Remove remnants of on-load self-testBen Hutchings
2012-01-27sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings
2012-01-27sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings