summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-17netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov1-1/+1
2023-12-27net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)1-0/+1
2023-12-23net: skbuff: Remove some excess struct-member documentationJonathan Corbet1-2/+0
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-5/+8
2023-12-15net: skbuff: fix spelling errorsRandy Dunlap1-3/+3
2023-12-11net, xdp: Allow metadata > 32Aleksander Lobakin1-5/+8
2023-11-30xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev1-1/+13
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2023-10-11net: skbuff: fix kernel-doc typosRandy Dunlap1-2/+2
2023-10-09iov_iter, net: Merge csum_and_copy_from_iter{,_full}() togetherDavid Howells1-17/+2
2023-10-09iov_iter, net: Fold in csum_and_memcpy()David Howells1-7/+0
2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells1-0/+25
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet1-0/+1
2023-08-19net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet1-4/+19
2023-08-07net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin1-2/+3
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-07-26net: skbuff: remove unused HAVE_HW_TIME_STAMP feature definePeter Seiderer1-2/+0
2023-07-19bpf, net: Introduce skb_pointer_if_linear().Alexei Starovoitov1-1/+9
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann1-2/+2
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-71/+0
2023-05-31skbuff: bridge: Add layer 2 miss indicationIdo Schimmel1-0/+1
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+10
2023-05-24net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells1-0/+3
2023-05-24net: Pass max frags into skb_append_pagefrags()David Howells1-1/+1
2023-05-19tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski1-0/+10
2023-05-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-05-16net: skbuff: update comment about pfmemalloc propagatingYunsheng Lin1-5/+5
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin1-12/+0
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-17/+10
2023-05-07bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)Daniel Rosenberg1-1/+1
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