summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: remove skb->vlan_presentEric Dumazet2022-11-111-8/+10
* net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin2022-10-241-7/+0
* io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-121-0/+2
* net-next: skbuff: refactor pskb_pullRichard Gobert2022-09-301-14/+9
* net: shrink struct ubuf_infoPavel Begunkov2022-09-281-18/+4
* net: introduce struct ubuf_info_msgzcPavel Begunkov2022-09-281-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-0/+21
|\
| * tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet2022-09-021-0/+21
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-061-2/+2
|\ \
| * | flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcodeShmulik Ladkani2022-08-231-2/+2
| |/
* / net: skb: prevent the split of kfree_skb_reason() by gccMenglong Dong2022-08-241-1/+2
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-221-0/+8
|\
| * bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-07-191-0/+8
* | Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2022-07-191-18/+48
|\ \ | |/ |/|
| * net: introduce __skb_fill_page_desc_noaccPavel Begunkov2022-07-191-11/+17
| * net: introduce managed frags infrastructurePavel Begunkov2022-07-191-2/+23
| * net: Allow custom iter handler in msghdrDavid Ahern2022-07-191-3/+4
| * skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov2022-07-181-3/+5
* | net: helper function skb_len_addRichard Gobert2022-06-241-0/+12
* | net: warn if mac header was not setEric Dumazet2022-06-211-5/+7