summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-02-07net: mscc: ocelot: un-export unused regmap symbolsColin Foster1-28/+14
2023-02-07Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linuxJakub Kicinski8-735/+461
2023-02-06tap: tap_open(): correctly initialize socket uidPietro Borrello1-1/+1
2023-02-06tun: tun_chr_open(): correctly initialize socket uidPietro Borrello1-1/+1
2023-02-06net: enetc: act upon mqprio queue config in taprio offloadVladimir Oltean1-14/+6
2023-02-06net: enetc: act upon the requested mqprio queue configurationVladimir Oltean1-31/+70
2023-02-06net: enetc: request mqprio to validate the queue countsVladimir Oltean2-7/+7
2023-02-06net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean6-0/+93
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean12-2/+12
2023-02-06gve: Fix gve interrupt namesPraveen Kaligineedi1-5/+4
2023-02-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller10-967/+1142
2023-02-06net: ngbe: Support Rx and Tx process pathMengyuan Lou2-13/+61
2023-02-06net: txgbe: Support Rx and Tx process pathJiawen Wu1-9/+28
2023-02-06net: libwx: Add tx path to process packetsMengyuan Lou4-0/+465
2023-02-06net: libwx: Support to receive packets in NAPIJiawen Wu4-1/+706
2023-02-06net: txgbe: Setup Rx and Tx ringJiawen Wu3-3/+44
2023-02-06net: libwx: Allocate Rx and Tx resourcesJiawen Wu5-0/+388
2023-02-06net: libwx: Configure Rx and Tx unit on hardwareJiawen Wu3-0/+684
2023-02-06net: txgbe: Add interrupt supportJiawen Wu2-0/+219
2023-02-06net: ngbe: Add irqs request flowMengyuan Lou2-1/+202
2023-02-06net: libwx: Add irq flow functionsMengyuan Lou6-2/+788
2023-02-06Merge tag 'mlx5-updates-2023-02-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller17-54/+129
2023-02-06virtio-net: Maintain reverse cleanup orderParav Pandit1-1/+1
2023-02-06sparx5: add support for configuring PSFP via tcDaniel Machon3-3/+240
2023-02-06net: microchip: sparx5: initialize PSFPDaniel Machon3-0/+23
2023-02-06net: microchip: sparx5: add support for PSFP stream filtersDaniel Machon2-0/+95
2023-02-06net: microchip: sparx5: add support for PSFP stream gatesDaniel Machon2-0/+179
2023-02-06net: microchip: sparx5: add function for calculating PTP basetimeDaniel Machon3-2/+63
2023-02-06net: microchip: sparx5: add support for PSFP flow-metersDaniel Machon3-1/+98
2023-02-06net: microchip: sparx5: add support for service policersDaniel Machon3-1/+70
2023-02-06net: microchip: sparx5: add support for Service Dual Leacky BucketsDaniel Machon3-1/+367
2023-02-06net: microchip: sparx5: add resource poolsDaniel Machon3-1/+95
2023-02-06net: microchip: add registers needed for PSFPDaniel Machon2-7/+579
2023-02-04net/mlx5e: Trigger NAPI after activating an SQMaxim Mikityanskiy4-7/+15
2023-02-04net/mlx5e: IPsec, support upper protocol selector field offloadRaed Salem3-0/+56
2023-02-04net/mlx5e: IPoIB, Add support for XDR speedDragos Tatulea1-0/+2
2023-02-04net/mlx5: Enhance debug print in page allocation failureJack Morgenstein1-1/+2
2023-02-04net/mlx5: Add firmware support for MTUTC scaled_ppm frequency adjustmentsRahul Rameshbabu1-3/+12
2023-02-04net/mlx5: Lag, Move mpesw related definitions to mpesw.hRoi Dayan2-15/+15
2023-02-04net/mlx5: Lag, Use flag to check for shared FDB modeMark Bloch1-2/+1
2023-02-04net/mlx5: Lag, Remove redundant bool allocation on the stackRoi Dayan2-9/+3
2023-02-04net/mlx5: Lag, Use mlx5_lag_dev() instead of derefering pointersRoi Dayan3-10/+11
2023-02-04net/mlx5: Lag, Update multiport eswitch check to log an errorRoi Dayan3-8/+13
2023-02-04net: enetc: ensure we always have a minimum number of TXQs for stackVladimir Oltean2-0/+17
2023-02-04net: enetc: recalculate num_real_tx_queues when XDP program attachesVladimir Oltean1-14/+21
2023-02-04net: enetc: allow the enetc_reconfigure() callback to failVladimir Oltean1-4/+14
2023-02-04net: enetc: simplify enetc_num_stack_tx_queues()Vladimir Oltean1-4/+2
2023-02-03ice: implement devlink reinit actionMichal Swiatkowski1-22/+81
2023-02-03ice: update VSI instead of init in some caseMichal Swiatkowski3-9/+13
2023-02-03ice: move VSI delete outside deconfigMichal Swiatkowski3-20/+14