summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-08cpumask: improve on cpumask_local_spread() localityYury Norov1-10/+2
2023-02-08sched: add sched_numa_find_nth_cpu()Yury Norov2-0/+65
2023-02-08cpumask: introduce cpumask_nth_and_andnotYury Norov1-0/+20
2023-02-08lib/find: introduce find_nth_and_andnot_bitYury Norov2-0/+42
2023-02-08net/mlx5: fw_tracer, Add support for unrecognized stringShay Drory2-2/+24
2023-02-08net/mlx5: fw_tracer, Add support for strings DB update eventShay Drory3-6/+49
2023-02-08net/mlx5: fw_tracer, allow 0 size string DBsShay Drory1-0/+6
2023-02-08net/mlx5: fw_tracer: Fix debug printShay Drory1-1/+1
2023-02-08net/mlx5: fs, Remove redundant assignment of sizeRoi Dayan1-2/+0
2023-02-08net/mlx5: fs_core, Remove redundant variable errMaor Dickman1-2/+1
2023-02-08net/mlx5: Fix memory leak in error flow of port set bufferMaher Sanalla1-2/+2
2023-02-08net/mlx5e: Remove incorrect debugfs_create_dir NULL check in TLSGal Pressman1-2/+0
2023-02-08net/mlx5e: Remove incorrect debugfs_create_dir NULL check in hairpinGal Pressman1-2/+0
2023-02-08net/mlx5: fs, Remove redundant vport_number assignmentRoi Dayan1-5/+0
2023-02-08net/mlx5e: Remove redundant code for handling vlan actionsRoi Dayan4-243/+14
2023-02-08net/mlx5e: Don't listen to remove flows eventLeon Romanovsky1-3/+1
2023-02-08net/mlx5: fw reset: Skip device ID check if PCI link up failedMoshe Shemesh1-0/+1
2023-02-08net/mlx5: Remove redundant health work lockShay Drory2-23/+7
2023-02-08mlx5: reduce stack usage in mlx5_setup_tcArnd Bergmann1-6/+11
2023-02-08Merge tag 'devicetree-fixes-for-6.2-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-9/+31
2023-02-07Merge branch 'net-core-use-a-dedicated-kmem_cache-for-skb-head-allocs'Jakub Kicinski2-33/+90
2023-02-07net: add dedicated kmem_cache for typical/small skb->headEric Dumazet1-5/+67
2023-02-07net: factorize code in kmalloc_reserve()Eric Dumazet1-16/+11
2023-02-07net: remove osize variable in __alloc_skb()Eric Dumazet1-6/+4
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet2-12/+14
2023-02-07Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+0
2023-02-07Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni19-251/+728
2023-02-07ethtool: mm: fix get_mm() return code not propagating to user spaceVladimir Oltean1-1/+1
2023-02-07can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni1-0/+40
2023-02-07devlink: change port event netdev notifier from per-net to globalJiri Pirko1-3/+6
2023-02-07selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more com...Vladimir Oltean1-1/+1
2023-02-07net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"Vladimir Oltean1-12/+12
2023-02-07net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-awareVladimir Oltean1-7/+19
2023-02-07net: openvswitch: reduce cpu_used_mask memoryEddy Tao3-7/+12
2023-02-07amd-xgbe: fix mismatched prototypeArnd Bergmann1-1/+2
2023-02-07net: mscc: ocelot: un-export unused regmap symbolsColin Foster2-44/+14
2023-02-07Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linuxJakub Kicinski8-735/+461
2023-02-07cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang1-2/+2
2023-02-07ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong1-1/+1
2023-02-07ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter1-1/+1
2023-02-07ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley1-1/+15
2023-02-07ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski2-18/+12
2023-02-07ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2023-02-07Merge tag 'cgroup-for-6.2-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+36
2023-02-07Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-8/+20
2023-02-06cpuset: Call set_cpus_allowed_ptr() with appropriate mask for taskWill Deacon1-7/+11
2023-02-06cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...Waiman Long1-2/+25
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller5-35/+35
2023-02-06ice: introduce .irq_close VF operationJacob Keller3-0/+6
2023-02-06ice: introduce clear_reset_state operationJacob Keller4-4/+31