aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-15sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko1-1/+9
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets1-0/+2
2016-06-15sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko1-2/+36
2016-06-15sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko1-4/+14
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper1-5/+27
2015-12-23sfc: Downgrade or remove some error messagesBert Kenward1-3/+4
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-1/+1
2015-12-15net: 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-18net: provide generic busy polling to all NAPI driversEric Dumazet1-1/+0
2015-11-16sfc: constify pci_error_handlers structuresJulia Lawall1-1/+1
2015-11-10sfc: don't call dma_supportedChristoph Hellwig1-5/+3
2015-10-27sfc: 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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-93/+224
2015-06-15sfc: 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-21sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah1-2/+2
2015-05-21sfc: add ndo_set_vf_link_state() function for EF10Edward Cree1-0/+1
2015-05-21sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper1-2/+6
2015-05-21sfc: add ndo_set_vf_mac() function for EF10Shradha Shah1-2/+2
2015-05-21sfc: protect filter table against use-after-freeEdward Cree1-10/+29
2015-05-21sfc: 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_ops and sriov removed from Falcon codeShradha Shah1-55/+49
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus 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_ops and sriov removed from Falcon codeShradha Shah1-54/+41
2015-03-24net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt1-3/+1
2015-03-08ethernet: 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_sriov.cShradha 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-22sfc: Add support for busy pollingAlexandre Rames1-3/+51
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree1-0/+11
2014-07-14sfc: Adding PCI ID for Solarflare 7000 series 40G network adapter.Mateusz Wrzesinski1-0/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree1-3/+16