aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-14sfc: check hash is valid before using itEdward Cree1-0/+8
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-3/+13
2020-06-30sfc: commonise miscellaneous efx functionsEdward Cree1-26/+0
2020-06-29sfc: commonise ARFS handlingEdward Cree1-5/+0
2020-06-29sfc: commonise FC advertisingEdward Cree1-3/+0
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao1-0/+1
2020-02-17sfc: move some ARFS code out of headersEdward Cree1-18/+0
2020-02-17sfc: only schedule asynchronous filter work if neededEdward Cree1-1/+1
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)1-23/+1
2020-01-10sfc: move RSS codeAlex Maftei (amaftei)1-5/+0
2020-01-10sfc: move more rx codeAlex Maftei (amaftei)1-3/+0
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)1-0/+3
2020-01-08sfc: move channel alloc/removal codeAlex Maftei (amaftei)1-4/+0
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)1-32/+0
2019-11-22sfc: do ARFS expiry work occasionally even without NAPI pollEdward Cree1-3/+7
2019-11-22sfc: change ARFS expiry mechanismEdward Cree1-4/+5
2019-10-31sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan1-0/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-04-24sfc: ARFS filter IDsEdward Cree1-0/+21
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree1-2/+2
2018-03-27sfc: replace asynchronous filter operationsEdward Cree1-2/+5
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree1-1/+11
2018-01-10sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree1-1/+3
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree1-5/+0
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-2/+3
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+2
2017-04-25sfc: tx ring can only have 2048 entries for all EF10 NICsBert Kenward1-1/+4
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning1-0/+6
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward1-0/+2
2016-06-15sfc: Assert filter_sem write locked when requiredEdward Cree1-0/+9
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-1/+2
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-1/+1
2015-12-12sfc: only use RSS filters if we're using RSSBert Kenward1-0/+5
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah1-0/+1
2015-05-21sfc: add ndo_set_vf_mac() function for EF10Shradha Shah1-0/+3
2015-05-21sfc: protect filter table against use-after-freeEdward Cree1-0/+2
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper1-0/+1
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah1-0/+2
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah1-0/+7
2014-07-22sfc: Add support for busy pollingAlexandre Rames1-0/+2
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree1-0/+3
2014-02-12sfc: Update product namingBen Hutchings1-1/+1
2014-01-23sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings1-0/+3
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings1-14/+0
2013-12-12sfc: Change priority and flags for automatic MAC filtersBen Hutchings1-0/+3
2013-12-12sfc: Make initial fill of RX descriptors synchronousJon Cooper1-1/+1