summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-14Merge tag 'v5.15.34' into dev-5.15Joel Stanley1-9/+19
2022-04-08net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet1-9/+9
2022-04-08net: add skb_set_end_offset() helperEric Dumazet1-0/+10
2022-03-18mctp: Add flow extension to skbJeremy Kerr1-0/+3
2022-01-27net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey1-1/+3
2022-01-27net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey1-0/+1
2022-01-27net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey1-1/+1
2021-11-25net: add and use skb_unclone_keeptruesize() helperEric Dumazet1-0/+16
2021-09-09net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet1-1/+1
2021-08-10page_pool: keep pp info as long as page pool owns the pageYunsheng Lin1-3/+1
2021-08-03skbuff: introduce skb_expand_head()Vasily Averin1-0/+1
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni1-1/+1
2021-07-29sk_buff: track dst status in slow_groPaolo Abeni1-0/+2
2021-07-29sk_buff: introduce 'slow_gro' flagsPaolo Abeni1-0/+4
2021-07-08bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi1-8/+2
2021-06-08page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas1-3/+30
2021-06-08skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-3/+5
2021-04-01net: Introduce skb_send_sock() for sock_mapCong Wang1-0/+1
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-03-17net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu1-0/+1
2021-03-15skbuff: micro-optimize {,__}skb_header_pointer()Alexander Lobakin1-3/+2
2021-03-15flow_dissector: constify raw input data argumentAlexander Lobakin1-8/+7
2021-03-15skbuff: make __skb_header_pointer()'s data argument constAlexander Lobakin1-3/+3
2021-03-12tcp: plug skb_still_in_host_queue() to TSQEric Dumazet1-1/+1
2021-03-04skmsg: Add function doc for skb->_sk_redirCong Wang1-0/+1
2021-02-26skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang1-0/+3
2021-02-14skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin1-0/+1
2021-02-14skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin1-0/+2
2021-02-14skbuff: remove __kfree_skb_flush()Alexander Lobakin1-1/+0
2021-02-06net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao1-2/+34
2021-02-05net: introduce common dev_page_is_reusable()Alexander Lobakin1-0/+16
2021-02-05skbuff: constify skb_propagate_pfmemalloc() "page" argumentAlexander Lobakin1-2/+2
2021-01-23tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+1
2021-01-21net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu1-2/+2
2021-01-20net: add inline function skb_csum_is_sctpXin Long1-0/+5
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-01-12net: compound page support in skb_seq_readWillem de Bruijn1-0/+1
2021-01-12net: support kmap_local forced debugging in skb_frag_foreachWillem de Bruijn1-1/+1
2021-01-08skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon1-5/+5
2021-01-08tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon1-2/+7
2021-01-08skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon1-1/+2
2021-01-08net: group skb_shinfo zerocopy related bits together.Jonathan Lemon1-17/+21
2021-01-08skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon1-9/+9
2021-01-08skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon1-0/+10
2021-01-08skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon1-9/+8
2021-01-08skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon1-6/+6
2021-01-08skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon1-1/+6
2021-01-08skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon1-3/+0
2021-01-08skbuff: remove unused skb_zcopy_abort functionJonathan Lemon1-11/+0
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver1-24/+13