index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
2023-07-08
net: prevent skb corruption on frag list segmentation
Paolo Abeni
2023-06-24
net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
David Howells
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
2023-05-29
net: fix signedness bug in skb_splice_from_iter()
Dan Carpenter
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-23
net: fix skb leak in __skb_tstamp_tx()
Pratyush Yadav
2023-05-23
net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
David Howells
2023-05-23
net: Pass max frags into skb_append_pagefrags()
David Howells
2023-05-13
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
2023-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-09
net: skbuff: remove special handling for SLOB
Lukas Bulwahn
2023-05-07
net: skb_partial_csum_set() fix against transport header magic value
Eric Dumazet
2023-04-28
tcp: fix skb_copy_ubufs() vs BIG TCP
Eric Dumazet
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-25
tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.
Kuniyuki Iwashima
2023-04-23
net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TX
Vladimir Oltean
2023-04-23
net: do not provide hard irq safety for sd->defer_lock
Eric Dumazet
2023-04-23
net: add debugging checks in skb_attempt_defer_free()
Eric Dumazet
2023-04-20
net: extend drop reasons for multiple subsystems
Johannes Berg
2023-04-20
net: skbuff: update and rename __kfree_skb_defer()
Jakub Kicinski
2023-04-19
net: skbuff: hide wifi_acked when CONFIG_WIRELESS not set
Jakub Kicinski
2023-04-14
page_pool: allow caching from safely localized NAPI
Jakub Kicinski
2023-04-14
net: skb: plumb napi state thru skb freeing paths
Jakub Kicinski
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-13
skbuff: Fix a race between coalescing and releasing SKBs
Liang Chen
2023-03-10
skbuff: Add likely to skb pointer in build_skb()
Gal Pressman
2023-03-10
skbuff: Replace open-coded skb_propagate_pfmemalloc()s
Gal Pressman
2023-03-01
net: avoid skb end_offset change in __skb_unclone_keeptruesize()
Eric Dumazet
2023-02-20
net: add location to trace_consume_skb()
Eric Dumazet
2023-02-15
net: msg_zerocopy: elide page accounting if RLIM_INFINITY
Willem de Bruijn
2023-02-10
net: skbuff: drop the word head from skb cache
Jakub Kicinski
2023-02-09
net: enable usercopy for skb_small_head_cache
Eric Dumazet
2023-02-07
net: add dedicated kmem_cache for typical/small skb->head
Eric Dumazet
2023-02-07
net: factorize code in kmalloc_reserve()
Eric Dumazet
2023-02-07
net: remove osize variable in __alloc_skb()
Eric Dumazet
2023-02-07
net: add SKB_HEAD_ALIGN() helper
Eric Dumazet
2023-02-06
net: introduce skb_poison_list and use in kfree_skb_list
Jesper Dangaard Brouer
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
[next]