aboutsummaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-10net: skbuff: fix kernel-doc typosGravatar Randy Dunlap 1-2/+2
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERRGravatar Eric Dumazet 1-0/+1
2023-08-19net: add skb_queue_purge_reason and __skb_queue_purge_reasonGravatar Eric Dumazet 1-4/+19
2023-08-07net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Gravatar Alexander Lobakin 1-2/+3
2023-08-07page_pool: split types and declarations from page_pool.hGravatar Yunsheng Lin 1-1/+1
2023-07-26net: skbuff: remove unused HAVE_HW_TIME_STAMP feature defineGravatar Peter Seiderer 1-2/+0
2023-07-19bpf, net: Introduce skb_pointer_if_linear().Gravatar Alexei Starovoitov 1-1/+9
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportGravatar Daniel Borkmann 1-2/+2
2023-06-10net: move gso declarations and functions to their own filesGravatar Eric Dumazet 1-71/+0
2023-05-30skbuff: bridge: Add layer 2 miss indicationGravatar Ido Schimmel 1-0/+1
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+10
2023-05-23net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESGravatar David Howells 1-0/+3
2023-05-23net: Pass max frags into skb_append_pagefrags()Gravatar David Howells 1-1/+1
2023-05-19tls: rx: strp: force mixed decrypted records into copy modeGravatar Jakub Kicinski 1-0/+10
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+1
2023-05-16net: skbuff: update comment about pfmemalloc propagatingGravatar Yunsheng Lin 1-5/+5
2023-05-13net: remove __skb_frag_set_page()Gravatar Yunsheng Lin 1-12/+0
2023-05-13net: introduce and use skb_frag_fill_page_desc()Gravatar Yunsheng Lin 1-17/+10
2023-05-06bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)Gravatar Daniel Rosenberg 1-1/+1
2023-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-0/+9
2023-04-20net: move dropreason.h to dropreason-core.hGravatar Johannes Berg 1-1/+1
2023-04-20net: skbuff: update and rename __kfree_skb_defer()Gravatar Jakub Kicinski 1-1/+1
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+3
2023-04-19net: skbuff: hide nf_trace and ipvs_propertyGravatar Jakub Kicinski 1-0/+4
2023-04-19net: skbuff: push nf_trace down the bitfieldGravatar Jakub Kicinski 1-3/+3
2023-04-19net: skbuff: move alloc_cpu into a potential holeGravatar Jakub Kicinski 1-1/+2
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setGravatar Jakub Kicinski 1-0/+14
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setGravatar Jakub Kicinski 1-0/+11
2023-04-17bpf: Set skb redirect and from_ingress info in __bpf_tx_skbGravatar Daniel Borkmann 1-0/+9
2023-04-17netfilter: nf_tables: fix ifdef to also consider nf_tables=mGravatar Florian Westphal 1-2/+2
2023-04-14page_pool: allow caching from safely localized NAPIGravatar Jakub Kicinski 1-7/+13
2023-04-13Daniel Borkmann says:Gravatar Jakub Kicinski 1-20/+20
2023-04-06netfilter: br_netfilter: fix recent physdev match breakageGravatar Florian Westphal 1-0/+1
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSGravatar Eric Dumazet 1-11/+5
2023-03-20net: skbuff: move the fields BPF cares about directly next to the offset markerGravatar Jakub Kicinski 1-9/+9
2023-03-20net: skbuff: reorder bytes 2 and 3 of the bitfieldGravatar Jakub Kicinski 1-10/+10
2023-03-20net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetGravatar Jakub Kicinski 1-2/+2
2023-03-14net: page_pool, skbuff: make skb_mark_for_recycle() always availableGravatar Alexander Lobakin 1-2/+2
2023-03-08net: reclaim skb->scm_io_uring bitGravatar Eric Dumazet 1-2/+0
2023-02-20net/sched: cls_api: Support hardware miss to tc actionGravatar Paul Blakey 1-1/+5
2023-02-13net: add pskb_may_pull_reason() helperGravatar Eric Dumazet 1-4/+15
2023-02-10net: skbuff: drop the word head from skb cacheGravatar Jakub Kicinski 1-1/+1
2023-02-07net: add SKB_HEAD_ALIGN() helperGravatar Eric Dumazet 1-0/+8
2023-02-06net: introduce skb_poison_list and use in kfree_skb_listGravatar Jesper Dangaard Brouer 1-0/+7
2023-01-27net: skbuff: drop the linux/hrtimer.h includeGravatar Jakub Kicinski 1-1/+0
2023-01-27net: skbuff: drop the linux/splice.h includeGravatar Jakub Kicinski 1-1/+0
2023-01-27net: skbuff: drop the linux/sched.h includeGravatar Jakub Kicinski 1-1/+0
2023-01-27net: skbuff: drop the linux/sched/clock.h includeGravatar Jakub Kicinski 1-1/+0
2023-01-27net: skbuff: drop the linux/textsearch.h includeGravatar Jakub Kicinski 1-1/+1
2023-01-27net: skbuff: drop the linux/net.h includeGravatar Jakub Kicinski 1-1/+0