summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorLines
2023-04-28tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet-6/+14
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+3
2023-04-25tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima-0/+3
2023-04-23net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean-7/+1
2023-04-23net: do not provide hard irq safety for sd->defer_lockEric Dumazet-3/+2
2023-04-23net: add debugging checks in skb_attempt_defer_free()Eric Dumazet-0/+3
2023-04-20net: extend drop reasons for multiple subsystemsJohannes Berg-3/+56
2023-04-20net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski-2/+2
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski-0/+2
2023-04-14page_pool: allow caching from safely localized NAPIJakub Kicinski-2/+2
2023-04-14net: skb: plumb napi state thru skb freeing pathsJakub Kicinski-18/+20
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+8
2023-04-13skbuff: Fix a race between coalescing and releasing SKBsLiang Chen-8/+8
2023-03-10skbuff: Add likely to skb pointer in build_skb()Gal Pressman-1/+1
2023-03-10skbuff: Replace open-coded skb_propagate_pfmemalloc()sGal Pressman-4/+2
2023-03-01net: avoid skb end_offset change in __skb_unclone_keeptruesize()Eric Dumazet-8/+23
2023-02-20net: add location to trace_consume_skb()Eric Dumazet-4/+4
2023-02-15net: msg_zerocopy: elide page accounting if RLIM_INFINITYWillem de Bruijn-2/+6
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski-16/+15
2023-02-09net: enable usercopy for skb_small_head_cacheEric Dumazet-1/+7
2023-02-07net: add dedicated kmem_cache for typical/small skb->headEric Dumazet-5/+67
2023-02-07net: factorize code in kmalloc_reserve()Eric Dumazet-16/+11
2023-02-07net: remove osize variable in __alloc_skb()Eric Dumazet-6/+4
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet-12/+6
2023-02-06net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer-1/+3
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+2
2023-01-31net: fix NULL pointer in skb_segment_listYan Zhai-3/+2
2023-01-27net: skbuff: drop the linux/textsearch.h includeJakub Kicinski-0/+1
2023-01-23net: fix kfree_skb_list use of skb_mark_not_on_listJesper Dangaard Brouer-2/+0
2023-01-17net: kfree_skb_list use kmem_cache_free_bulkJesper Dangaard Brouer-1/+39
2023-01-17net: fix call location in kfree_skb_list_reasonJesper Dangaard Brouer-13/+21
2023-01-09net: skb: remove old comments about frag_size for build_skb()Jakub Kicinski-5/+3
2022-12-16skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan-0/+3
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook-8/+62
2022-11-16net: mm_account_pinned_pages() optimizationEric Dumazet-3/+2
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+19
2022-11-09Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-0/+1
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells-0/+1
2022-11-03net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc-17/+19
2022-10-31net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet-12/+12
2022-10-31net: dropreason: add SKB_CONSUMED reasonEric Dumazet-1/+5
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet-1/+1
2022-10-27skbuff: Proactively round up to kmalloc bucket sizeKees Cook-26/+26
2022-10-24net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin-0/+7
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni-5/+103
2022-09-28net: shrink struct ubuf_infoPavel Begunkov-17/+21
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+5
2022-09-07net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong-1/+5
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+3