summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2012-08-24sfc: Fix the initial device operstateBen Hutchings
2012-08-24sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings
2012-08-24sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings
2012-08-24sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings
2012-08-24sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings
2012-08-24sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings
2012-08-24sfc: Never try to stop and start a NIC that is disabledBen Hutchings
2012-08-24sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings
2012-08-24sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings
2012-08-24sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings
2012-08-24sfc: Change state names to be clearer, and comment themBen Hutchings
2012-08-24sfc: Stash header offsets for TSO in struct tso_stateBen Hutchings
2012-08-24sfc: Replace tso_state::full_packet_space with ip_base_lenBen Hutchings
2012-08-24sfc: Simplify TSO header buffer allocationBen Hutchings
2012-08-24sfc: Stop TX queues before they fill upBen Hutchings
2012-08-24sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings
2012-08-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings
2012-07-19sfc: initialize dynamic sysfs attributes for lockdepMichal Schmidt
2012-07-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2012-07-17sfc: Correct some comments on enum reset_typeBen Hutchings
2012-07-17sfc: Fix interface statistics running backwardBen Hutchings
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings
2012-07-17sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()Ben Hutchings
2012-07-17sfc: Use dev_kfree_skb() in efx_end_loopback()Ben Hutchings
2012-07-17sfc: Use strlcpy() to copy ethtool stats namesBen Hutchings
2012-07-17sfc: Stop changing header offsets on TXBen Hutchings
2012-07-17sfc: Remove dead write to tso_state::packet_spaceBen Hutchings
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings
2012-07-17sfc: Work around bogus 'uninitialised variable' warningBen Hutchings
2012-07-11drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-11drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-05-10sfc: Implement module EEPROM access for SFE4002 and SFN4112FBen Hutchings
2012-05-10sfc: Added support for new ethtool APIs for obtaining module eepromStuart Hodgson
2012-05-10sfc: By default refill RX rings as soon as space for a batchDavid Riddoch
2012-05-10sfc: Fill RX rings completely full, rather than to 95% fullDavid Riddoch
2012-05-10sfc: Fix missing cleanup in failure path of efx_pci_probe()Ben Hutchings
2012-05-10sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson
2012-05-08sfc: Fix division by zero when using one RX channel and no SR-IOVBen Hutchings
2012-03-31Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-03-26sfc: mtd: Use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffShmulik Ladkani
2012-03-26mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2012-03-06sfc: Log the part number on probeBen Hutchings
2012-03-06sfc: Remove efx_channel::last_eventq_read_ptrBen Hutchings
2012-03-06sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings
2012-03-06sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings
2012-03-06sfc: Test all event queues in parallelBen Hutchings
2012-03-06sfc: Raise self-test timeoutsBen Hutchings
2012-03-06sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings