aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAge
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-07
* sfc: remove __dev* attributesBill Pemberton2012-12-03
* sfc: Make module parameters really booleanBen Hutchings2012-11-30
* sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings2012-11-30
* sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko2012-11-30
* sfc: Work-around flush timeout when flushes have completedDaniel Pieczko2012-11-30
* sfc: Reset driver's MAC stats after MC reboot seenBen Hutchings2012-11-30
* sfc: Do not initialise buffer in efx_alloc_special_buffer()Ben Hutchings2012-11-30
* sfc: Correctly initialise reset_method in siena_test_chip()Ben Hutchings2012-11-30
* sfc: Remove confusing MMIO functionsBen Hutchings2012-11-30
* sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUESBen Hutchings2012-11-30
* sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page()Ben Hutchings2012-11-30
* sfc: Really disable flow control while flushingBen Hutchings2012-11-30
* sfc: Fix byte order warning in self-testBen Hutchings2012-11-30
* sfc: Fix byte order warnings for ethtool RX filter interfaceBen Hutchings2012-11-30
* net: Remove bogus dependencies on INETBen Hutchings2012-11-19
* sfc: Select PTP_1588_CLOCKBen Hutchings2012-11-02
* ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-01
* ptp: use list_move instead of list_del/list_addWei Yongjun2012-10-07
* drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-05
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2012-10-01
|\
| * sfc: Fix the reported priorities of different filter typesBen Hutchings2012-10-01
| * sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IPBen Hutchings2012-10-01
| * sfc: Fix loopback self-test with separate_tx_channels=1Ben Hutchings2012-10-01
| * sfc: Fix MCDI structure field lookupBen Hutchings2012-10-01
| * sfc: Add parentheses around use of bitfield macro argumentsBen Hutchings2012-10-01
| * sfc: Fix null function pointer in efx_sriov_channel_typeBen Hutchings2012-10-01
* | ptp: link the phc device to its parent deviceRichard Cochran2012-09-22
|/
* sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES requestBen Hutchings2012-09-18
* sfc: Bump version to 3.2Ben Hutchings2012-09-18
* sfc: Expose FPGA bitfile partition through MTDBen Hutchings2012-09-18
* sfc: Support variable-length response to MCDI GET_BOARD_CFGBen Hutchings2012-09-18
* sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()Ben Hutchings2012-09-18
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-18
* sfc: Fix maximum array sizes for various MCDI commandsBen Hutchings2012-09-18
* sfc: Allow efx_mcdi_rpc to be called in two partsStuart Hodgson2012-09-07
* sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson2012-09-07
* sfc: Add explicit RX queue flag to channelStuart Hodgson2012-09-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-31
|\
| * sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings2012-08-23
* | sfc: Fix the initial device operstateBen Hutchings2012-08-24
* | sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings2012-08-24
* | sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings2012-08-24
* | sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings2012-08-24
* | sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings2012-08-24
* | sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings2012-08-24
* | sfc: Never try to stop and start a NIC that is disabledBen Hutchings2012-08-24
* | sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings2012-08-24
* | sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings2012-08-24
* | sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings2012-08-24