summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-07sfc: check MTU against minimum thresholdBert Kenward1-1/+11
2016-08-13sfc: get timer configuration from adapterBert Kenward1-4/+5
2016-08-13sfc: set interrupt moderation via MCDIBert Kenward1-43/+46
2016-06-16sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko1-1/+9
2016-06-16sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets1-0/+2
2016-06-16sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko1-2/+36
2016-06-16sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko1-4/+14
2016-06-01sfc: Track RPS flow IDs per channel instead of per functionJon Cooper1-5/+27
2015-12-24sfc: Downgrade or remove some error messagesBert Kenward1-3/+4
2015-12-16net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-1/+1
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-01sfc: Add PCI ID for Solarflare 8000 series 10/40G NICBert Kenward1-0/+6
2015-11-19net: provide generic busy polling to all NAPI driversEric Dumazet1-1/+0
2015-11-16sfc: constify pci_error_handlers structuresJulia Lawall1-1/+1
2015-11-11sfc: don't call dma_supportedChristoph Hellwig1-5/+3
2015-10-28sfc: replace spinlocks with bit ops for busy poll lockingBert Kenward1-2/+2
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah1-18/+39
2015-07-09sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning1-0/+14
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-93/+224
2015-06-16sfc: mark state UNINIT after unregisterEdward Cree1-0/+1
2015-06-02sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko1-1/+3
2015-06-02sfc: force removal of VF and vport on driver removalDaniel Pieczko1-1/+2
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah1-0/+1
2015-05-27sfc: add sysfs entry to control MCDI tracingEdward Cree1-7/+42
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2015-05-22sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah1-2/+2
2015-05-22sfc: add ndo_set_vf_link_state() function for EF10Edward Cree1-0/+1
2015-05-22sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper1-2/+6
2015-05-22sfc: add ndo_set_vf_mac() function for EF10Shradha Shah1-2/+2
2015-05-22sfc: protect filter table against use-after-freeEdward Cree1-10/+29
2015-05-22sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah1-2/+11
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah1-1/+5
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper1-5/+12
2015-05-09sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree1-2/+3
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah1-5/+10
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko1-3/+27
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah1-0/+23
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah1-55/+49
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds1-3/+1
2015-04-08sfc: Revert SRIOV changes.David S. Miller1-64/+54
2015-04-08sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah1-0/+23
2015-04-08sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah1-54/+41
2015-03-24net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt1-3/+1
2015-03-09ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2014-11-16sfc: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah1-6/+7
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah1-10/+11
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-23sfc: Add support for busy pollingAlexandre Rames1-3/+51
2014-07-16sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree1-0/+11