aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-24sfc: Remove extern from function prototypesJoe Perches1-54/+50
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings1-0/+1
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-29sfc: Document conditions for multicast replication vs filter replacementBen Hutchings1-7/+15
2013-08-27sfc: Move MTD operations into efx_nic_typeBen Hutchings1-1/+6
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings1-21/+86
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings1-1/+0
2013-08-21sfc: Remove efx_process_channel_now()Ben Hutchings1-2/+0
2013-06-24sfc: Fix EEH with legacy interrupts.Alexandre Rames1-0/+1
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko1-0/+1
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings1-7/+6
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings1-0/+7
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames1-1/+0