summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf...David S. Miller2011-07-148-99/+152
|\
| * sfc: Remove 'Communications' after 'Solarflare' in references to hardwareBen Hutchings2011-07-142-3/+2Star
| * sfc: Remove 'Solarstorm' from Kconfig descriptionsBen Hutchings2011-07-131-4/+4
| * sfc: Fix assertions in efx_filter_rfs()Ben Hutchings2011-06-251-2/+2
| * sfc: Fix Siena mac statistics on big endian platformsSteve Hodgson2011-06-251-7/+7
| * sfc: Fix mapping of reset reasons and flags to methodsBen Hutchings2011-06-255-43/+93
| * sfc: Allow resets to be upgraded; use atomic ops for safetyBen Hutchings2011-06-254-25/+22Star
| * sfc: Fix loop condition for efx_filter_search() when !for_insertBen Hutchings2011-06-251-17/+24
* | net: Remove unneeded version.h includes from drivers/net/Jesper Juhl2011-06-241-1/+0Star
|/
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-1/+1
* drivers/net: Remove casts of void *Joe Perches2011-06-221-1/+1
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-05-281-3/+3
|\
| * mtd: convert remaining users to mtd_device_register()Jamie Iles2011-05-251-3/+3
* | Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-231-0/+1
* | sfc: Don't use enums as a bitmask.David S. Miller2011-05-176-12/+10Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-174-23/+60
|\|
| * sfc: Fix oops in register dump after mapping changeBen Hutchings2011-05-161-0/+7
| * sfc: Always map MCDI shared memory as uncacheableBen Hutchings2011-05-123-23/+53
* | sfc: Use netif_device_{detach,attach}() around reset and self-testBen Hutchings2011-05-174-19/+14Star
* | sfc: Fix TX queue numbering when separate_tx_channels=1Ben Hutchings2011-05-161-0/+12
* | sfc: Fix return value from efx_ethtool_set_rx_ntuple()Ben Hutchings2011-05-141-2/+3
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-293-3/+3
* | ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-292-3/+4
* | ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-291-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-197-31/+30Star
|\|
| * sfc: Use rmb() to ensure reads occur in orderNeil Turton2011-04-131-0/+2
| * sfc: Do not use efx_process_channel_now() in online self-testBen Hutchings2011-04-125-29/+23Star
| * sfc: Stop the TX queues during loopback self-testsNeil Turton2011-04-123-2/+5
* | sfc: make function tables conststephen hemminger2011-04-1513-24/+24
* | ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-151-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-115-8/+8
|\|
| * Fix common misspellingsLucas De Marchi2011-03-315-8/+8
* | sfc: Implement ethtool_ops::set_phys_id instead of ethtool_ops::phys_idBen Hutchings2011-04-051-10/+18
* | sfc: Implement generic features interfaceBen Hutchings2011-04-054-84/+18Star
* | sfc: Enable all TSO features on VLANsBen Hutchings2011-04-051-1/+1
* | sfc: Move test of rx_checksum_enabled from nic.c to rx.cBen Hutchings2011-04-012-4/+5
|/
* sfc: Siena: Disable write-combining when SR-IOV is enabledSteve Hodgson2011-03-232-2/+18
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-03-083-10/+16
|\
| * sfc: Use write-combining to reduce TX latencyBen Hutchings2011-03-043-10/+16
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-041-9/+13
|\ \ | |/ |/|
| * sfc: lower stack usage in efx_ethtool_self_testEric Dumazet2011-02-221-9/+13
* | sfc: Bump version to 3.1Ben Hutchings2011-03-011-1/+1
* | sfc: Remove configurable FIFO thresholds for pause frame generationBen Hutchings2011-03-014-41/+5Star
* | sfc: Expose TX push and TSO counters through ethtool statisticsBen Hutchings2011-03-011-1/+20
* | sfc: Update copyright datesBen Hutchings2011-03-0130-30/+30
* | sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd()Ben Hutchings2011-03-014-31/+8Star
* | sfc: Read MC firmware version when requested through ethtoolBen Hutchings2011-03-015-41/+9Star
* | sfc: Reduce size of efx_rx_buffer further by removing data memberSteve Hodgson2011-03-012-24/+28
* | sfc: Reduce size of efx_rx_buffer by unionising skb and pageSteve Hodgson2011-03-012-53/+51Star