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.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
2022-03-04
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
1
-3
/
+4
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-03-03
net: Clear mono_delivery_time bit in __skb_tstamp_tx()
Martin KaFai Lau
1
-1
/
+1
2022-03-03
net: Add skb_clear_tstamp() to keep the mono delivery_time
Martin KaFai Lau
1
-1
/
+1
2022-03-03
net: fix up skbs delta_truesize in UDP GRO frag_list
lena wang
1
-1
/
+1
2022-02-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2022-02-23
net: preserve skb_end_offset() in skb_unclone_keeptruesize()
Eric Dumazet
1
-0
/
+32
2022-02-23
net: add skb_set_end_offset() helper
Eric Dumazet
1
-14
/
+5
2022-02-23
net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
Eric Dumazet
1
-2
/
+2
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
1
-1
/
+1
2022-02-10
skbuff: cleanup double word in comment
Tom Rix
1
-1
/
+1
2022-01-10
net: skb: introduce kfree_skb_reason()
Menglong Dong
1
-5
/
+7
2021-12-30
Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
1
-0
/
+24
2021-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-16
net: Fix double 0x prefix print in SKB dump
Gal Pressman
1
-1
/
+1
2021-12-07
skbuff: introduce skb_pull_data
Luiz Augusto von Dentz
1
-0
/
+24
2021-11-22
skbuff: Switch structure bounds to struct_group()
Kees Cook
1
-9
/
+5
2021-11-16
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
1
-117
/
+0
2021-11-16
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
1
-26
/
+0
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
1
-0
/
+1
2021-11-16
net: use sk_is_tcp() in more places
Eric Dumazet
1
-4
/
+2
2021-11-03
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
1
-1
/
+2
2021-11-03
net: add and use skb_unclone_keeptruesize() helper
Eric Dumazet
1
-13
/
+1
2021-11-02
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
1
-2
/
+1
2021-11-02
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
1
-1
/
+2
2021-10-29
mctp: Add flow extension to skb
Jeremy Kerr
1
-0
/
+19
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+23
2021-10-22
skb_expand_head() adjust skb->truesize incorrectly
Vasily Averin
1
-13
/
+23
2021-09-22
skbuff: pass the result of data ksize to __build_skb_around
Li RongQing
1
-3
/
+5
2021-09-14
skbuff: inline page_frag_alloc_align()
Yajun Deng
1
-11
/
+8
2021-09-03
skbuff: clean up inconsistent indenting
Colin Ian King
1
-1
/
+1
2021-08-14
net: in_irq() cleanup
Changbin Du
1
-3
/
+3
2021-08-05
net: fix GRO skb truesize update
Paolo Abeni
1
-1
/
+1
2021-08-03
skbuff: introduce skb_expand_head()
Vasily Averin
1
-0
/
+42
2021-07-29
skbuff: allow 'slow_gro' for skb carring sock reference
Paolo Abeni
1
-4
/
+13
2021-07-29
net: optimize GRO for the common case.
Paolo Abeni
1
-3
/
+6
2021-07-29
sk_buff: track extension status in slow_gro
Paolo Abeni
1
-0
/
+1
2021-07-18
net: Fix zero-copy head len calculation.
Pravin B Shelar
1
-1
/
+4
2021-07-16
skbuff: Fix a potential race while recycling page_pool packets
Ilias Apalodimas
1
-1
/
+12
2021-07-06
skbuff: Release nfct refcount on napi stolen or re-used skbs
Paul Blakey
1
-0
/
+1
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-3
/
+3
2021-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2021-06-10
skbuff: fix incorrect msg_zerocopy copy notifications
Willem de Bruijn
1
-1
/
+3
2021-06-08
page_pool: Allow drivers to hint on SKB recycling
Ilias Apalodimas
1
-4
/
+16
2021-06-08
skbuff: add a parameter to __skb_frag_unref
Matteo Croce
1
-2
/
+2
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-7
/
+48
2021-04-20
Merge tag 'v5.12-rc8' into sched/core, to pick up fixes
Ingo Molnar
1
-0
/
+2
2021-04-14
skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"
Paolo Abeni
1
-3
/
+12
2021-04-01
net: Introduce skb_send_sock() for sock_map
Cong Wang
1
-7
/
+48
2021-03-10
skbuff: remove some unnecessary operation in skb_segment_list()
Yunsheng Lin
1
-12
/
+3
[next]