index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-31
net: fix NULL pointer in skb_segment_list
Yan Zhai
2023-01-27
net: skbuff: drop the linux/textsearch.h include
Jakub Kicinski
2023-01-23
net: fix kfree_skb_list use of skb_mark_not_on_list
Jesper Dangaard Brouer
2023-01-17
net: kfree_skb_list use kmem_cache_free_bulk
Jesper Dangaard Brouer
2023-01-17
net: fix call location in kfree_skb_list_reason
Jesper Dangaard Brouer
2023-01-09
net: skb: remove old comments about frag_size for build_skb()
Jakub Kicinski
2022-12-16
skbuff: Account for tail adjustment during pull operations
Subash Abhinov Kasiviswanathan
2022-12-09
skbuff: Introduce slab_build_skb()
Kees Cook
2022-11-16
net: mm_account_pinned_pages() optimization
Eric Dumazet
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-09
Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2022-11-08
rxrpc: Save last ACK's SACK table rather than marking txbufs
David Howells
2022-11-03
net: gso: fix panic on frag_list with mixed head alloc types
Jiri Benc
2022-10-31
net: dropreason: propagate drop_reason to skb_release_data()
Eric Dumazet
2022-10-31
net: dropreason: add SKB_CONSUMED reason
Eric Dumazet
2022-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-27
net: do not sense pfmemalloc status in skb_append_pagefrags()
Eric Dumazet
2022-10-27
skbuff: Proactively round up to kmalloc bucket size
Kees Cook
2022-10-24
net: skb: move skb_pp_recycle() to skbuff.c
Yunsheng Lin
2022-09-29
net: skb: introduce and use a single page frag cache
Paolo Abeni
2022-09-28
net: shrink struct ubuf_info
Pavel Begunkov
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-09-07
net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM
Menglong Dong
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-24
net: Fix a data-race around sysctl_tstamp_allow_data.
Kuniyuki Iwashima
2022-08-24
net/core/skbuff: Check the return value of skb_copy_bits()
lily
2022-08-24
net: skb: prevent the split of kfree_skb_reason() by gcc
Menglong Dong
2022-07-19
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
2022-07-19
net: introduce managed frags infrastructure
Pavel Begunkov
2022-07-19
net: Allow custom iter handler in msghdr
David Ahern
2022-07-18
skbuff: add SKBFL_DONT_ORPHAN flag
Pavel Begunkov
2022-07-18
skbuff: don't mix ubuf_info from different sources
Pavel Begunkov
2022-07-08
net: minor optimization in __alloc_skb()
Eric Dumazet
2022-06-24
net: helper function skb_len_add
Richard Gobert
2022-06-15
net: don't check skb_count twice
Sieng Piaw Liew
2022-06-09
net: add debug checks in napi_consume_skb and __napi_alloc_skb()
Eric Dumazet
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()
Eric Dumazet
2022-06-07
net: skb: use auto-generation to convert skb drop reason to string
Menglong Dong
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
[next]