aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-08net/sched: taprio: calculate tc gate durationsVladimir Oltean
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean
2023-02-08net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean
2023-02-08net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean
2023-02-08net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean
2023-02-08net/sched: taprio: delete peek() implementationVladimir Oltean
2023-02-08Merge branch 'micrel-lan8841-support'David S. Miller
2023-02-08dt-bindings: net: micrel-ksz90x1.txt: Update for lan8841Horatiu Vultur
2023-02-08net: micrel: Add support for lan8841 PHYHoratiu Vultur
2023-02-08net: lan966x: Add support for TC flower filter statisticsHoratiu Vultur
2023-02-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-02-07devlink: Fix memleak in health diagnose callbackMoshe Shemesh
2023-02-07nfp: flower: add check for flower VF netdevs for get/set_eepromJames Hershaw
2023-02-07Merge branch 'mlxsw-misc-devlink-changes'Jakub Kicinski
2023-02-07mlxsw: core: Register devlink instance before sub-objectsIdo Schimmel
2023-02-07mlxsw: spectrum_acl_tcam: Move devlink param to TCAM codeIdo Schimmel
2023-02-07mlxsw: spectrum_acl_tcam: Reorder functions to avoid forward declarationsIdo Schimmel
2023-02-07mlxsw: spectrum_acl_tcam: Make fini symmetric to initIdo Schimmel
2023-02-07mlxsw: spectrum_acl_tcam: Add missing mutex_destroy()Ido Schimmel
2023-02-07mlxsw: spectrum: Remove pointless call to devlink_param_driverinit_value_set()Danielle Ratson
2023-02-07net: enetc: add support for MAC Merge statistics countersVladimir Oltean
2023-02-07net: enetc: add support for MAC Merge layerVladimir Oltean
2023-02-07Merge branch 'sched-cpumask-improve-on-cpumask_local_spread-locality'Jakub Kicinski
2023-02-07lib/cpumask: update comment for cpumask_local_spread()Yury Norov
2023-02-07net/mlx5e: Improve remote NUMA preferences used for the IRQ affinity hintsTariq Toukan
2023-02-07sched/topology: Introduce for_each_numa_hop_mask()Valentin Schneider
2023-02-07sched/topology: Introduce sched_numa_hop_mask()Valentin Schneider
2023-02-07lib/cpumask: reorganize cpumask_local_spread() logicYury Norov
2023-02-07cpumask: improve on cpumask_local_spread() localityYury Norov
2023-02-07sched: add sched_numa_find_nth_cpu()Yury Norov
2023-02-07cpumask: introduce cpumask_nth_and_andnotYury Norov
2023-02-07lib/find: introduce find_nth_and_andnot_bitYury Norov
2023-02-07Merge branch 'net-core-use-a-dedicated-kmem_cache-for-skb-head-allocs'Jakub Kicinski
2023-02-07net: add dedicated kmem_cache for typical/small skb->headEric Dumazet
2023-02-07net: factorize code in kmalloc_reserve()Eric Dumazet
2023-02-07net: remove osize variable in __alloc_skb()Eric Dumazet
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet
2023-02-07Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni
2023-02-07ethtool: mm: fix get_mm() return code not propagating to user spaceVladimir Oltean
2023-02-06net: openvswitch: reduce cpu_used_mask memoryEddy Tao
2023-02-06amd-xgbe: fix mismatched prototypeArnd Bergmann
2023-02-06net: mscc: ocelot: un-export unused regmap symbolsColin Foster
2023-02-06Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linuxJakub Kicinski
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller
2023-02-06ice: introduce .irq_close VF operationJacob Keller
2023-02-06ice: introduce clear_reset_state operationJacob Keller
2023-02-06ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller
2023-02-06ice: introduce ice_vf_init_host_cfg functionJacob Keller
2023-02-06ice: add a function to initialize vf entryJacob Keller
2023-02-06ice: Pull common tasks into ice_vf_post_vsi_rebuildJacob Keller