summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-18net: Add skb_can_coalesce for netmemDragos Tatulea1-3/+9
2025-05-22net: remove skb_copy_and_hash_datagram_iter()Eric Biggers1-4/+0
2025-05-22net: add skb_copy_and_crc32c_datagram_iter()Eric Biggers1-0/+2
2025-05-22net: fold __skb_checksum() into skb_checksum()Eric Biggers1-9/+0
2025-05-22net: add skb_crc32c()Eric Biggers1-0/+1
2025-05-13net: devmem: Implement TX pathMina Almasry1-4/+13
2025-05-07Merge tag 'wireless-next-2025-05-06' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-3/+0
2025-04-23wifi: free SKBTX_WIFI_STATUS skb tx_flags flagJohannes Berg1-3/+0
2025-04-17skb: implement skb_send_sock_locked_with_flags()Antonio Quartulli1-0/+2
2025-04-09net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj1-2/+1
2025-03-25net-timestamp: COMPLETION timestamp on packet tx completionPauli Virtanen1-3/+4
2025-03-18net: skbuff: Remove unused skb_add_data()Yue Haibing1-19/+0
2025-03-17gso: AccECN supportIlpo Järvinen1-0/+2
2025-02-27net: skbuff: introduce napi_skb_cache_get_bulk()Alexander Lobakin1-0/+1
2025-02-27net: skb: free up one bit in tx_flagsWillem de Bruijn1-3/+2
2025-02-25net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel1-2/+2
2025-02-25skbuff: kill skb_flow_get_ports()Nicolas Dichtel1-6/+0
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing1-1/+3
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callbackJason Xing1-1/+1
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callbackJason Xing1-1/+5
2024-12-20xdp: add generic xdp_buff_add_frag()Alexander Lobakin1-4/+12
2024-12-13skbuff: allow 2-4-argument skb_frag_dma_map()Alexander Lobakin1-5/+26
2024-12-10net: reformat kdoc return statementsJakub Kicinski1-8/+8
2024-12-06bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin1-1/+1
2024-11-12net: Implement fault injection forcing skb reallocationBreno Leitao1-0/+9
2024-11-11mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin1-0/+1
2024-11-07net: add debug check in skb_reset_mac_header()Eric Dumazet1-1/+4
2024-11-07net: add debug check in skb_reset_network_header()Eric Dumazet1-1/+4
2024-11-07net: add debug check in skb_reset_transport_header()Eric Dumazet1-1/+4
2024-11-07net: add debug check in skb_reset_inner_mac_header()Eric Dumazet1-1/+4
2024-11-07net: add debug check in skb_reset_inner_network_header()Eric Dumazet1-1/+4
2024-11-07net: add debug check in skb_reset_inner_transport_header()Eric Dumazet1-1/+4
2024-11-07net: skb_reset_mac_len() must check if mac_header was setEric Dumazet1-6/+11
2024-10-13net: skb: add pskb_network_may_pull_reason() helperMenglong Dong1-1/+7
2024-09-12net: add support for skbs with unreadable fragsMina Almasry1-2/+17
2024-09-12net: support non paged skb fragsMina Almasry1-1/+41
2024-09-11Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+1
2024-08-20net: add copy from skb_seq_state to buffer functionChristian Hopps1-0/+1
2024-08-01net: skbuff: Skip early return in skb_unref when debuggingBreno Leitao1-1/+1
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+8
2024-07-13mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan1-0/+8
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov1-0/+3
2024-06-19net: introduce sk_skb_reason_drop functionYan Zhai1-2/+8
2024-06-13net: add and use __skb_get_hash_symmetric_netFlorian Westphal1-1/+7
2024-06-13net: add and use skb_get_hash_netFlorian Westphal1-2/+10
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-18/+50
2024-05-24net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan1-6/+12
2024-05-24net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-13/+39
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+8
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+15