summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
...
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-1/+3
|\
| * net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-091-1/+3
* | net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2022-01-091-0/+1
* | net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong2022-01-091-0/+4
* | net: skb: introduce kfree_skb_reason()Menglong Dong2022-01-091-1/+22
* | Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-12-291-0/+2
|\ \
| * | skbuff: introduce skb_pull_dataLuiz Augusto von Dentz2021-12-071-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+2
|\ \ \ | | |/ | |/|
| * | net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2021-12-171-0/+1
| * | net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2021-12-171-1/+1
* | | skbuff: Extract list pointers to silence compiler warningsKees Cook2021-12-091-8/+10
* | | net: fix recent csum changesEric Dumazet2021-12-061-1/+2
* | | net: optimize skb_postpull_rcsum()Eric Dumazet2021-11-251-1/+5
| |/ |/|
* | skbuff: Switch structure bounds to struct_group()Kees Cook2021-11-221-7/+3
* | skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook2021-11-221-17/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-1/+1
|\|
| * net: Clean up some inconsistent indentingJiapeng Chong2021-11-151-1/+1
* | tcp: add missing htmldocs for skb->ll_node and sk->defer_listEric Dumazet2021-11-181-0/+1
* | tcp: defer skb freeing after socket lock is releasedEric Dumazet2021-11-161-0/+2
|/
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-031-1/+18
* net: add and use skb_unclone_keeptruesize() helperEric Dumazet2021-11-021-0/+16
* Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-011-18/+1
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-011-1/+18
* mctp: Add flow extension to skbJeremy Kerr2021-10-291-0/+3
* netfilter: Introduce egress hookLukas Wunner2021-10-141-0/+4
* net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2021-09-091-1/+1
* page_pool: keep pp info as long as page pool owns the pageYunsheng Lin2021-08-091-3/+1
* skbuff: introduce skb_expand_head()Vasily Averin2021-08-031-0/+1
* sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni2021-07-301-1/+1
* sk_buff: track dst status in slow_groPaolo Abeni2021-07-291-0/+2
* sk_buff: introduce 'slow_gro' flagsPaolo Abeni2021-07-291-0/+4
* bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2021-07-071-8/+2
* page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2021-06-071-3/+30
* skbuff: add a parameter to __skb_frag_unrefMatteo Croce2021-06-071-3/+5
* net: Introduce skb_send_sock() for sock_mapCong Wang2021-04-011-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-0/+1
|\
| * net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu2021-03-161-0/+1
* | skbuff: micro-optimize {,__}skb_header_pointer()Alexander Lobakin2021-03-141-3/+2
* | flow_dissector: constify raw input data argumentAlexander Lobakin2021-03-141-8/+7
* | skbuff: make __skb_header_pointer()'s data argument constAlexander Lobakin2021-03-141-3/+3
* | tcp: plug skb_still_in_host_queue() to TSQEric Dumazet2021-03-111-1/+1
* | skmsg: Add function doc for skb->_sk_redirCong Wang2021-03-041-0/+1
* | skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang2021-02-261-0/+3
|/
* skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin2021-02-131-0/+1
* skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin2021-02-131-0/+2
* skbuff: remove __kfree_skb_flush()Alexander Lobakin2021-02-131-1/+0
* net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao2021-02-061-2/+34
* net: introduce common dev_page_is_reusable()Alexander Lobakin2021-02-041-0/+16
* skbuff: constify skb_propagate_pfmemalloc() "page" argumentAlexander Lobakin2021-02-041-2/+2
* tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-221-1/+1