summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sfc: Create multiple TX queuesBen Hutchings2010-04-288-123/+140
* | sfc: Test only the first pair of TX queuesBen Hutchings2010-04-282-3/+3
* | sfc: Add Siena PHY BIST and cable diagnostic supportSteve Hodgson2010-04-281-2/+144
* | sfc: Clean up efx_nic::irq_zero_countBen Hutchings2010-04-281-1/+2
* | sfc: Add necessary parentheses to macro definitions in net_driver.hBen Hutchings2010-04-281-11/+11
* | sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings2010-04-282-24/+33
* | sfc: Set PERIODIC_NOEVENT flag for MC_CMD_MAC_STATSSteve Hodgson2010-04-281-16/+9
* | sfc: Update MCDI protocol definitionsBen Hutchings2010-04-281-16/+55
* | sfc: Enable IPv6 RSS using random key for Toeplitz hashBen Hutchings2010-04-282-0/+21
* | sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errorsSteve Hodgson2010-04-281-1/+2
* | sfc: Log specific message for failure of NVRAM self-testBen Hutchings2010-04-281-2/+8
* | sfc: Extend the legacy interrupt workaroundsSteve Hodgson2010-04-282-15/+10
* | sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson2010-04-283-1/+5
* | sfc: Stop masking out XGMII faults over reconfiguresSteve Hodgson2010-04-281-15/+5
* | sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson2010-04-283-21/+29
* | sfc: Consistently report short MCDI responses as EIOBen Hutchings2010-04-282-11/+17
* | sfc: Ignore parity errors in the other port's SRAMSteve Hodgson2010-04-281-0/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-1110-0/+10
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3010-0/+10
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-252-19/+28
|\ \
| * | sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerancesBen Hutchings2010-02-191-18/+27
| * | sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()Ben Hutchings2010-02-191-1/+1
* | | net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2010-02-181-4/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-142-1/+2
|\| |
| * | sfc: Fix SFE4002 initialisationSteve Hodgson2010-02-122-1/+2
| |/
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1