summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2015-05-21sfc: protect filter table against use-after-freeEdward Cree
2015-05-21sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah
2015-05-21sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah
2015-05-21sfc: Store vf_index in nic_data for Ef10.Shradha Shah
2015-05-21sfc: MC_CMD_SET_MAC can only be called by the link control FunctionShradha Shah
2015-05-21sfc: change definition of MC_CMD_VADAPTOR_ALLOCShradha Shah
2015-05-21sfc: Add permissions to MCDI commandsShradha Shah
2015-05-18sfc: nicer log message on Siena SR-IOV probe failEdward Cree
2015-05-13sfc: suppress some MCDI error messages in PTPEdward Cree
2015-05-13sfc: nicer log message on PTP probe failEdward Cree
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper
2015-05-09sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree
2015-05-09sfc: manually allocate and free vadaptorsShradha Shah
2015-05-09sfc: create vports for VFs and assign random MAC addressesShradha Shah
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah
2015-05-09sfc: get the PF number and record in nic_dataDaniel Pieczko
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko
2015-05-09sfc: record the PF's vport ID in nic_dataDaniel Pieczko
2015-05-09sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko
2015-05-09sfc: Use MCDI to set FILTER_OP_IN_TX_DOMAINShradha Shah
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah
2015-05-09sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-04-17sfc: Fix memcpy() with const destination compiler warning.David S. Miller
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds
2015-04-08sfc: Revert SRIOV changes.David S. Miller
2015-04-08sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah
2015-04-08sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah
2015-03-31ptp: sfc: convert to the 64 bit get/set time methods.Richard Cochran
2015-03-24net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt
2015-03-09ethernet: codespell comment spelling fixesJoe Perches
2014-12-09ethtool: Support for configurable RSS hash functionEyal Perry
2014-11-16sfc: use netdev_rss_key_fill() helperEric Dumazet
2014-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah
2014-11-03sfc: don't BUG_ON efx->max_channels == 0 in probeEdward Cree
2014-10-22sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper
2014-10-18sfc: add support for skb->xmit_moreEdward Cree
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-16sfc: fix addr_list_lock spinlock use before initEdward Cree
2014-09-10sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-29sfc: Use __iowrite64_copy instead of a slightly different local functionBen Hutchings
2014-07-23sfc: Add support for busy pollingAlexandre Rames
2014-07-17sfc: Add per-queue statistics in ethtoolAndrew Rybchenko
2014-07-16sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree