aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-02sfc: Select PTP_1588_CLOCKBen Hutchings1-0/+1
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings4-37/+1
2012-10-07ptp: use list_move instead of list_del/list_addWei Yongjun1-6/+3
2012-10-06drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings3-16/+4
2012-10-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller7-82/+76
2012-10-02sfc: Fix the reported priorities of different filter typesBen Hutchings1-16/+53
2012-10-02sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IPBen Hutchings3-58/+10
2012-10-02sfc: Fix loopback self-test with separate_tx_channels=1Ben Hutchings2-2/+4
2012-10-02sfc: Fix MCDI structure field lookupBen Hutchings1-2/+4
2012-10-02sfc: Add parentheses around use of bitfield macro argumentsBen Hutchings1-11/+11
2012-10-02sfc: Fix null function pointer in efx_sriov_channel_typeBen Hutchings1-0/+1
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran1-1/+2
2012-09-19sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES requestBen Hutchings2-0/+10
2012-09-19sfc: Bump version to 3.2Ben Hutchings1-1/+1
2012-09-19sfc: Expose FPGA bitfile partition through MTDBen Hutchings1-1/+3
2012-09-19sfc: Support variable-length response to MCDI GET_BOARD_CFGBen Hutchings2-3/+6
2012-09-19sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()Ben Hutchings1-7/+11
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson11-1/+1562
2012-09-19sfc: Fix maximum array sizes for various MCDI commandsBen Hutchings1-14/+14
2012-09-07sfc: Allow efx_mcdi_rpc to be called in two partsStuart Hodgson2-3/+24
2012-09-07sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson4-2/+21
2012-09-07sfc: Add explicit RX queue flag to channelStuart Hodgson3-4/+16
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-08-24sfc: Fix the initial device operstateBen Hutchings1-3/+3
2012-08-24sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings1-9/+6
2012-08-24sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings1-2/+0
2012-08-24sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings2-10/+0
2012-08-24sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings1-41/+43
2012-08-24sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings1-4/+3
2012-08-24sfc: Never try to stop and start a NIC that is disabledBen Hutchings1-21/+44
2012-08-24sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings1-3/+3
2012-08-24sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings1-12/+16
2012-08-24sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings1-0/+8
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/sfc-nextDavid 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