aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/siena.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings1-7/+1
2010-12-03sfc: Use current MAC address, not NVRAM MAC address, for WoL filterBen Hutchings1-1/+1
2010-10-21sfc: make functions staticstephen hemminger1-1/+1
2010-09-21sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings1-1/+1
2010-09-10sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings1-1/+1
2010-06-25sfc: Use Toeplitz IPv4 hash for RSS and hash insertionBen Hutchings1-1/+10
2010-06-25sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings1-8/+4
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings1-1/+4
2010-06-24sfc: Implement message level controlBen Hutchings1-17/+25
2010-06-03sfc: Store port number in net_device::dev_idBen Hutchings1-1/+1
2010-06-03sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings1-0/+4
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+11
2010-04-28sfc: Enable IPv6 RSS using random key for Toeplitz hashBen Hutchings1-0/+19
2010-04-28sfc: Wait at most 10ms for the MC to finish reading out MAC statisticsBen Hutchings1-2/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-03sfc: Add some missing bits to register self-test masksSteve Hodgson1-1/+1
2010-02-03sfc: Implement NVRAM selftest for SFC9000 familyBen Hutchings1-0/+1
2010-02-03sfc: Enable autonegotiated flow-control by default if supportedSteve Hodgson1-6/+1
2010-02-03sfc: Handle firmware assertion failure while resettingSteve Hodgson1-0/+6
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson1-0/+1
2009-11-29sfc: Add support for SFC9000 family (1)Ben Hutchings1-0/+604