summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran
2014-03-14sfc: Don't receive packets when the napi budget == 0Eric W. Biederman
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-26sfc: check for NULL efx->ptp_data in efx_ptp_eventEdward Cree
2014-02-18sfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-02-12sfc: Add/remove blank lines to tasteBen Hutchings
2014-02-12sfc: Fail self-test with -EBUSY, not -EIO, if the device is busyBen Hutchings
2014-02-12sfc: Cosmetic changes to self-test from the out-of-tree driverBen Hutchings
2014-02-12sfc: Update product namingBen Hutchings
2014-02-12sfc: Use canonical pointer type for MAC address in efx_set_mac_address()Ben Hutchings
2014-02-12sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'Ben Hutchings
2014-02-12sfc: Preserve rx_frm_trunc counters when resizing DMA ringsBen Hutchings
2014-02-12sfc: Correct comment about number of TX queues used on EF10Ben Hutchings
2014-02-12sfc: Remove unused definitions of EF10 user-mode DMA descriptorsBen Hutchings
2014-02-12sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGNBen Hutchings
2014-02-12sfc: Rewrite adjustment of PPS event in a clearer wayBen Hutchings
2014-02-12sfc: Cache skb->data in local variable in efx_ptp_rx()Ben Hutchings
2014-02-12sfc: Removed adhoc scheme to rate limit PTP event queue overflow messageLaurence Evans
2014-02-06drivers/net: fix build warning in ethernet/sfc/tx.cPaul Gortmaker
2014-01-23sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings
2014-01-21sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings
2014-01-21sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper
2013-12-19sfc: fix sparse non static symbol warningWei Yongjun
2013-12-18net: sfc calls skb_set_hashTom Herbert
2013-12-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-12-16sfc: Fix RX drop filters for EF10Ben Hutchings
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-12-12sfc: Add PTP counters to ethtool statsBen Hutchings
2013-12-12sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait}Shradha Shah
2013-12-12sfc: remove unused 'enum efx_rx_alloc_method'Andrew Rybchenko
2013-12-12sfc: remove unused 'refcnt' from efx_rx_page_stateAndrew Rybchenko
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings
2013-12-12sfc: Allow filter removal only with exactly matching priorityBen Hutchings
2013-12-12sfc: Don't refer to 'stack' in filter implementationBen Hutchings
2013-12-12sfc: Change priority and flags for automatic MAC filtersBen Hutchings
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko
2013-12-12sfc: Add more information to many warnings using WARN() and netdev_WARN()Ben Hutchings
2013-12-12sfc: Remove unnecessary condition for processing the TX timestamp queueBen Hutchings
2013-12-12sfc: Don't clear timestamps in efx_ptp_rx()Ben Hutchings
2013-12-12sfc: Enable PTP clock and timestamping for all functions on EF10Ben Hutchings
2013-12-12sfc: Associate primary and secondary functions of controllerBen Hutchings
2013-12-12sfc: Store VPD serial number at probe timeBen Hutchings
2013-12-12sfc: Add RX packet timestamping for EF10Jon Cooper
2013-12-12sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Ben Hutchings
2013-12-12sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko
2013-12-12sfc: Add support for SFC9100 timestamp formatLaurence Evans
2013-12-12sfc: Tidy up PTP synchronization codeLaurence Evans
2013-12-12sfc: PTP - tidy up unused/useless variablesLaurence Evans