summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
...
| * | sfc: Use MCDI to set FILTER_OP_IN_TX_DOMAINShradha Shah2015-05-091-0/+1
| * | sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah2015-05-099-1/+82
| * | sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko2015-05-093-57/+67
| * | sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah2015-05-0915-210/+355
* | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-021-17/+25
|\ \ \ | | |/ | |/|
| * | sfc: free multiple Rx buffers when requiredDaniel Pieczko2015-05-311-17/+25
| |/
* | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-171-1/+1
|\
| * sfc: Fix memcpy() with const destination compiler warning.David S. Miller2015-04-171-1/+1
* | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-162-5/+2
|\ \ | |/ |/|
| * net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt2015-03-242-5/+2
* | sfc: Revert SRIOV changes.David S. Miller2015-04-0816-454/+207
* | sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah2015-04-089-1/+87
* | sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah2015-04-0815-207/+368
* | ptp: sfc: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-11/+11
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-085-7/+7
|/
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-081-4/+14
* sfc: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-061-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/+0
* sfc: add support for skb->xmit_moreEdward Cree2014-10-172-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-091-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-291-17/+7
* sfc: Add support for busy pollingAlexandre Rames2014-07-225-7/+208
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-174-2/+66
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-159-10/+56
* sfc: Add 40G link capability decodingEdward Cree2014-07-141-0/+11
* sfc: Adding PCI ID for Solarflare 7000 series 40G network adapter.Mateusz Wrzesinski2014-07-141-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-112-5/+24
|\
| * sfc: PIO:Restrict to 64bit arch and use 64-bit writes.Jon Cooper2014-06-112-5/+24
* | Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-021-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-142-0/+6
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-109-39/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-0/+7
|\
| * sfc: check for NULL efx->ptp_data in efx_ptp_eventEdward Cree2014-02-261-0/+7
OpenPOWER on IntegriCloud