index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: skb: introduce kfree_skb_reason()
Menglong Dong
2022-01-10
1
-5
/
+7
*
Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2021-12-29
1
-0
/
+24
|
\
|
*
skbuff: introduce skb_pull_data
Luiz Augusto von Dentz
2021-12-07
1
-0
/
+24
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
net: Fix double 0x prefix print in SKB dump
Gal Pressman
2021-12-16
1
-1
/
+1
*
|
skbuff: Switch structure bounds to struct_group()
Kees Cook
2021-11-22
1
-9
/
+5
*
|
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
2021-11-16
1
-117
/
+0
*
|
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
2021-11-16
1
-26
/
+0
*
|
net: move gro definitions to include/net/gro.h
Eric Dumazet
2021-11-16
1
-0
/
+1
*
|
net: use sk_is_tcp() in more places
Eric Dumazet
2021-11-16
1
-4
/
+2
|
/
*
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-03
1
-1
/
+2
*
net: add and use skb_unclone_keeptruesize() helper
Eric Dumazet
2021-11-03
1
-13
/
+1
*
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
2021-11-02
1
-2
/
+1
*
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-02
1
-1
/
+2
*
mctp: Add flow extension to skb
Jeremy Kerr
2021-10-29
1
-0
/
+19
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
1
-13
/
+23
|
\
|
*
skb_expand_head() adjust skb->truesize incorrectly
Vasily Averin
2021-10-22
1
-13
/
+23
*
|
skbuff: pass the result of data ksize to __build_skb_around
Li RongQing
2021-09-22
1
-3
/
+5
*
|
skbuff: inline page_frag_alloc_align()
Yajun Deng
2021-09-14
1
-11
/
+8
|
/
*
skbuff: clean up inconsistent indenting
Colin Ian King
2021-09-03
1
-1
/
+1
*
net: in_irq() cleanup
Changbin Du
2021-08-13
1
-3
/
+3
*
net: fix GRO skb truesize update
Paolo Abeni
2021-08-05
1
-1
/
+1
*
skbuff: introduce skb_expand_head()
Vasily Averin
2021-08-03
1
-0
/
+42
*
skbuff: allow 'slow_gro' for skb carring sock reference
Paolo Abeni
2021-07-29
1
-4
/
+13
*
net: optimize GRO for the common case.
Paolo Abeni
2021-07-29
1
-3
/
+6
*
sk_buff: track extension status in slow_gro
Paolo Abeni
2021-07-29
1
-0
/
+1
*
net: Fix zero-copy head len calculation.
Pravin B Shelar
2021-07-18
1
-1
/
+4
*
skbuff: Fix a potential race while recycling page_pool packets
Ilias Apalodimas
2021-07-16
1
-1
/
+12
*
skbuff: Release nfct refcount on napi stolen or re-used skbs
Paul Blakey
2021-07-06
1
-0
/
+1
*
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-19
1
-1
/
+3
|
\
|
*
skbuff: fix incorrect msg_zerocopy copy notifications
Willem de Bruijn
2021-06-10
1
-1
/
+3
*
|
page_pool: Allow drivers to hint on SKB recycling
Ilias Apalodimas
2021-06-07
1
-4
/
+16
*
|
skbuff: add a parameter to __skb_frag_unref
Matteo Croce
2021-06-07
1
-2
/
+2
|
/
*
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-04-29
1
-7
/
+48
|
\
|
*
skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"
Paolo Abeni
2021-04-14
1
-3
/
+12
|
*
net: Introduce skb_send_sock() for sock_map
Cong Wang
2021-04-01
1
-7
/
+48
|
*
skbuff: remove some unnecessary operation in skb_segment_list()
Yunsheng Lin
2021-03-10
1
-12
/
+3
*
|
Merge tag 'v5.12-rc8' into sched/core, to pick up fixes
Ingo Molnar
2021-04-20
1
-0
/
+2
|
\
|
|
*
net: expand textsearch ts_state to fit skb_seq_state
Willem de Bruijn
2021-03-02
1
-0
/
+2
*
|
kcov: Remove kcov include from sched.h and move it to its users.
Sebastian Andrzej Siewior
2021-03-06
1
-0
/
+1
|
/
*
skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeing
Alexander Lobakin
2021-02-13
1
-3
/
+9
*
skbuff: allow to use NAPI cache from __napi_alloc_skb()
Alexander Lobakin
2021-02-13
1
-2
/
+3
*
skbuff: allow to optionally use NAPI cache from __alloc_skb()
Alexander Lobakin
2021-02-13
1
-1
/
+5
*
skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache heads
Alexander Lobakin
2021-02-13
1
-13
/
+81
*
skbuff: move NAPI cache declarations upper in the file
Alexander Lobakin
2021-02-13
1
-45
/
+45
*
skbuff: remove __kfree_skb_flush()
Alexander Lobakin
2021-02-13
1
-12
/
+0
*
skbuff: use __build_skb_around() in __alloc_skb()
Alexander Lobakin
2021-02-13
1
-17
/
+1
*
skbuff: simplify __alloc_skb() a bit
Alexander Lobakin
2021-02-13
1
-6
/
+5
*
skbuff: make __build_skb_around() return void
Alexander Lobakin
2021-02-13
1
-7
/
+6
[next]