aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2013-05-19sfc: Fix naming of MTD partitions for FPGA bitfilesBen Hutchings
2013-03-28sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings
2013-03-28sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings
2013-03-28sfc: Detach net device when stopping queues for reconfigurationBen Hutchings
2013-03-28sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings
2013-03-28sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings
2013-03-28sfc: Correctly initialise reset_method in siena_test_chip()Ben Hutchings
2013-03-28sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES requestBen Hutchings
2013-03-28sfc: Disable VF queues during register self-testBen Hutchings
2013-03-28sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings
2013-03-28sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko
2013-03-28sfc: Work-around flush timeout when flushes have completedDaniel Pieczko
2013-03-28sfc: Really disable flow control while flushingBen Hutchings
2013-03-28sfc: Fix MCDI structure field lookupBen Hutchings
2013-03-28sfc: Add parentheses around use of bitfield macro argumentsBen Hutchings
2013-03-28sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()Ben Hutchings
2013-03-28sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson
2012-10-02sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings
2012-10-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings
2012-05-08sfc: Fix division by zero when using one RX channel and no SR-IOVBen Hutchings
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-03-27sfc: mtd: Use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffShmulik Ladkani
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2012-03-06sfc: Log the part number on probeBen Hutchings
2012-03-06sfc: Remove efx_channel::last_eventq_read_ptrBen Hutchings
2012-03-06sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings
2012-03-06sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings
2012-03-06sfc: Test all event queues in parallelBen Hutchings
2012-03-06sfc: Raise self-test timeoutsBen Hutchings
2012-03-06sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings
2012-03-06sfc: Update comments on efx_rx_packet_gro()Ben Hutchings
2012-03-06sfc: Remove redundant function efx_nic_has_mc()Ben Hutchings
2012-03-06sfc: Fix calculation of vf_i in map_vi_index()Robert Stonehouse
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-25sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2012-02-23sfc: Correct efx_for_each_possible_channel_tx_queue() to skip non-TX channelsBen Hutchings
2012-02-22sfc: Minor formatting cleanupBen Hutchings
2012-02-22sfc: Reverse initial buffer table allocation to allow for later resizingBen Hutchings
2012-02-22sfc: Correct validation of peer_page_count in efx_vfdi_set_status_page()Ben Hutchings
2012-02-22sfc: Specify that the VFDI status page has page alignment and sizeBen 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: Make buffer table indices and counts consistently unsignedBen Hutchings
2012-02-16sfc: Disable flow control during flushesSteve Hodgson
2012-02-16sfc: Generalise event generation to cover VF-owned event queuesBen Hutchings
2012-02-16sfc: Use proper function to test for RX channel in efx_poll()Ben Hutchings