summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+9
2023-04-21net: move dropreason.h to dropreason-core.hJohannes Berg1-1/+1
2023-04-21net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski1-1/+1
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-04-19net: skbuff: hide nf_trace and ipvs_propertyJakub Kicinski1-0/+4
2023-04-19net: skbuff: push nf_trace down the bitfieldJakub Kicinski1-3/+3
2023-04-19net: skbuff: move alloc_cpu into a potential holeJakub Kicinski1-1/+2
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski1-0/+14
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski1-0/+11
2023-04-17bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann1-0/+9
2023-04-17netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal1-2/+2
2023-04-15page_pool: allow caching from safely localized NAPIJakub Kicinski1-7/+13
2023-04-14Daniel Borkmann says:Jakub Kicinski1-20/+20
2023-04-06netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal1-0/+1
2023-03-28net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet1-11/+5
2023-03-21net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski1-9/+9
2023-03-21net: skbuff: reorder bytes 2 and 3 of the bitfieldJakub Kicinski1-10/+10
2023-03-21net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski1-2/+2
2023-03-15net: page_pool, skbuff: make skb_mark_for_recycle() always availableAlexander Lobakin1-2/+2
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet1-2/+0
2023-02-21net/sched: cls_api: Support hardware miss to tc actionPaul Blakey1-1/+5
2023-02-14net: add pskb_may_pull_reason() helperEric Dumazet1-4/+15
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski1-1/+1
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet1-0/+8
2023-02-06net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer1-0/+7
2023-01-27net: skbuff: drop the linux/hrtimer.h includeJakub Kicinski1-1/+0
2023-01-27net: skbuff: drop the linux/splice.h includeJakub Kicinski1-1/+0
2023-01-27net: skbuff: drop the linux/sched.h includeJakub Kicinski1-1/+0
2023-01-27net: skbuff: drop the linux/sched/clock.h includeJakub Kicinski1-1/+0
2023-01-27net: skbuff: drop the linux/textsearch.h includeJakub Kicinski1-1/+1
2023-01-27net: skbuff: drop the linux/net.h includeJakub Kicinski1-1/+0
2022-12-10skbuff: Introduce slab_build_skb()Kees Cook1-0/+1
2022-11-12net: remove skb->vlan_presentEric Dumazet1-8/+10
2022-10-24net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin1-7/+0
2022-10-13io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+2
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert1-14/+9
2022-09-29net: shrink struct ubuf_infoPavel Begunkov1-18/+4
2022-09-29net: introduce struct ubuf_info_msgzcPavel Begunkov1-0/+21
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+21
2022-09-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni1-2/+2
2022-09-02tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet1-0/+21
2022-08-24net: skb: prevent the split of kfree_skb_reason() by gccMenglong Dong1-1/+2
2022-08-23flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcodeShmulik Ladkani1-2/+2
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+8
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-18/+48
2022-07-20net: introduce __skb_fill_page_desc_noaccPavel Begunkov1-11/+17
2022-07-20net: introduce managed frags infrastructurePavel Begunkov1-2/+23
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern1-3/+4
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+8
2022-07-19skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov1-3/+5