summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-071-1/+2
|\
| * sfc: don't BUG_ON efx->max_channels == 0 in probeEdward Cree2014-11-031-1/+2
* | sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah2014-11-067-8/+56
* | sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah2014-11-066-141/+149
* | sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah2014-11-065-52/+84
|/
* sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper2014-10-221-4/+0Star
* sfc: add support for skb->xmit_moreEdward Cree2014-10-182-29/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-0/+3
|\
| * sfc: fix addr_list_lock spinlock use before initEdward Cree2014-09-161-0/+3
* | sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones2014-09-101-1/+1
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* sfc: Use __iowrite64_copy instead of a slightly different local functionBen Hutchings2014-07-301-17/+7Star
* sfc: Add support for busy pollingAlexandre Rames2014-07-235-7/+208
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-184-2/+66
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-169-10/+56
* sfc: Add 40G link capability decodingEdward Cree2014-07-151-0/+11
* sfc: Adding PCI ID for Solarflare 7000 series 40G network adapter.Mateusz Wrzesinski2014-07-151-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-122-5/+24
|\
| * sfc: PIO:Restrict to 64bit arch and use 64-bit writes.Jon Cooper2014-06-122-5/+24
* | Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-031-5/+5
|\ \
| * | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-5/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-6/+8
|\ \ \ | | |/ | |/|
| * | sfc: fix calling of free_irq with already free vectorNikolay Aleksandrov2014-05-121-6/+8
* | | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-1/+2
| |/ |/|
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
|/
* sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree2014-04-1610-22/+133
* Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko2014-04-012-1/+9
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* sfc: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-152-0/+6
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-109-39/+37Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-0/+7
|\
| * sfc: check for NULL efx->ptp_data in efx_ptp_eventEdward Cree2014-02-261-0/+7
* | sfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-11/+9Star
* | sfc: Add/remove blank lines to tasteBen Hutchings2014-02-125-7/+2Star
* | sfc: Fail self-test with -EBUSY, not -EIO, if the device is busyBen Hutchings2014-02-121-1/+1
* | sfc: Cosmetic changes to self-test from the out-of-tree driverBen Hutchings2014-02-121-5/+13
* | sfc: Update product namingBen Hutchings2014-02-122-2/+2
* | sfc: Use canonical pointer type for MAC address in efx_set_mac_address()Ben Hutchings2014-02-121-1/+1
* | sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'Ben Hutchings2014-02-121-2/+2
* | sfc: Preserve rx_frm_trunc counters when resizing DMA ringsBen Hutchings2014-02-121-2/+0Star
* | sfc: Correct comment about number of TX queues used on EF10Ben Hutchings2014-02-121-2/+2
* | sfc: Remove unused definitions of EF10 user-mode DMA descriptorsBen Hutchings2014-02-121-61/+0Star
* | sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGNBen Hutchings2014-02-121-13/+4Star
* | sfc: Rewrite adjustment of PPS event in a clearer wayBen Hutchings2014-02-121-24/+23Star
* | sfc: Cache skb->data in local variable in efx_ptp_rx()Ben Hutchings2014-02-121-10/+13
* | sfc: Removed adhoc scheme to rate limit PTP event queue overflow messageLaurence Evans2014-02-121-20/+2Star
|/
* drivers/net: fix build warning in ethernet/sfc/tx.cPaul Gortmaker2014-02-071-0/+2
* sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings2014-01-232-2/+5
* sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings2014-01-211-2/+2
* sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper2014-01-212-8/+37