aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-08sfc: Remove unused field left from mis-mergeBen Hutchings1-2/+0
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet2-3/+3
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings5-10/+105
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-4/+1
2010-06-25sfc: Log clearer error messages for hardware monitorBen Hutchings1-3/+8
2010-06-25sfc: Use Toeplitz IPv4 hash for RSS and hash insertionBen Hutchings2-3/+22
2010-06-25sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings4-9/+8
2010-06-25sfc: Fix reading of inserted hashBen Hutchings2-8/+6
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings7-3/+49
2010-06-24sfc: Disable setting feature flags that are not implementedBen Hutchings1-1/+0
2010-06-24sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings3-5/+3
2010-06-24sfc: Implement message level controlBen Hutchings20-529/+727
2010-06-24sfc: Log MTD errors using partition name, not just net device nameBen Hutchings1-9/+14
2010-06-24sfc: Implement ethtool register dump operationBen Hutchings4-0/+292
2010-06-12sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings1-3/+3
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+2
2010-06-03sfc: Store port number in net_device::dev_idBen Hutchings2-4/+2
2010-06-03sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2-1/+7
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-06-02sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2-1/+7
2010-06-02sfc: Only count bad packets in rx_errorsBen Hutchings1-3/+0
2010-06-02sfc: Allow shared pages to be recycledSteve Hodgson3-43/+62
2010-06-02sfc: Recycle discarded rx buffers back onto the queueSteve Hodgson1-11/+79
2010-06-02sfc: Support only two rx buffers per pageSteve Hodgson2-142/+96
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson6-130/+73
2010-06-02sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson4-22/+18
2010-06-02sfc: Wait for the link to stay up before running loopback selftestSteve Hodgson1-3/+7
2010-06-02sfc: Synchronise link_advertising and wanted_fc on SienaSteve Hodgson1-0/+1
2010-06-02sfc: Workaround flush failures on Falcon B0Steve Hodgson4-9/+17
2010-06-02sfc: Reschedule any resets scheduled inside efx_pm_freeze()Steve Hodgson1-0/+6
2010-06-02sfc: Rename struct efx_mcdi_phy_cfg to efx_mcdi_phy_dataBen Hutchings1-10/+10
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-16/+20
2010-04-28sfc: Create multiple TX queuesBen Hutchings8-123/+140
2010-04-28sfc: Test only the first pair of TX queuesBen Hutchings2-3/+3
2010-04-28sfc: Add Siena PHY BIST and cable diagnostic supportSteve Hodgson1-2/+144
2010-04-28sfc: Clean up efx_nic::irq_zero_countBen Hutchings1-1/+2
2010-04-28sfc: Add necessary parentheses to macro definitions in net_driver.hBen Hutchings1-11/+11
2010-04-28sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings2-24/+33
2010-04-28sfc: Set PERIODIC_NOEVENT flag for MC_CMD_MAC_STATSSteve Hodgson1-16/+9
2010-04-28sfc: Update MCDI protocol definitionsBen Hutchings1-16/+55
2010-04-28sfc: Enable IPv6 RSS using random key for Toeplitz hashBen Hutchings2-0/+21
2010-04-28sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errorsSteve Hodgson1-1/+2
2010-04-28sfc: Log specific message for failure of NVRAM self-testBen Hutchings1-2/+8
2010-04-28sfc: Extend the legacy interrupt workaroundsSteve Hodgson2-15/+10
2010-04-28sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson3-1/+5
2010-04-28sfc: Stop masking out XGMII faults over reconfiguresSteve Hodgson1-15/+5
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson3-21/+29
2010-04-28sfc: Consistently report short MCDI responses as EIOBen Hutchings2-11/+17
2010-04-28sfc: Ignore parity errors in the other port's SRAMSteve Hodgson1-0/+2
2010-04-28sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings3-12/+7