summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2023-04-26netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal
2023-04-26netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-09-15tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet
2022-09-15net: introduce __skb_fill_page_desc_noaccPavel Begunkov
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-07-29net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong
2022-07-29net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong
2022-07-29net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong
2022-07-29net: skb_drop_reason: add document for drop reasonsMenglong Dong
2022-07-29net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong
2022-07-29net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong
2022-07-29net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong
2022-07-29net: skb: introduce kfree_skb_reason()Menglong Dong
2022-04-08net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet
2022-04-08net: add skb_set_end_offset() helperEric Dumazet
2022-01-27net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey
2022-01-27net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey
2022-01-27net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2021-11-25net: add and use skb_unclone_keeptruesize() helperEric Dumazet
2021-09-09net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet
2021-08-09page_pool: keep pp info as long as page pool owns the pageYunsheng Lin
2021-08-03skbuff: introduce skb_expand_head()Vasily Averin
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni
2021-07-29sk_buff: track dst status in slow_groPaolo Abeni
2021-07-29sk_buff: introduce 'slow_gro' flagsPaolo Abeni
2021-07-07bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi
2021-06-07page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce
2021-04-01net: Introduce skb_send_sock() for sock_mapCong Wang
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu
2021-03-14skbuff: micro-optimize {,__}skb_header_pointer()Alexander Lobakin
2021-03-14flow_dissector: constify raw input data argumentAlexander Lobakin
2021-03-14skbuff: make __skb_header_pointer()'s data argument constAlexander Lobakin
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet
2021-03-04skmsg: Add function doc for skb->_sk_redirCong Wang
2021-02-26skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang
2021-02-13skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin
2021-02-13skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin
2021-02-13skbuff: remove __kfree_skb_flush()Alexander Lobakin
2021-02-06net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao
2021-02-04net: introduce common dev_page_is_reusable()Alexander Lobakin
2021-02-04skbuff: constify skb_propagate_pfmemalloc() "page" argumentAlexander Lobakin
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu
2021-01-19net: add inline function skb_csum_is_sctpXin Long
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-11net: compound page support in skb_seq_readWillem de Bruijn
2021-01-11net: support kmap_local forced debugging in skb_frag_foreachWillem de Bruijn