index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-12
net: tso: Introduce tso_dma_map and helpers
Joe Damato
1
-0
/
+11
2026-04-03
net: always inline some skb helpers
Eric Dumazet
1
-20
/
+26
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2026-03-26
netdevsim: fix build if SKB_EXTENSIONS=n
Qingfang Deng
1
-0
/
+1
2026-02-27
net: inline skb_add_rx_frag_netmem()
Eric Dumazet
1
-2
/
+11
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+12
2026-02-05
can: add CAN skb extension infrastructure
Oliver Hartkopp
1
-0
/
+3
2026-02-02
net: add a debug check in __skb_push()
Eric Dumazet
1
-0
/
+1
2026-01-29
net: add skb_header_pointer_careful() helper
Eric Dumazet
1
-0
/
+12
2026-01-21
net: always inline __skb_incr_checksum_unnecessary()
Eric Dumazet
1
-1
/
+1
2025-11-27
netmem, devmem, tcp: access pp fields through @desc in net_iov
Byungchul Park
1
-2
/
+2
2025-11-10
net: Helper to move packet data and metadata after skb_push/pull
Jakub Sitnicki
1
-0
/
+75
2025-10-23
net: datagram: introduce datagram_poll_queue for custom receive queues
Ralf Lici
1
-0
/
+3
2025-09-25
net: gso: restore ids of outer ip headers correctly
Richard Gobert
1
-1
/
+7
2025-09-18
net: modify core data structures for PSP datapath support
Jakub Kicinski
1
-0
/
+3
2025-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2025-08-21
net: Introduce skb_copy_datagram_from_iter_full()
Will Deacon
1
-0
/
+2
2025-08-19
net: Add skb_dst_check_unset
Stanislav Fomichev
1
-0
/
+9
2025-08-19
net: Add skb_dstref_steal and skb_dstref_restore
Stanislav Fomichev
1
-0
/
+32
2025-08-01
ipv6: reject malicious packets in ipv6_gso_segment()
Eric Dumazet
1
-0
/
+23
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
1
-1
/
+1
2025-06-21
netmem: fix skb_frag_address_safe with unreadable skbs
Mina Almasry
1
-1
/
+7
2025-06-17
net: Add skb_can_coalesce for netmem
Dragos Tatulea
1
-3
/
+9
2025-05-21
net: remove skb_copy_and_hash_datagram_iter()
Eric Biggers
1
-4
/
+0
2025-05-21
net: add skb_copy_and_crc32c_datagram_iter()
Eric Biggers
1
-0
/
+2
2025-05-21
net: fold __skb_checksum() into skb_checksum()
Eric Biggers
1
-9
/
+0
2025-05-21
net: add skb_crc32c()
Eric Biggers
1
-0
/
+1
2025-05-13
net: devmem: Implement TX path
Mina Almasry
1
-4
/
+13
2025-05-06
Merge tag 'wireless-next-2025-05-06' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
1
-3
/
+0
2025-04-23
wifi: free SKBTX_WIFI_STATUS skb tx_flags flag
Johannes Berg
1
-3
/
+0
2025-04-17
skb: implement skb_send_sock_locked_with_flags()
Antonio Quartulli
1
-0
/
+2
2025-04-08
net: Drop unused @sk of __skb_try_recv_from_queue()
Michal Luczaj
1
-2
/
+1
2025-03-25
net-timestamp: COMPLETION timestamp on packet tx completion
Pauli Virtanen
1
-3
/
+4
2025-03-18
net: skbuff: Remove unused skb_add_data()
Yue Haibing
1
-19
/
+0
2025-03-17
gso: AccECN support
Ilpo Järvinen
1
-0
/
+2
2025-02-27
net: skbuff: introduce napi_skb_cache_get_bulk()
Alexander Lobakin
1
-0
/
+1
2025-02-26
net: skb: free up one bit in tx_flags
Willem de Bruijn
1
-3
/
+2
2025-02-24
net: remove '__' from __skb_flow_get_ports()
Nicolas Dichtel
1
-2
/
+2
2025-02-24
skbuff: kill skb_flow_get_ports()
Nicolas Dichtel
1
-6
/
+0
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callback
Jason Xing
1
-1
/
+3
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callback
Jason Xing
1
-1
/
+1
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callback
Jason Xing
1
-1
/
+5
2024-12-19
xdp: add generic xdp_buff_add_frag()
Alexander Lobakin
1
-4
/
+12
2024-12-12
skbuff: allow 2-4-argument skb_frag_dma_map()
Alexander Lobakin
1
-5
/
+26
2024-12-09
net: reformat kdoc return statements
Jakub Kicinski
1
-8
/
+8
2024-12-05
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
1
-1
/
+1
2024-11-12
net: Implement fault injection forcing skb reallocation
Breno Leitao
1
-0
/
+9
2024-11-11
mm: move the page fragment allocator from page_alloc into its own file
Yunsheng Lin
1
-0
/
+1
2024-11-06
net: add debug check in skb_reset_mac_header()
Eric Dumazet
1
-1
/
+4
2024-11-06
net: add debug check in skb_reset_network_header()
Eric Dumazet
1
-1
/
+4
[next]