summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper2015-05-224-23/+27
* sfc: Enable a VF to get its own MAC addressDaniel Pieczko2015-05-222-2/+34
* sfc: protect filter table against use-after-freeEdward Cree2015-05-225-12/+55
* sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah2015-05-223-0/+37
* sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah2015-05-225-7/+21
* sfc: Store vf_index in nic_data for Ef10.Shradha Shah2015-05-222-17/+52
* sfc: MC_CMD_SET_MAC can only be called by the link control FunctionShradha Shah2015-05-221-1/+8
* sfc: change definition of MC_CMD_VADAPTOR_ALLOCShradha Shah2015-05-221-1/+14
* sfc: Add permissions to MCDI commandsShradha Shah2015-05-221-0/+294
* sfc: nicer log message on Siena SR-IOV probe failEdward Cree2015-05-181-3/+5
* sfc: suppress some MCDI error messages in PTPEdward Cree2015-05-131-11/+16
* sfc: nicer log message on PTP probe failEdward Cree2015-05-131-1/+6
* sfc: Bind the sfc driver to any available VF'sShradha Shah2015-05-096-11/+11
* sfc: Add use of shared RSS contexts.Jon Cooper2015-05-098-36/+177
* sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree2015-05-095-17/+111
* sfc: manually allocate and free vadaptorsShradha Shah2015-05-093-16/+76
* sfc: create vports for VFs and assign random MAC addressesShradha Shah2015-05-093-37/+244
* sfc: Prepare to bind the sfc driver to the VF.Shradha Shah2015-05-099-15/+175
* sfc: get the PF number and record in nic_dataDaniel Pieczko2015-05-092-0/+24
* sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko2015-05-097-3/+167
* sfc: record the PF's vport ID in nic_dataDaniel Pieczko2015-05-092-4/+11
* sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko2015-05-093-16/+17
* 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 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/+2Star
|\ \ | |/ |/|
| * net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt2015-03-242-5/+2Star
* | sfc: Revert SRIOV changes.David S. Miller2015-04-0816-454/+207Star
* | 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-095-7/+7
|/
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-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-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