aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAgeFilesLines
...
* sfc: Include RX IP filter table in register dumpBen Hutchings2010-09-211-3/+2
* sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings2010-09-213-4/+118
* sfc: Add filter table managementBen Hutchings2010-09-217-1/+678
* sfc: Fix order of channel_name array dimensionsBen Hutchings2010-09-131-1/+1
* sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings2010-09-105-52/+224
* sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson2010-09-107-76/+109
* sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings2010-09-103-76/+61
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-107-75/+125
* sfc: Abstract channel and index lookup for RX queuesBen Hutchings2010-09-103-33/+47
* sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings2010-09-101-4/+4
* sfc: Fix failure paths in efx_probe_port()Ben Hutchings2010-09-101-2/+2
* sfc: Remove declarations of functions that no longer existBen Hutchings2010-09-101-2/+0
* sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings2010-09-101-1/+1
* sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings2010-09-101-1/+1
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* sfc: Remove unused field left from mis-mergeBen Hutchings2010-07-081-2/+0
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-072-3/+3
* sfc: Add support for RX flow hash controlBen Hutchings2010-06-305-10/+105
* ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-4/+1
* sfc: Log clearer error messages for hardware monitorBen Hutchings2010-06-251-3/+8
* sfc: Use Toeplitz IPv4 hash for RSS and hash insertionBen Hutchings2010-06-252-3/+22
* sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings2010-06-254-9/+8
* sfc: Fix reading of inserted hashBen Hutchings2010-06-252-8/+6
* sfc: Record hardware RX hash on each skb where possibleBen Hutchings2010-06-247-3/+49
* sfc: Disable setting feature flags that are not implementedBen Hutchings2010-06-241-1/+0
* sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings2010-06-243-5/+3
* sfc: Implement message level controlBen Hutchings2010-06-2420-529/+727
* sfc: Log MTD errors using partition name, not just net device nameBen Hutchings2010-06-241-9/+14
* sfc: Implement ethtool register dump operationBen Hutchings2010-06-244-0/+292
* sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings2010-06-121-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-062-2/+2
|\
| * sfc: Store port number in net_device::dev_idBen Hutchings2010-06-032-4/+2
| * sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2010-06-032-1/+7
* | drivers/net: use __packed annotationEric Dumazet2010-06-031-1/+1
* | sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2010-06-022-1/+7
* | sfc: Only count bad packets in rx_errorsBen Hutchings2010-06-021-3/+0
* | sfc: Allow shared pages to be recycledSteve Hodgson2010-06-023-43/+62
* | sfc: Recycle discarded rx buffers back onto the queueSteve Hodgson2010-06-021-11/+79
* | sfc: Support only two rx buffers per pageSteve Hodgson2010-06-022-142/+96
* | sfc: Remove efx_rx_queue::add_lockSteve Hodgson2010-06-026-130/+73
* | sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson2010-06-024-22/+18
* | sfc: Wait for the link to stay up before running loopback selftestSteve Hodgson2010-06-021-3/+7
* | sfc: Synchronise link_advertising and wanted_fc on SienaSteve Hodgson2010-06-021-0/+1
* | sfc: Workaround flush failures on Falcon B0Steve Hodgson2010-06-024-9/+17
* | sfc: Reschedule any resets scheduled inside efx_pm_freeze()Steve Hodgson2010-06-021-0/+6
* | sfc: Rename struct efx_mcdi_phy_cfg to efx_mcdi_phy_dataBen Hutchings2010-06-021-10/+10
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-025-16/+20
|\
| * sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings2010-04-283-12/+7
| * sfc: Always close net device at the end of a disabling resetBen Hutchings2010-04-281-2/+2
| * sfc: Wait at most 10ms for the MC to finish reading out MAC statisticsBen Hutchings2010-04-281-2/+11