summaryrefslogtreecommitdiff
path: root/drivers/net/sfc
AgeCommit message (Expand)Author
2010-12-03sfc: Use current MAC address, not NVRAM MAC address, for WoL filterBen Hutchings
2010-12-03sfc: When waking a stopped tx_queue, only lock that tx_queueSteve Hodgson
2010-12-03sfc: Update kernel-doc to match earlier move of Toeplitz hash keyBen Hutchings
2010-12-03sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings
2010-12-03sfc: Move Falcon global event handling to falcon.cBen Hutchings
2010-12-03sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings
2010-12-03sfc: Move SPI state to struct falcon_nic_dataBen Hutchings
2010-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings
2010-12-03sfc: Expose Falcon BootROM config through MTD, not ethtoolBen Hutchings
2010-12-03sfc: Remove broken automatic fallback for invalid Falcon chip/board configBen Hutchings
2010-12-03sfc: Fix event based MCDI completion and MC REBOOT/CMDDONE ordering issueSteve Hodgson
2010-12-03sfc: Clear RXIN_SEL when soft-resetting QT2025CBen Hutchings
2010-12-03sfc: Read-to-clear LM87 alarm/interrupt status at start of dayBen Hutchings
2010-12-03sfc: Distinguish critical and non-critical over-temperature conditionsBen Hutchings
2010-12-03sfc: Fix condition for no-op in set_phy_flash_cfg()Ben Hutchings
2010-12-03sfc: Reduce log level for MCDI error response in efx_mcdi_rpc()Ben Hutchings
2010-11-27drivers/net: use vzalloc()Eric Dumazet
2010-10-21sfc: make functions staticstephen hemminger
2010-10-08sfc: Don't try to set filters with search depths we know won't workBen Hutchings
2010-09-27sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-22sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings
2010-09-22sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings
2010-09-21sfc: Fix build due to lack of vmalloc.h include.David S. Miller
2010-09-21sfc: Clean up and correct comments on efx_monitor()Ben Hutchings
2010-09-21sfc: Include RX IP filter table in register dumpBen Hutchings
2010-09-21sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings
2010-09-21sfc: Add filter table managementBen Hutchings
2010-09-13sfc: Fix order of channel_name array dimensionsBen Hutchings
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson
2010-09-10sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings
2010-09-10sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings
2010-09-10sfc: Fix failure paths in efx_probe_port()Ben Hutchings
2010-09-10sfc: Remove declarations of functions that no longer existBen Hutchings
2010-09-10sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings
2010-09-10sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-07-08sfc: Remove unused field left from mis-mergeBen Hutchings
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings
2010-06-25sfc: Log clearer error messages for hardware monitorBen Hutchings
2010-06-25sfc: Use Toeplitz IPv4 hash for RSS and hash insertionBen Hutchings
2010-06-25sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings
2010-06-25sfc: Fix reading of inserted hashBen Hutchings
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings
2010-06-24sfc: Disable setting feature flags that are not implementedBen Hutchings