aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-27Merge 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-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-17sfc: Don't use enums as a bitmask.David S. Miller6-12/+10
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-23/+60
2011-05-16sfc: 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-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny3-3/+3
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2-3/+4
2011-04-29ethtool: 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/net-2.6David S. Miller7-31/+30
2011-04-14sfc: make function tables conststephen hemminger13-24/+24
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W1-3/+3
2011-04-12sfc: 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-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David 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-01sfc: 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/sfc-next-2.6David S. Miller3-10/+16
2011-03-04sfc: Use write-combining to reduce TX latencyBen Hutchings3-10/+16
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+13
2011-02-28sfc: Bump version to 3.1Ben Hutchings1-1/+1
2011-02-28sfc: Remove configurable FIFO thresholds for pause frame generationBen Hutchings4-41/+5
2011-02-28sfc: Expose TX push and TSO counters through ethtool statisticsBen Hutchings1-1/+20
2011-02-28sfc: Update copyright datesBen Hutchings30-30/+30
2011-02-28sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd()Ben Hutchings4-31/+8
2011-02-28sfc: Read MC firmware version when requested through ethtoolBen Hutchings5-41/+9
2011-02-28sfc: Reduce size of efx_rx_buffer further by removing data memberSteve Hodgson2-24/+28
2011-02-28sfc: Reduce size of efx_rx_buffer by unionising skb and pageSteve Hodgson2-53/+51
2011-02-22sfc: lower stack usage in efx_ethtool_self_testEric Dumazet1-9/+13
2011-02-17sfc: Implement hardware acceleration of RFSBen Hutchings4-2/+169
2011-02-16sfc: Limit filter search depth further for performance hints (i.e. RFS)Ben Hutchings1-4/+9
2011-02-15sfc: Add TX queues for high-priority trafficBen Hutchings7-28/+156
2011-02-15sfc: Distinguish queue lookup from test for queue existenceBen Hutchings3-29/+33
2011-02-15sfc: Move TX queue core queue mapping into tx.cBen Hutchings3-4/+10
2011-01-24net: change netdev->features to u32Michał Mirosław2-3/+3
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-14/+14
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-20/+5
2011-01-13sfc: Restore the effect of the rss_cpus module parameterBen Hutchings1-0/+3
2011-01-13sfc: Make efx_get_tx_queue() an inline functionBen Hutchings2-14/+11
2010-12-23PCI: make pci_restore_state return voidJon Mason1-20/+5
2010-12-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller4-115/+35