summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2023-05-30skbuff: bridge: Add layer 2 miss indicationIdo Schimmel
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-23net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells
2023-05-23net: Pass max frags into skb_append_pagefrags()David Howells
2023-05-19tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-16net: skbuff: update comment about pfmemalloc propagatingYunsheng Lin
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-05-06bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)Daniel Rosenberg
2023-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-04-20net: move dropreason.h to dropreason-core.hJohannes Berg
2023-04-20net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19net: skbuff: hide nf_trace and ipvs_propertyJakub Kicinski
2023-04-19net: skbuff: push nf_trace down the bitfieldJakub Kicinski
2023-04-19net: skbuff: move alloc_cpu into a potential holeJakub Kicinski
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski
2023-04-17bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann
2023-04-17netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal
2023-04-14page_pool: allow caching from safely localized NAPIJakub Kicinski
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-06netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet
2023-03-20net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski
2023-03-20net: skbuff: reorder bytes 2 and 3 of the bitfieldJakub Kicinski
2023-03-20net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski
2023-03-14net: page_pool, skbuff: make skb_mark_for_recycle() always availableAlexander Lobakin
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey
2023-02-13net: add pskb_may_pull_reason() helperEric Dumazet
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet
2023-02-06net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer
2023-01-27net: skbuff: drop the linux/hrtimer.h includeJakub Kicinski
2023-01-27net: skbuff: drop the linux/splice.h includeJakub Kicinski
2023-01-27net: skbuff: drop the linux/sched.h includeJakub Kicinski
2023-01-27net: skbuff: drop the linux/sched/clock.h includeJakub Kicinski
2023-01-27net: skbuff: drop the linux/textsearch.h includeJakub Kicinski
2023-01-27net: skbuff: drop the linux/net.h includeJakub Kicinski
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook
2022-11-11net: remove skb->vlan_presentEric Dumazet
2022-10-24net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin
2022-10-12io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert
2022-09-28net: shrink struct ubuf_infoPavel Begunkov
2022-09-28net: introduce struct ubuf_info_msgzcPavel Begunkov
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni