summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2012-08-24sfc: Change state names to be clearer, and comment themBen Hutchings4-21/+17
2012-08-24sfc: Stash header offsets for TSO in struct tso_stateBen Hutchings1-16/+12
2012-08-24sfc: Replace tso_state::full_packet_space with ip_base_lenBen Hutchings1-9/+11
2012-08-24sfc: Simplify TSO header buffer allocationBen Hutchings3-218/+112
2012-08-24sfc: Stop TX queues before they fill upBen Hutchings3-115/+112
2012-08-24sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings3-56/+53
2012-08-24sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings1-2/+2
2012-08-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings4-9/+46
2012-07-19sfc: initialize dynamic sysfs attributes for lockdepMichal Schmidt1-0/+1
2012-07-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller14-153/+181
2012-07-17sfc: Correct some comments on enum reset_typeBen Hutchings1-4/+4
2012-07-17sfc: Fix interface statistics running backwardBen Hutchings3-10/+28
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings5-60/+76
2012-07-17sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()Ben Hutchings1-3/+8
2012-07-17sfc: Use dev_kfree_skb() in efx_end_loopback()Ben Hutchings1-1/+1
2012-07-17sfc: Use strlcpy() to copy ethtool stats namesBen Hutchings1-1/+1
2012-07-17sfc: Stop changing header offsets on TXBen Hutchings1-9/+0
2012-07-17sfc: Remove dead write to tso_state::packet_spaceBen Hutchings1-1/+0
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings5-63/+62
2012-07-17sfc: Work around bogus 'uninitialised variable' warningBen Hutchings1-1/+1
2012-07-10drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings1-2/+1
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2-1/+2
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-05-10sfc: Implement module EEPROM access for SFE4002 and SFN4112FBen Hutchings1-0/+33
2012-05-10sfc: Added support for new ethtool APIs for obtaining module eepromStuart Hodgson3-0/+116
2012-05-10sfc: By default refill RX rings as soon as space for a batchDavid Riddoch1-6/+12
2012-05-10sfc: Fill RX rings completely full, rather than to 95% fullDavid Riddoch2-14/+4
2012-05-10sfc: Fix missing cleanup in failure path of efx_pci_probe()Ben Hutchings1-1/+2
2012-05-10sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson1-14/+19
2012-05-08sfc: Fix division by zero when using one RX channel and no SR-IOVBen Hutchings1-1/+1
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-5/+5
2012-03-27sfc: mtd: Use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffShmulik Ladkani1-1/+1
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-4/+4
2012-03-06sfc: Log the part number on probeBen Hutchings3-17/+53
2012-03-06sfc: Remove efx_channel::last_eventq_read_ptrBen Hutchings1-2/+0
2012-03-06sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings7-7/+51
2012-03-06sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings3-14/+21
2012-03-06sfc: Test all event queues in parallelBen Hutchings1-49/+65
2012-03-06sfc: Raise self-test timeoutsBen Hutchings1-19/+46
2012-03-06sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings2-3/+2
2012-03-06sfc: Update comments on efx_rx_packet_gro()Ben Hutchings1-5/+2
2012-03-06sfc: Remove redundant function efx_nic_has_mc()Ben Hutchings2-6/+1
2012-03-06sfc: Fix calculation of vf_i in map_vi_index()Robert Stonehouse1-1/+1
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-02-25sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings1-2/+2
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-23sfc: Correct efx_for_each_possible_channel_tx_queue() to skip non-TX channelsBen Hutchings1-3/+6
2012-02-22sfc: Minor formatting cleanupBen Hutchings3-4/+4
2012-02-22sfc: Reverse initial buffer table allocation to allow for later resizingBen Hutchings1-1/+6