aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah6-11/+11
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper8-36/+177
2015-05-09sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree5-17/+111
2015-05-09sfc: manually allocate and free vadaptorsShradha Shah3-16/+76
2015-05-09sfc: create vports for VFs and assign random MAC addressesShradha Shah3-37/+244
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah9-15/+175
2015-05-09sfc: get the PF number and record in nic_dataDaniel Pieczko2-0/+24
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko7-3/+167
2015-05-09sfc: record the PF's vport ID in nic_dataDaniel Pieczko2-4/+11
2015-05-09sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko3-16/+17
2015-05-09sfc: Use MCDI to set FILTER_OP_IN_TX_DOMAINShradha Shah1-0/+1
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah9-1/+82
2015-05-09sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko3-57/+67
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah15-210/+355
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2015-04-17sfc: Fix memcpy() with const destination compiler warning.David S. Miller1-1/+1
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds2-5/+2
2015-04-08sfc: Revert SRIOV changes.David S. Miller16-454/+207
2015-04-08sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah9-1/+87
2015-04-08sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah15-207/+368
2015-03-31ptp: sfc: convert to the 64 bit get/set time methods.Richard Cochran1-11/+11
2015-03-24net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt2-5/+2
2015-03-08ethernet: codespell comment spelling fixesJoe Perches5-7/+7
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-4/+14
2014-11-16sfc: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.cShradha Shah7-8/+56
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah6-141/+149
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah5-52/+84
2014-11-03sfc: don't BUG_ON efx->max_channels == 0 in probeEdward Cree1-1/+2
2014-10-22sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper1-4/+0
2014-10-17sfc: add support for skb->xmit_moreEdward Cree2-29/+43
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2014-09-16sfc: fix addr_list_lock spinlock use before initEdward Cree1-0/+3
2014-09-09sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-29sfc: Use __iowrite64_copy instead of a slightly different local functionBen Hutchings1-17/+7
2014-07-22sfc: Add support for busy pollingAlexandre Rames5-7/+208
2014-07-17sfc: Add per-queue statistics in ethtoolAndrew Rybchenko4-2/+66
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree9-10/+56
2014-07-14sfc: Add 40G link capability decodingEdward Cree1-0/+11
2014-07-14sfc: Adding PCI ID for Solarflare 7000 series 40G network adapter.Mateusz Wrzesinski1-0/+2
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+24
2014-06-11sfc: PIO:Restrict to 64bit arch and use 64-bit writes.Jon Cooper2-5/+24
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-nextDavid S. Miller1-5/+5
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-5/+5
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+8
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty1-1/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-12sfc: fix calling of free_irq with already free vectorNikolay Aleksandrov1-6/+8