aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings4-13/+7
2010-12-03sfc: Use current MAC address, not NVRAM MAC address, for WoL filterBen Hutchings1-1/+1
2010-12-03sfc: When waking a stopped tx_queue, only lock that tx_queueSteve Hodgson1-2/+6
2010-12-03sfc: Update kernel-doc to match earlier move of Toeplitz hash keyBen Hutchings2-1/+1
2010-12-03sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings5-8/+15
2010-12-03sfc: Move Falcon global event handling to falcon.cBen Hutchings3-43/+43
2010-12-03sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings4-7/+9
2010-12-03sfc: Move SPI state to struct falcon_nic_dataBen Hutchings6-75/+69
2010-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings8-10/+0
2010-12-03sfc: Expose Falcon BootROM config through MTD, not ethtoolBen Hutchings2-82/+54
2010-12-03sfc: Remove broken automatic fallback for invalid Falcon chip/board configBen Hutchings1-33/+24
2010-12-03sfc: Fix event based MCDI completion and MC REBOOT/CMDDONE ordering issueSteve Hodgson1-0/+1
2010-12-03sfc: Clear RXIN_SEL when soft-resetting QT2025CBen Hutchings1-0/+6
2010-12-03sfc: Read-to-clear LM87 alarm/interrupt status at start of dayBen Hutchings1-0/+4
2010-12-03sfc: Distinguish critical and non-critical over-temperature conditionsBen Hutchings1-29/+80
2010-12-03sfc: Fix condition for no-op in set_phy_flash_cfg()Ben Hutchings1-1/+1
2010-12-03sfc: Reduce log level for MCDI error response in efx_mcdi_rpc()Ben Hutchings1-1/+1
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-2/+1
2010-10-21sfc: make functions staticstephen hemminger12-41/+26
2010-10-08sfc: Don't try to set filters with search depths we know won't workBen Hutchings1-1/+10
2010-09-27sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+2
2010-09-26drivers/net: return operator cleanupEric Dumazet2-6/+6
2010-09-22sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings5-1/+656
2010-09-22sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings10-893/+56
2010-09-21sfc: Fix build due to lack of vmalloc.h include.David S. Miller1-0/+1
2010-09-21sfc: Clean up and correct comments on efx_monitor()Ben Hutchings1-13/+10
2010-09-21sfc: Include RX IP filter table in register dumpBen Hutchings1-3/+2
2010-09-21sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings3-4/+118
2010-09-21sfc: Add filter table managementBen Hutchings7-1/+678
2010-09-13sfc: Fix order of channel_name array dimensionsBen Hutchings1-1/+1
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings5-52/+224
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson7-76/+109
2010-09-10sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings3-76/+61
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings7-75/+125
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings3-33/+47
2010-09-10sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings1-4/+4
2010-09-10sfc: Fix failure paths in efx_probe_port()Ben Hutchings1-2/+2
2010-09-10sfc: Remove declarations of functions that no longer existBen Hutchings1-2/+0
2010-09-10sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings1-1/+1
2010-09-10sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings1-1/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
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