summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu
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
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon
2021-01-07skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon
2021-01-07skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon
2021-01-07skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon
2021-01-07skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon
2021-01-07skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon
2021-01-07skbuff: remove unused skb_zcopy_abort functionJonathan Lemon
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver
2020-11-17net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handlingRandy Dunlap
2020-11-02net: add kcov handle to skb extensionsAleksandr Nogikh
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault
2020-09-30bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann
2020-09-09net: add __must_check to skb_put_padto()Eric Dumazet
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-27net: Fix some commentsMiaohe Lin
2020-08-24net: Get rid of consume_skb when tracing is offHerbert Xu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-07-24net/flow_dissector: add packet hash dissectionAriel Levkovich
2020-07-15net: skbuff.h: drop duplicate words in commentsRandy Dunlap
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal
2020-04-18skbuff.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-06skbuff.h: Improve the checksum related commentsDexuan Cui
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso