summaryrefslogtreecommitdiff
path: root/drivers/net/sfc
AgeCommit message (Expand)AuthorFilesLines
2013-03-28sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings1-1/+2
2013-03-28sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings1-2/+2
2013-03-28sfc: Detach net device when stopping queues for reconfigurationBen Hutchings1-4/+12
2013-03-28sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings2-6/+8
2013-03-28sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings1-5/+10
2013-03-28sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings1-6/+6
2013-03-28sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko3-3/+16
2013-03-28sfc: Fix two causes of flush failureBen Hutchings7-5/+46
2013-03-28sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()Ben Hutchings1-6/+11
2013-03-28sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson1-14/+19
2013-03-28sfc: Fix Siena mac statistics on big endian platformsSteve Hodgson1-7/+7
2013-03-28sfc: Fix loop condition for efx_filter_search() when !for_insertBen Hutchings1-17/+24
2012-10-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings5-9/+51
2012-03-19sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings1-2/+2
2011-10-03Revert "sfc: Use write-combining to reduce TX latency" and follow-upsBen Hutchings7-88/+27
2011-05-28Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-3/+3
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-3/+3
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-18sfc: Don't use enums as a bitmask.David S. Miller6-12/+10
2011-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-23/+60
2011-05-17sfc: Use netif_device_{detach,attach}() around reset and self-testBen Hutchings4-19/+14
2011-05-16sfc: Fix oops in register dump after mapping changeBen Hutchings1-0/+7
2011-05-16sfc: Fix TX queue numbering when separate_tx_channels=1Ben Hutchings1-0/+12
2011-05-14sfc: Fix return value from efx_ethtool_set_rx_ntuple()Ben Hutchings1-2/+3
2011-05-12sfc: Always map MCDI shared memory as uncacheableBen Hutchings3-23/+53
2011-04-30ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny3-3/+3
2011-04-30ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2-3/+4
2011-04-30ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny1-2/+2
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-31/+30
2011-04-15sfc: make function tables conststephen hemminger13-24/+24
2011-04-15ethtool: allow custom interval for physical identificationAllan, Bruce W1-3/+3
2011-04-13sfc: Use rmb() to ensure reads occur in orderNeil Turton1-0/+2
2011-04-12sfc: Do not use efx_process_channel_now() in online self-testBen Hutchings5-29/+23
2011-04-12sfc: Stop the TX queues during loopback self-testsNeil Turton3-2/+5
2011-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-8/+8
2011-04-05sfc: Implement ethtool_ops::set_phys_id instead of ethtool_ops::phys_idBen Hutchings1-10/+18
2011-04-05sfc: Implement generic features interfaceBen Hutchings4-84/+18
2011-04-05sfc: Enable all TSO features on VLANsBen Hutchings1-1/+1
2011-04-02sfc: Move test of rx_checksum_enabled from nic.c to rx.cBen Hutchings2-4/+5
2011-03-31Fix common misspellingsLucas De Marchi5-8/+8
2011-03-23sfc: Siena: Disable write-combining when SR-IOV is enabledSteve Hodgson2-2/+18
2011-03-08Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller3-10/+16
2011-03-04sfc: Use write-combining to reduce TX latencyBen Hutchings3-10/+16
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-9/+13
2011-03-01sfc: Bump version to 3.1Ben Hutchings1-1/+1
2011-03-01sfc: Remove configurable FIFO thresholds for pause frame generationBen Hutchings4-41/+5
2011-03-01sfc: Expose TX push and TSO counters through ethtool statisticsBen Hutchings1-1/+20
2011-03-01sfc: Update copyright datesBen Hutchings30-30/+30
2011-03-01sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd()Ben Hutchings4-31/+8
2011-03-01sfc: Read MC firmware version when requested through ethtoolBen Hutchings5-41/+9