summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree1-0/+21
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-0/+16
2020-07-27sfc_ef100: register accesses on EF100Edward Cree1-0/+2
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski1-10/+1
2020-07-02sfc: assign TXQs without gapsEdward Cree1-1/+4
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree1-21/+13
2020-07-02sfc: remove max_interrupt_modeEdward Cree1-3/+0
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree1-1/+1
2020-06-29sfc: track which BAR is mappedEdward Cree1-0/+3
2020-06-29sfc: don't try to create more channels than we can have VIsEdward Cree1-0/+1
2020-05-11sfc: make firmware-variant printing a nic_type functionEdward Cree1-0/+3
2020-05-11sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree1-0/+2
2020-05-11sfc: make capability checking a nic_type functionTom Zhao1-0/+3
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree1-0/+2
2020-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer1-0/+6
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+0
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao1-3/+0
2020-02-26sfc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)1-3/+3
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)1-1/+12
2020-01-02sfc: Remove unnecessary dependencies on I2CBen Hutchings1-1/+0
2019-12-20sfc: fix channel allocation with brute forceEdward Cree1-3/+1
2019-11-22sfc: do ARFS expiry work occasionally even without NAPI pollEdward Cree1-1/+1
2019-11-22sfc: add statistics for ARFSEdward Cree1-0/+4
2019-11-22sfc: change ARFS expiry mechanismEdward Cree1-6/+8
2019-10-31sfc: add XDP counters to ethtool statsCharles McLachlan1-0/+8
2019-10-31sfc: allocate channels for XDP tx queuesCharles McLachlan1-3/+31
2019-10-31sfc: perform XDP processing on received packetsCharles McLachlan1-0/+12
2019-10-31sfc: support encapsulation of xdp_frames in efx_tx_bufferCharles McLachlan1-2/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-07-04sfc: batch up RX deliveryEdward Cree1-0/+3
2018-04-24sfc: ARFS filter IDsEdward Cree1-0/+36
2018-04-14sfc: limit ARFS workitems in flight per channelEdward Cree1-0/+25
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree1-0/+2
2018-03-27sfc: use a semaphore to lock farch filters tooEdward Cree1-2/+0
2018-03-27sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree1-1/+1
2018-03-27sfc: replace asynchronous filter operationsEdward Cree1-6/+4
2018-03-14sfc: support FEC configuration through ethtoolEdward Cree1-0/+8
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree1-8/+36
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree1-2/+10
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets1-0/+9
2018-01-10sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree1-1/+1
2017-12-21sfc: support variable number of MAC statsEdward Cree1-0/+3
2017-12-18sfc: improve PTP error reportingEdward Cree1-0/+2
2017-12-18sfc: support VI strides other than 8kEdward Cree1-0/+3
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree1-1/+1
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko1-1/+4
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper1-0/+19
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper1-0/+1
2017-02-09sfc: process RX event inner checksum flagsJon Cooper1-7/+12