summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: check MTU against minimum thresholdBert Kenward2016-09-061-1/+11
* sfc: get timer configuration from adapterBert Kenward2016-08-121-4/+5
* sfc: set interrupt moderation via MCDIBert Kenward2016-08-121-43/+46
* sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko2016-06-151-1/+9
* sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets2016-06-151-0/+2
* sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-151-2/+36
* sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2016-06-151-4/+14
* sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-05-311-5/+27
* sfc: Downgrade or remove some error messagesBert Kenward2015-12-231-3/+4
* net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-151-1/+1
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* sfc: Add PCI ID for Solarflare 8000 series 10/40G NICBert Kenward2015-12-011-0/+6
* net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-1/+0
* sfc: constify pci_error_handlers structuresJulia Lawall2015-11-161-1/+1
* sfc: don't call dma_supportedChristoph Hellwig2015-11-101-5/+3
* sfc: replace spinlocks with bit ops for busy poll lockingBert Kenward2015-10-271-2/+2
* sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah2015-08-281-18/+39
* sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning2015-07-091-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-93/+224
|\
| * sfc: mark state UNINIT after unregisterEdward Cree2015-06-151-0/+1
| * sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko2015-06-021-1/+3
| * sfc: force removal of VF and vport on driver removalDaniel Pieczko2015-06-021-1/+2
| * sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah2015-06-021-0/+1
| * sfc: add sysfs entry to control MCDI tracingEdward Cree2015-05-271-7/+42
| * sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah2015-05-211-2/+2
| * sfc: add ndo_set_vf_link_state() function for EF10Edward Cree2015-05-211-0/+1
| * sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper2015-05-211-2/+6
| * sfc: add ndo_set_vf_mac() function for EF10Shradha Shah2015-05-211-2/+2
| * sfc: protect filter table against use-after-freeEdward Cree2015-05-211-10/+29
| * sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah2015-05-211-2/+11
| * sfc: Bind the sfc driver to any available VF'sShradha Shah2015-05-091-1/+5
| * sfc: Add use of shared RSS contexts.Jon Cooper2015-05-091-5/+12
| * sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree2015-05-091-2/+3
| * sfc: Prepare to bind the sfc driver to the VF.Shradha Shah2015-05-091-5/+10
| * sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko2015-05-091-3/+27
| * sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah2015-05-091-0/+23
| * sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah2015-05-091-55/+49
* | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+1
|/
* Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-161-3/+1
|\
| * net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt2015-03-241-3/+1
* | sfc: Revert SRIOV changes.David S. Miller2015-04-081-64/+54
* | sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah2015-04-081-0/+23
* | sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah2015-04-081-54/+41
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
|/
* sfc: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+1
* sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah2014-11-061-6/+7
* sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah2014-11-061-10/+11
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* sfc: Add support for busy pollingAlexandre Rames2014-07-221-3/+51
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-151-0/+11
OpenPOWER on IntegriCloud