summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* ptp: use list_move instead of list_del/list_addWei Yongjun2012-10-071-6/+3
* drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-063-16/+4
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2012-10-017-82/+76
|\
| * sfc: Fix the reported priorities of different filter typesBen Hutchings2012-10-021-16/+53
| * sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IPBen Hutchings2012-10-023-58/+10
| * sfc: Fix loopback self-test with separate_tx_channels=1Ben Hutchings2012-10-022-2/+4
| * sfc: Fix MCDI structure field lookupBen Hutchings2012-10-021-2/+4
| * sfc: Add parentheses around use of bitfield macro argumentsBen Hutchings2012-10-021-11/+11
| * sfc: Fix null function pointer in efx_sriov_channel_typeBen Hutchings2012-10-021-0/+1
* | ptp: link the phc device to its parent deviceRichard Cochran2012-09-221-1/+2
|/
* sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES requestBen Hutchings2012-09-192-0/+10
* sfc: Bump version to 3.2Ben Hutchings2012-09-191-1/+1
* sfc: Expose FPGA bitfile partition through MTDBen Hutchings2012-09-191-1/+3
* sfc: Support variable-length response to MCDI GET_BOARD_CFGBen Hutchings2012-09-192-3/+6
* sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()Ben Hutchings2012-09-191-7/+11
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-1911-1/+1562
* sfc: Fix maximum array sizes for various MCDI commandsBen Hutchings2012-09-191-14/+14
* sfc: Allow efx_mcdi_rpc to be called in two partsStuart Hodgson2012-09-072-3/+24
* sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson2012-09-074-2/+21
* sfc: Add explicit RX queue flag to channelStuart Hodgson2012-09-073-4/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-2/+2
|\
| * sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings2012-08-241-2/+2
* | sfc: Fix the initial device operstateBen Hutchings2012-08-241-3/+3
* | sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings2012-08-241-9/+6
* | sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings2012-08-241-2/+0
* | sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings2012-08-242-10/+0
* | sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings2012-08-241-41/+43
* | sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings2012-08-241-4/+3
* | sfc: Never try to stop and start a NIC that is disabledBen Hutchings2012-08-241-21/+44
* | sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings2012-08-241-3/+3
* | sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings2012-08-241-12/+16
* | sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings2012-08-241-0/+8
* | sfc: Change state names to be clearer, and comment themBen Hutchings2012-08-244-21/+17
* | sfc: Stash header offsets for TSO in struct tso_stateBen Hutchings2012-08-241-16/+12
* | sfc: Replace tso_state::full_packet_space with ip_base_lenBen Hutchings2012-08-241-9/+11
* | sfc: Simplify TSO header buffer allocationBen Hutchings2012-08-243-218/+112
* | sfc: Stop TX queues before they fill upBen Hutchings2012-08-243-115/+112
* | sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings2012-08-243-56/+53
|/
* sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings2012-08-024-9/+46
* sfc: initialize dynamic sysfs attributes for lockdepMichal Schmidt2012-07-191-0/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2012-07-1814-153/+181
|\
| * sfc: Correct some comments on enum reset_typeBen Hutchings2012-07-171-4/+4
| * sfc: Fix interface statistics running backwardBen Hutchings2012-07-173-10/+28
| * sfc: Disable VF queues during register self-testBen Hutchings2012-07-175-60/+76
| * sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()Ben Hutchings2012-07-171-3/+8
| * sfc: Use dev_kfree_skb() in efx_end_loopback()Ben Hutchings2012-07-171-1/+1
| * sfc: Use strlcpy() to copy ethtool stats namesBen Hutchings2012-07-171-1/+1
| * sfc: Stop changing header offsets on TXBen Hutchings2012-07-171-9/+0
| * sfc: Remove dead write to tso_state::packet_spaceBen Hutchings2012-07-171-1/+0
| * sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings2012-07-175-63/+62