aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-27net: convert print_mac to %pMJohannes Berg1-9/+6
2008-09-24sfc: Make queue flushes more reliableBen Hutchings1-8/+7
2008-09-24sfc: Remove workaround for old firmware bugBen Hutchings1-1/+0
2008-09-24sfc: Fix memory BAR release call on error pathBen Hutchings1-1/+1
2008-09-03sfc: Rework efx_set_multicast_hash()Ben Hutchings1-11/+17
2008-09-03sfc: Remove the STATE_RESETTING flagBen Hutchings1-4/+1
2008-09-03sfc: Extend self-testsBen Hutchings1-6/+14
2008-09-03sfc: Cleanup reset codeBen Hutchings1-57/+41
2008-09-03sfc: Remove some unreachable error pathsBen Hutchings1-58/+18
2008-09-03sfc: Remove efx_nic_dummy_op_int() as redundant with efx_port_dummy_op_int()Ben Hutchings1-11/+6
2008-09-03sfc: Enable TSO for 802.1q VLAN devicesBen Hutchings1-1/+1
2008-09-03sfc: Do not call netif_{stop,wake}_queue() before register_netdevSteve Hodgson1-2/+3
2008-09-03sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings1-0/+3
2008-09-03sfc: Cleanup RX event processingBen Hutchings1-17/+10
2008-09-03sfc: Remove efx_channel::evqnum fieldBen Hutchings1-1/+0
2008-09-03sfc: Cleanup RX queue informationBen Hutchings1-29/+14
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings1-11/+5
2008-09-03sfc: Move CPU counting for RSS into a separate function, efx_wanted_rx_queues()Ben Hutchings1-25/+35
2008-09-03sfc: Removed forced inlining of long functionsBen Hutchings1-1/+1
2008-09-03sfc: Set net_device::vlan_features appropriatelyBen Hutchings1-0/+3
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings1-25/+22
2008-09-03sfc: Remove inclusion of workarounds.h from efx.cBen Hutchings1-1/+0
2008-09-03sfc: Use separate hardware TX queues to select checksum generationBen Hutchings1-17/+8
2008-09-03sfc: Replace net_dev->priv with netdev_priv(net_dev)Ben Hutchings1-12/+12
2008-07-22sfc: Create one RX queue and interrupt per CPU package by defaultBen Hutchings1-1/+18
2008-07-22sfc: Use a separate workqueue for resetsBen Hutchings1-3/+17
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-4/+2
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-05-30sfc: Use kernel I2C system and i2c-algo-bit driverBen Hutchings1-0/+2
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings1-1/+1
2008-05-22sfc: Correct and expand some commentsBen Hutchings1-6/+14
2008-05-22sfc: Use resource_size_t for PCI bus addressBen Hutchings1-5/+6
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings1-4/+4
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings1-3/+3
2008-05-22sfc: Removed unncesssary UL suffixes on 0 literalsBen Hutchings1-2/+2
2008-05-22sfc: Simplified efx_rx_calc_buffer_size() using get_order()Ben Hutchings1-21/+8
2008-05-22sfc: Removed casts to voidBen Hutchings1-2/+2
2008-05-13[netdrvr] sfc: Add TSO supportBen Hutchings1-1/+3
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings1-0/+2208