summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-12net: add support for skbs with unreadable fragsMina Almasry1-2/+41
2024-09-12net: support non paged skb fragsMina Almasry1-0/+11
2024-09-12page_pool: devmem supportMina Almasry1-12/+11
2024-09-11Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+35
2024-08-27tc: adjust network header after 2nd vlan pushBoris Sukholitko1-1/+1
2024-08-26net: Correct spelling in net/coreSimon Horman1-2/+2
2024-08-20net: add copy from skb_seq_state to buffer functionChristian Hopps1-0/+35
2024-08-20net: remove redundant check in skb_shift()Zhang Changzhong1-2/+1
2024-08-05net: skbuff: sprinkle more __GFP_NOWARN on ingress allocsJakub Kicinski1-6/+9
2024-07-03page_pool: convert to use netmemMina Almasry1-3/+5
2024-07-02net: limit scope of a skb_zerocopy_iter_stream varPavel Begunkov1-1/+2
2024-07-02net: always try to set ubuf in skb_zerocopy_iter_streamPavel Begunkov1-2/+1
2024-06-25net: Use nested-BH locking for napi_alloc_cache.Sebastian Andrzej Siewior1-5/+24
2024-06-25net: Use __napi_alloc_frag_align() instead of open coding it.Sebastian Andrzej Siewior1-6/+2
2024-06-19net: introduce sk_skb_reason_drop functionYan Zhai1-10/+12
2024-06-19net: add rx_sk to trace_kfree_skbYan Zhai1-1/+1
2024-06-04net: skb: add compatibility warnings to skb_shift()Jakub Kicinski1-0/+3
2024-05-04Revert "net: mirror skb frag ref/unref helpers"Mina Almasry1-4/+42
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+19
2024-05-01net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19
2024-05-01net: move sysctl_skb_defer_max to net_hotdataEric Dumazet1-1/+1
2024-05-01net: move sysctl_max_skb_frags to net_hotdataEric Dumazet1-4/+1
2024-04-23Merge branch 'for-uring-ubufops' into HEADJakub Kicinski1-12/+24
2024-04-23net: add callback for setting a ubuf_info to skbPavel Begunkov1-6/+14
2024-04-23net: extend ubuf_info callback to ops structurePavel Begunkov1-6/+10
2024-04-15net: save some cycles when doing skb_attempt_defer_free()Jason Xing1-3/+3
2024-04-12net: mirror skb frag ref/unref helpersMina Almasry1-42/+4
2024-04-12net: move skb ref helpers to new headerMina Almasry1-0/+1