aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: Comment correctionsBen Hutchings2009-11-263-6/+3
* sfc: Strengthen EFX_ASSERT_RESET_SERIALISEDBen Hutchings2009-11-261-1/+2
* sfc: Treat all MAC registers as 128-bitBen Hutchings2009-11-262-14/+14
* sfc: Fix descriptor cache sizesBen Hutchings2009-11-261-4/+4
* sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-246-28/+69
* sfc: Combine high-level header filesBen Hutchings2009-11-249-87/+25
* sfc: Remove redundant efx_xmit() functionBen Hutchings2009-11-243-25/+8
* sfc: Remove unnecessary casts to struct sk_buff *Ben Hutchings2009-11-241-3/+3
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-2410-53/+68
* sfc: Move all I2C stuff into struct falcon_boardBen Hutchings2009-11-244-24/+29
* sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings2009-11-244-38/+39
* sfc: Move definition of struct falcon_nic_data into falcon.hBen Hutchings2009-11-242-11/+11
* sfc: Make board information explicitly Falcon-specificBen Hutchings2009-11-248-75/+88
* sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings2009-11-245-27/+33
* sfc: Use a single blink implementationBen Hutchings2009-11-248-77/+62
* sfc: SFT9001: Reset LED configuration correctly after blinkingBen Hutchings2009-11-241-4/+7
* sfc: Record RX queue number on GRO pathBen Hutchings2009-11-241-2/+4
* sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()Ben Hutchings2009-11-241-12/+14
* sfc: Remove ridiculously paranoid assertionsBen Hutchings2009-11-241-3/+0
* sfc: Remove redundant gotos from __efx_rx_packet()Ben Hutchings2009-11-241-5/+2
* sfc: Remove pointless abstraction of memory BAR number (2)Ben Hutchings2009-11-241-2/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-2/+2
|\
| * i2c: Add an interface to lock/unlock an I2C bus segmentJean Delvare2009-11-071-2/+2
* | sfc: Enable heuristic selection between page and skb RX buffersBen Hutchings2009-10-291-1/+1
* | sfc: Feed GRO result into RX allocation policy and interrupt moderationBen Hutchings2009-10-291-2/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-291-3/+6
|\ \ | |/
| * sfc: Set ip_summed correctly for page buffers passed to GROBen Hutchings2009-10-281-3/+6
* | sfc: Really allow RX checksum offload to be disabledBen Hutchings2009-10-281-2/+3
* | sfc: Rename 'xfp' file and functions to reflect realityBen Hutchings2009-10-245-58/+58
* | sfc: Remove unused code for non-autoneg speed/duplex switchingBen Hutchings2009-10-241-69/+39
* | sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()Ben Hutchings2009-10-242-15/+8
* | sfc: Move MTD probe after netdev registration and name allocationBen Hutchings2009-10-241-2/+4
* | sfc: Remove unnecessary tests of efx->membaseBen Hutchings2009-10-241-8/+0
* | sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings2009-10-241-2/+0
* | sfc: Merge falcon_probe_phy() into falcon_probe_port()Ben Hutchings2009-10-241-35/+25
* | sfc: Remove pointless abstraction of memory BAR numberBen Hutchings2009-10-243-11/+10
* | sfc: Removed kernel-doc for nonexistent member of efx_phy_operationsBen Hutchings2009-10-241-1/+0
* | sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings2009-10-244-34/+28
* | sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings2009-10-242-16/+14
* | sfc: Move efx_xmit_done() declaration into correct stanzaBen Hutchings2009-10-241-1/+1
* | sfc: Remove declarations of nonexistent functionsBen Hutchings2009-10-241-2/+0
* | sfc: Change order of device removal to reverse of probe orderBen Hutchings2009-10-241-1/+1
* | sfc: Merge struct efx_blinker into struct efx_boardBen Hutchings2009-10-242-29/+21
* | sfc: Move all TX DMA length limiting into tx.cBen Hutchings2009-10-244-25/+25
* | sfc: Define DMA address mask explicitly in terms of descriptor field widthBen Hutchings2009-10-241-5/+2
* | sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-247-98/+62
* | sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings2009-10-247-421/+426
* | sfc: Update hardware definitions for SienaBen Hutchings2009-10-247-1887/+3756
* | sfc: Move RX data FIFO thresholds out of struct efx_nic_typeBen Hutchings2009-10-242-15/+12
* | sfc: Remove versioned bitfield macrosBen Hutchings2009-10-243-40/+47