index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-18
net: netmem: fix skb_ensure_writable with unreadable skbs
Mina Almasry
1
-3
/
+0
2025-05-22
net: fold __skb_checksum() into skb_checksum()
Eric Biggers
1
-52
/
+7
2025-05-22
net: add skb_crc32c()
Eric Biggers
1
-0
/
+73
2025-05-13
net: devmem: Implement TX path
Mina Almasry
1
-7
/
+11
2025-05-13
net: add get_netmem/put_netmem support
Mina Almasry
1
-0
/
+30
2025-04-17
skb: implement skb_send_sock_locked_with_flags()
Antonio Quartulli
1
-5
/
+13
2025-04-15
page_pool: Move pp_magic check into helper functions
Toke Høiland-Jørgensen
1
-14
/
+2
2025-03-25
net-timestamp: COMPLETION timestamp on packet tx completion
Pauli Virtanen
1
-0
/
+2
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-02-27
net: skbuff: introduce napi_skb_cache_get_bulk()
Alexander Lobakin
1
-0
/
+62
2025-02-25
ipvs: Always clear ipvs_property flag in skb_scrub_packet()
Philo Lu
1
-1
/
+1
2025-02-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+53
2025-02-21
bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback
Jason Xing
1
-1
/
+4
2025-02-21
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callback
Jason Xing
1
-4
/
+7
2025-02-21
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callback
Jason Xing
1
-1
/
+8
2025-02-21
bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callback
Jason Xing
1
-0
/
+20
2025-02-21
net-timestamp: Prepare for isolating two modes of SO_TIMESTAMPING
Jason Xing
1
-0
/
+20
2025-02-20
Revert "net: skb: introduce and use a single page frag cache"
Paolo Abeni
1
-99
/
+5
2025-02-20
net: allow small head cache usage with large MAX_SKB_FRAGS values
Paolo Abeni
1
-3
/
+7
2024-12-06
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
1
-1
/
+1
2024-11-11
mm: page_frag: avoid caller accessing 'page_frag_cache' directly
Yunsheng Lin
1
-3
/
+3
2024-10-09
net-timestamp: namespacify the sysctl_tstamp_allow_data
Jason Xing
1
-1
/
+1
2024-09-12
net: add support for skbs with unreadable frags
Mina Almasry
1
-2
/
+41
2024-09-12
net: support non paged skb frags
Mina Almasry
1
-0
/
+11
2024-09-12
page_pool: devmem support
Mina Almasry
1
-12
/
+11
2024-09-11
Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
1
-0
/
+35
2024-08-27
tc: adjust network header after 2nd vlan push
Boris Sukholitko
1
-1
/
+1
2024-08-26
net: Correct spelling in net/core
Simon Horman
1
-2
/
+2
2024-08-20
net: add copy from skb_seq_state to buffer function
Christian Hopps
1
-0
/
+35
2024-08-20
net: remove redundant check in skb_shift()
Zhang Changzhong
1
-2
/
+1
2024-08-05
net: skbuff: sprinkle more __GFP_NOWARN on ingress allocs
Jakub Kicinski
1
-6
/
+9
2024-07-03
page_pool: convert to use netmem
Mina Almasry
1
-3
/
+5
2024-07-02
net: limit scope of a skb_zerocopy_iter_stream var
Pavel Begunkov
1
-1
/
+2
2024-07-02
net: always try to set ubuf in skb_zerocopy_iter_stream
Pavel Begunkov
1
-2
/
+1
2024-06-25
net: Use nested-BH locking for napi_alloc_cache.
Sebastian Andrzej Siewior
1
-5
/
+24
2024-06-25
net: Use __napi_alloc_frag_align() instead of open coding it.
Sebastian Andrzej Siewior
1
-6
/
+2
2024-06-19
net: introduce sk_skb_reason_drop function
Yan Zhai
1
-10
/
+12
2024-06-19
net: add rx_sk to trace_kfree_skb
Yan Zhai
1
-1
/
+1
2024-06-04
net: skb: add compatibility warnings to skb_shift()
Jakub Kicinski
1
-0
/
+3
2024-05-04
Revert "net: mirror skb frag ref/unref helpers"
Mina Almasry
1
-4
/
+42
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+19
2024-05-01
net: core: reject skb_copy(_expand) for fraglist GSO skbs
Felix Fietkau
1
-8
/
+19
2024-05-01
net: move sysctl_skb_defer_max to net_hotdata
Eric Dumazet
1
-1
/
+1
2024-05-01
net: move sysctl_max_skb_frags to net_hotdata
Eric Dumazet
1
-4
/
+1
2024-04-23
Merge branch 'for-uring-ubufops' into HEAD
Jakub Kicinski
1
-12
/
+24
2024-04-23
net: add callback for setting a ubuf_info to skb
Pavel Begunkov
1
-6
/
+14
2024-04-23
net: extend ubuf_info callback to ops structure
Pavel Begunkov
1
-6
/
+10
2024-04-15
net: save some cycles when doing skb_attempt_defer_free()
Jason Xing
1
-3
/
+3
2024-04-12
net: mirror skb frag ref/unref helpers
Mina Almasry
1
-42
/
+4
2024-04-12
net: move skb ref helpers to new header
Mina Almasry
1
-0
/
+1
[next]