summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-201-0/+1
* net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet2023-08-191-4/+19
* net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin2023-08-071-2/+3
* page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-071-1/+1
* net: skbuff: remove unused HAVE_HW_TIME_STAMP feature definePeter Seiderer2023-07-261-2/+0
* bpf, net: Introduce skb_pointer_if_linear().Alexei Starovoitov2023-07-191-1/+9
* bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann2023-07-191-2/+2
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-71/+0
* skbuff: bridge: Add layer 2 miss indicationIdo Schimmel2023-05-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-0/+10
|\
| * tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski2023-05-191-0/+10
* | net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells2023-05-231-0/+3
* | net: Pass max frags into skb_append_pagefrags()David Howells2023-05-231-1/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-161-1/+1
|\ \
| * | bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)Daniel Rosenberg2023-05-061-1/+1
| |/
* | net: skbuff: update comment about pfmemalloc propagatingYunsheng Lin2023-05-161-5/+5
* | net: remove __skb_frag_set_page()Yunsheng Lin2023-05-131-12/+0
* | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-17/+10
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-211-0/+9
|\
| * bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann2023-04-171-0/+9
* | net: move dropreason.h to dropreason-core.hJohannes Berg2023-04-201-1/+1
* | net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski2023-04-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-2/+3
|\ \
| * | netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal2023-04-171-2/+2
| * | netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal2023-04-061-0/+1
* | | net: skbuff: hide nf_trace and ipvs_propertyJakub Kicinski2023-04-191-0/+4
* | | net: skbuff: push nf_trace down the bitfieldJakub Kicinski2023-04-191-3/+3
* | | net: skbuff: move alloc_cpu into a potential holeJakub Kicinski2023-04-191-1/+2
* | | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski2023-04-191-0/+14
* | | net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski2023-04-191-0/+11
* | | page_pool: allow caching from safely localized NAPIJakub Kicinski2023-04-141-7/+13
| |/ |/|
* | Daniel Borkmann says:Jakub Kicinski2023-04-131-20/+20
|\ \
| * | net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski2023-03-201-9/+9
| * | net: skbuff: reorder bytes 2 and 3 of the bitfieldJakub Kicinski2023-03-201-10/+10
| * | net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski2023-03-201-2/+2
| * | net: page_pool, skbuff: make skb_mark_for_recycle() always availableAlexander Lobakin2023-03-141-2/+2
* | | net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet2023-03-271-11/+5
|/ /
* / net: reclaim skb->scm_io_uring bitEric Dumazet2023-03-081-2/+0
|/
* net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-201-1/+5
* net: add pskb_may_pull_reason() helperEric Dumazet2023-02-131-4/+15
* net: skbuff: drop the word head from skb cacheJakub Kicinski2023-02-101-1/+1
* net: add SKB_HEAD_ALIGN() helperEric Dumazet2023-02-071-0/+8
* net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer2023-02-061-0/+7
* net: skbuff: drop the linux/hrtimer.h includeJakub Kicinski2023-01-271-1/+0
* net: skbuff: drop the linux/splice.h includeJakub Kicinski2023-01-271-1/+0
* net: skbuff: drop the linux/sched.h includeJakub Kicinski2023-01-271-1/+0
* net: skbuff: drop the linux/sched/clock.h includeJakub Kicinski2023-01-271-1/+0
* net: skbuff: drop the linux/textsearch.h includeJakub Kicinski2023-01-271-1/+1
* net: skbuff: drop the linux/net.h includeJakub Kicinski2023-01-271-1/+0
* skbuff: Introduce slab_build_skb()Kees Cook2022-12-091-0/+1