summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2025-03-18net: skbuff: Remove unused skb_add_data()Yue Haibing
2025-03-17gso: AccECN supportIlpo Järvinen
2025-02-27net: skbuff: introduce napi_skb_cache_get_bulk()Alexander Lobakin
2025-02-26net: skb: free up one bit in tx_flagsWillem de Bruijn
2025-02-24net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel
2025-02-24skbuff: kill skb_flow_get_ports()Nicolas Dichtel
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callbackJason Xing
2024-12-19xdp: add generic xdp_buff_add_frag()Alexander Lobakin
2024-12-12skbuff: allow 2-4-argument skb_frag_dma_map()Alexander Lobakin
2024-12-09net: reformat kdoc return statementsJakub Kicinski
2024-12-05bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin
2024-11-12net: Implement fault injection forcing skb reallocationBreno Leitao
2024-11-11mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin
2024-11-06net: add debug check in skb_reset_mac_header()Eric Dumazet
2024-11-06net: add debug check in skb_reset_network_header()Eric Dumazet
2024-11-06net: add debug check in skb_reset_transport_header()Eric Dumazet
2024-11-06net: add debug check in skb_reset_inner_mac_header()Eric Dumazet
2024-11-06net: add debug check in skb_reset_inner_network_header()Eric Dumazet
2024-11-06net: add debug check in skb_reset_inner_transport_header()Eric Dumazet
2024-11-06net: skb_reset_mac_len() must check if mac_header was setEric Dumazet
2024-10-13net: skb: add pskb_network_may_pull_reason() helperMenglong Dong
2024-09-11net: add support for skbs with unreadable fragsMina Almasry
2024-09-11net: support non paged skb fragsMina Almasry
2024-09-10Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-08-20net: add copy from skb_seq_state to buffer functionChristian Hopps
2024-08-01net: skbuff: Skip early return in skb_unref when debuggingBreno Leitao
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-12mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov
2024-06-19net: introduce sk_skb_reason_drop functionYan Zhai
2024-06-12net: add and use __skb_get_hash_symmetric_netFlorian Westphal
2024-06-12net: add and use skb_get_hash_netFlorian Westphal
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-30net: move sysctl_max_skb_frags to net_hotdataEric Dumazet
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan
2024-04-22Merge branch 'for-uring-ubufops' into HEADJakub Kicinski
2024-04-22net: add callback for setting a ubuf_info to skbPavel Begunkov
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov
2024-04-11net: move skb ref helpers to new headerMina Almasry
2024-04-09net: remove napi_frag_unrefMina Almasry
2024-04-09net: make napi_frag_unref reuse skb_page_unrefMina Almasry
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski