index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
2022-05-20
net: avoid strange behavior with skb_defer_max == 1
Jakub Kicinski
2022-05-16
net: add skb_defer_max sysctl
Eric Dumazet
2022-05-16
net: fix possible race in skb_attempt_defer_free()
Eric Dumazet
2022-05-16
net: skb: check the boundrary of drop reason in kfree_skb_reason()
Menglong Dong
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-09
net: fix wrong network header length
Lina Wang
2022-05-05
net: Make msg_zerocopy_alloc static
David Ahern
2022-05-02
tcp: optimise skb_zerocopy_iter_stream()
Pavel Begunkov
2022-04-30
net: inline skb_zerocopy_iter_dgram
Pavel Begunkov
2022-04-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
2022-04-20
net: Change skb_ensure_writable()'s write_len param to unsigned int type
Liu Jian
2022-04-01
skbuff: fix coalescing for page_pool fragment recycling
Jean-Philippe Brucker
2022-03-04
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
net: Clear mono_delivery_time bit in __skb_tstamp_tx()
Martin KaFai Lau
2022-03-03
net: Add skb_clear_tstamp() to keep the mono delivery_time
Martin KaFai Lau
2022-03-02
net: fix up skbs delta_truesize in UDP GRO frag_list
lena wang
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-22
net: preserve skb_end_offset() in skb_unclone_keeptruesize()
Eric Dumazet
2022-02-22
net: add skb_set_end_offset() helper
Eric Dumazet
2022-02-22
net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
Eric Dumazet
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
2022-02-10
skbuff: cleanup double word in comment
Tom Rix
2022-01-09
net: skb: introduce kfree_skb_reason()
Menglong Dong
2021-12-29
Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-16
net: Fix double 0x prefix print in SKB dump
Gal Pressman
2021-12-07
skbuff: introduce skb_pull_data
Luiz Augusto von Dentz
2021-11-22
skbuff: Switch structure bounds to struct_group()
Kees Cook
2021-11-16
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
2021-11-16
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
2021-11-16
net: use sk_is_tcp() in more places
Eric Dumazet
2021-11-03
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-02
net: add and use skb_unclone_keeptruesize() helper
Eric Dumazet
2021-11-01
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
2021-11-01
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-10-29
mctp: Add flow extension to skb
Jeremy Kerr
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-22
skb_expand_head() adjust skb->truesize incorrectly
Vasily Averin
2021-09-22
skbuff: pass the result of data ksize to __build_skb_around
Li RongQing
2021-09-14
skbuff: inline page_frag_alloc_align()
Yajun Deng
2021-09-03
skbuff: clean up inconsistent indenting
Colin Ian King
2021-08-13
net: in_irq() cleanup
Changbin Du
2021-08-05
net: fix GRO skb truesize update
Paolo Abeni
2021-08-03
skbuff: introduce skb_expand_head()
Vasily Averin
2021-07-29
skbuff: allow 'slow_gro' for skb carring sock reference
Paolo Abeni
2021-07-29
net: optimize GRO for the common case.
Paolo Abeni
2021-07-29
sk_buff: track extension status in slow_gro
Paolo Abeni
[next]