summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.h
AgeCommit message (Expand)Author
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)
2020-01-10sfc: move RSS codeAlex Maftei (amaftei)
2020-01-10sfc: move more rx codeAlex Maftei (amaftei)
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)
2020-01-08sfc: move channel alloc/removal codeAlex Maftei (amaftei)
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)
2019-11-22sfc: do ARFS expiry work occasionally even without NAPI pollEdward Cree
2019-11-22sfc: change ARFS expiry mechanismEdward Cree
2019-10-31sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-04-24sfc: ARFS filter IDsEdward Cree
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree
2018-03-27sfc: replace asynchronous filter operationsEdward Cree
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree
2018-01-10sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-04-25sfc: tx ring can only have 2048 entries for all EF10 NICsBert Kenward
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward
2016-06-15sfc: Assert filter_sem write locked when requiredEdward Cree
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend
2015-12-12sfc: only use RSS filters if we're using RSSBert Kenward
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah
2015-05-21sfc: add ndo_set_vf_mac() function for EF10Shradha Shah
2015-05-21sfc: protect filter table against use-after-freeEdward Cree
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah
2014-07-22sfc: Add support for busy pollingAlexandre Rames
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree
2014-02-12sfc: Update product namingBen Hutchings
2014-01-23sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings
2013-12-12sfc: Change priority and flags for automatic MAC filtersBen Hutchings
2013-12-12sfc: Make initial fill of RX descriptors synchronousJon Cooper
2013-09-24sfc: Remove extern from function prototypesJoe Perches
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings
2013-08-29sfc: Update copyright bannersBen Hutchings
2013-08-29sfc: Document conditions for multicast replication vs filter replacementBen Hutchings
2013-08-27sfc: Move MTD operations into efx_nic_typeBen Hutchings
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings
2013-08-21sfc: Remove efx_process_channel_now()Ben Hutchings