Centos-kernel-stream-9/kernel
Jeff Moyer 63317c47dc net: skbuff: drop the word head from skb cache
JIRA: https://issues.redhat.com/browse/RHEL-64867

commit 025a785ff083729819dc82ac81baf190cb4aee5c
Author: Jakub Kicinski <kuba@kernel.org>
Date:   Wed Feb 8 22:06:42 2023 -0800

    net: skbuff: drop the word head from skb cache
    
    skbuff_head_cache is misnamed (perhaps for historical reasons?)
    because it does not hold heads. Head is the buffer which skb->data
    points to, and also where shinfo lives. struct sk_buff is a metadata
    structure, not the head.
    
    Eric recently added skb_small_head_cache (which allocates actual
    head buffers), let that serve as an excuse to finally clean this up :)
    
    Leave the user-space visible name intact, it could possibly be uAPI.
    
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>
    Reviewed-by: Eric Dumazet <edumazet@google.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
2024-11-28 16:03:44 -05:00
..
bpf net: skbuff: drop the word head from skb cache 2024-11-28 16:03:44 -05:00
cgroup Merge: cgroup: Extend cgroup.stat as a replacement of /proc/cgroups for v2 2024-11-25 13:17:36 +00:00
configs
debug
dma
entry
events
futex
gcov
irq
kcsan
livepatch
locking
module
power
printk
rcu
sched
time
trace Merge: uprobes: encapsulate preparation of uprobe args buffer 2024-11-28 20:18:58 +00:00
.gitignore
Kconfig.freezer
Kconfig.hz
Kconfig.locks
Kconfig.preempt
Makefile
acct.c
async.c
audit.c
audit.h
audit_fsnotify.c
audit_tree.c
audit_watch.c
auditfilter.c
auditsc.c
backtracetest.c
bounds.c
capability.c
cfi.c
compat.c
configs.c
context_tracking.c
cpu.c
cpu_pm.c
crash_core.c
crash_dump.c
cred.c
delayacct.c
dma.c
exec_domain.c
exit.c
exit.h
extable.c
fail_function.c
fork.c
freezer.c
gen_kheaders.sh
groups.c
hung_task.c
iomem.c
irq_work.c
jump_label.c
kallsyms.c
kallsyms_internal.h
kallsyms_selftest.c
kallsyms_selftest.h
kcmp.c
kcov.c
kexec.c
kexec_core.c
kexec_elf.c
kexec_file.c
kexec_internal.h
kheaders.c
kprobes.c
ksyms_common.c
ksysfs.c
kthread.c kthread: unpark only parked kthread 2024-11-25 12:31:48 +00:00
latencytop.c
module_signature.c
notifier.c
nsproxy.c
padata.c
panic.c
params.c
pid.c
pid_namespace.c
pid_sysctl.h
platform-feature.c
profile.c
ptrace.c
range.c
reboot.c
regset.c
relay.c
resource.c
resource_kunit.c
rh_messages.c
rh_messages.h
rh_shadowman.c
rseq.c
scftorture.c
scs.c
seccomp.c
signal.c
smp.c
smpboot.c
smpboot.h
softirq.c
stackleak.c
stacktrace.c
static_call.c
static_call_inline.c Merge: static_call: Replace pointless WARN_ON() in static_call_module_notify() 2024-11-15 21:09:46 +00:00
stop_machine.c
sys.c
sys_ni.c
sysctl-test.c
sysctl.c
task_work.c
taskstats.c
test_kprobes.c
torture.c
tracepoint.c
tsacct.c
ucount.c
uid16.c
uid16.h
umh.c
up.c
user-return-notifier.c
user.c
user_namespace.c
usermode_driver.c
utsname.c
utsname_sysctl.c
watch_queue.c
watchdog.c
watchdog_hld.c
workqueue.c
workqueue_internal.h