summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-20net: prefetch the next skb in napi_skb_cache_get()Jason Xing1-0/+2
2025-11-20net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing1-6/+8
2025-11-20net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing1-1/+1
2025-11-20net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing1-1/+1
2025-11-19net: use napi_skb_cache even in process contextEric Dumazet1-0/+5
2025-11-19net: __alloc_skb() cleanupEric Dumazet1-10/+18
2025-11-19net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet1-7/+8
2025-11-12net: clear skb->sk in skb_release_head_state()Eric Dumazet1-0/+1
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing1-3/+5
2025-11-10net: Preserve metadata on pskb_expand_headJakub Sitnicki1-2/+4
2025-11-08net: fix napi_consume_skb() with alien skbsEric Dumazet1-0/+5
2025-11-08net: allow skb_release_head_state() to be called multiple timesEric Dumazet1-4/+3
2025-10-21net: shrink napi_skb_cache_{put,get}() and napi_skb_cache_get_bulk()Eric Dumazet1-5/+10
2025-10-17net: add add indirect call wrapper in skb_release_head_state()Eric Dumazet1-1/+10
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet1-0/+1
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet1-5/+6
2025-09-30net: use llist for sd->defer_listEric Dumazet1-8/+7
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet1-4/+2
2025-09-30netdevsim: a basic test PSP implementationJakub Kicinski1-0/+1
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-09-24net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGSJason Baron1-1/+1
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski1-0/+4
2025-08-21net: avoid one loop iteration in __skb_splice_bitsPengtao He1-1/+3
2025-07-10skbuff: Add MSG_MORE flag to optimize tcp large packet transmissionFeng Yang1-0/+5
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj1-3/+2
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj1-4/+3
2025-07-08net: splice: Drop unused @gfpMichal Luczaj1-2/+1
2025-07-08net: splice: Drop unused @pipeMichal Luczaj1-11/+7
2025-06-18net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry1-3/+0
2025-05-22net: fold __skb_checksum() into skb_checksum()Eric Biggers1-52/+7
2025-05-22net: add skb_crc32c()Eric Biggers1-0/+73
2025-05-13net: devmem: Implement TX pathMina Almasry1-7/+11
2025-05-13net: add get_netmem/put_netmem supportMina Almasry1-0/+30
2025-04-17skb: implement skb_send_sock_locked_with_flags()Antonio Quartulli1-5/+13
2025-04-15page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen1-14/+2
2025-03-25net-timestamp: COMPLETION timestamp on packet tx completionPauli Virtanen1-0/+2
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-02-27net: skbuff: introduce napi_skb_cache_get_bulk()Alexander Lobakin1-0/+62
2025-02-25ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2025-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+53
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing1-1/+4
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing1-4/+7
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callbackJason Xing1-1/+8
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callbackJason Xing1-0/+20
2025-02-21net-timestamp: Prepare for isolating two modes of SO_TIMESTAMPINGJason Xing1-0/+20
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni1-99/+5
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni1-3/+7
2024-12-06bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin1-1/+1
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin1-3/+3
2024-10-09net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing1-1/+1