summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/net_driver.h
AgeCommit message (Expand)Author
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree
2020-07-02sfc: remove max_interrupt_modeEdward Cree
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree
2020-06-29sfc: track which BAR is mappedEdward Cree
2020-06-29sfc: don't try to create more channels than we can have VIsEdward Cree
2020-05-11sfc: make firmware-variant printing a nic_type functionEdward Cree
2020-05-11sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree
2020-05-11sfc: make capability checking a nic_type functionTom Zhao
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree
2020-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao
2020-02-26sfc: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)
2020-01-02sfc: Remove unnecessary dependencies on I2CBen Hutchings
2019-12-20sfc: fix channel allocation with brute forceEdward Cree
2019-11-22sfc: do ARFS expiry work occasionally even without NAPI pollEdward Cree
2019-11-22sfc: add statistics for ARFSEdward Cree
2019-11-22sfc: change ARFS expiry mechanismEdward Cree
2019-10-31sfc: add XDP counters to ethtool statsCharles McLachlan
2019-10-31sfc: allocate channels for XDP tx queuesCharles McLachlan
2019-10-31sfc: perform XDP processing on received packetsCharles McLachlan
2019-10-31sfc: support encapsulation of xdp_frames in efx_tx_bufferCharles McLachlan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-07-04sfc: batch up RX deliveryEdward Cree
2018-04-24sfc: ARFS filter IDsEdward Cree
2018-04-14sfc: limit ARFS workitems in flight per channelEdward Cree
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree
2018-03-27sfc: use a semaphore to lock farch filters tooEdward Cree
2018-03-27sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree
2018-03-27sfc: replace asynchronous filter operationsEdward Cree
2018-03-14sfc: support FEC configuration through ethtoolEdward Cree
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets
2018-01-10sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree
2017-12-21sfc: support variable number of MAC statsEdward Cree
2017-12-18sfc: improve PTP error reportingEdward Cree
2017-12-18sfc: support VI strides other than 8kEdward Cree
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper
2017-02-09sfc: process RX event inner checksum flagsJon Cooper
2017-02-03sfc: get rid of custom busy polling codeEric Dumazet
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree
2017-01-17sfc: support setting RSS hash key through ethtool APIEdward Cree
2017-01-16sfc: allow PIO more oftenEdward Cree
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward