aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sfc
AgeCommit message (Expand)Author
2010-06-02sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings
2010-06-02sfc: Only count bad packets in rx_errorsBen Hutchings
2010-06-02sfc: Allow shared pages to be recycledSteve Hodgson
2010-06-02sfc: Recycle discarded rx buffers back onto the queueSteve Hodgson
2010-06-02sfc: Support only two rx buffers per pageSteve Hodgson
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson
2010-06-02sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson
2010-06-02sfc: Wait for the link to stay up before running loopback selftestSteve Hodgson
2010-06-02sfc: Synchronise link_advertising and wanted_fc on SienaSteve Hodgson
2010-06-02sfc: Workaround flush failures on Falcon B0Steve Hodgson
2010-06-02sfc: Reschedule any resets scheduled inside efx_pm_freeze()Steve Hodgson
2010-06-02sfc: Rename struct efx_mcdi_phy_cfg to efx_mcdi_phy_dataBen Hutchings
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-28sfc: Create multiple TX queuesBen Hutchings
2010-04-28sfc: Test only the first pair of TX queuesBen Hutchings
2010-04-28sfc: Add Siena PHY BIST and cable diagnostic supportSteve Hodgson
2010-04-28sfc: Clean up efx_nic::irq_zero_countBen Hutchings
2010-04-28sfc: Add necessary parentheses to macro definitions in net_driver.hBen Hutchings
2010-04-28sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings
2010-04-28sfc: Set PERIODIC_NOEVENT flag for MC_CMD_MAC_STATSSteve Hodgson
2010-04-28sfc: Update MCDI protocol definitionsBen Hutchings
2010-04-28sfc: Enable IPv6 RSS using random key for Toeplitz hashBen Hutchings
2010-04-28sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errorsSteve Hodgson
2010-04-28sfc: Log specific message for failure of NVRAM self-testBen Hutchings
2010-04-28sfc: Extend the legacy interrupt workaroundsSteve Hodgson
2010-04-28sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson
2010-04-28sfc: Stop masking out XGMII faults over reconfiguresSteve Hodgson
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson
2010-04-28sfc: Consistently report short MCDI responses as EIOBen Hutchings
2010-04-28sfc: Ignore parity errors in the other port's SRAMSteve Hodgson
2010-04-28sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings
2010-04-28sfc: Always close net device at the end of a disabling resetBen Hutchings
2010-04-28sfc: Wait at most 10ms for the MC to finish reading out MAC statisticsBen Hutchings
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-19sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerancesBen Hutchings
2010-02-19sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()Ben Hutchings
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-12sfc: Fix SFE4002 initialisationSteve Hodgson
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-02-03sfc: Do not include unneeded headersBen Hutchings
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings
2010-02-03sfc: Remove declarations of nonexistent functionsBen Hutchings
2010-02-03sfc: Add some missing bits to register self-test masksSteve Hodgson
2010-02-03sfc: Survive ISR0=0 bug in the shared IRQ caseGuido Barzini