aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-12/+8
12 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+15
2024-04-30net: move sysctl_max_skb_frags to net_hotdataEric Dumazet1-2/+0
2024-04-30inet: introduce dst_rtable() helperEric Dumazet1-9/+0
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-0/+15
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-12/+8
2024-04-22Merge branch 'for-uring-ubufops' into HEADJakub Kicinski1-8/+13
2024-04-22net: add callback for setting a ubuf_info to skbPavel Begunkov1-0/+2
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov1-8/+11
2024-04-11net: move skb ref helpers to new headerMina Almasry1-63/+0
2024-04-09net: remove napi_frag_unrefMina Almasry1-7/+1
2024-04-09net: make napi_frag_unref reuse skb_page_unrefMina Almasry1-9/+3
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski1-3/+12
2024-04-02page_pool: check for PP direct cache locality laterAlexander Lobakin1-6/+6
2024-03-28net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski1-7/+1
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+1
2024-03-28inet: inet_defrag: prevent sk release while still in useFlorian Westphal1-6/+1
2024-03-26net: remove skb_free_datagram_locked()Eric Dumazet1-6/+0
2024-03-19Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski1-0/+10
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan1-3/+3
2024-03-18net: esp: fix bad handling of pages from page_poolDragos Tatulea1-0/+10
2024-03-08net: add skb_data_unref() helperEric Dumazet1-0/+18
2024-03-07net: move skbuff_cache(s) to net_hotdataEric Dumazet1-1/+0
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan1-3/+3
2024-03-04net: adopt skb_network_header_len() more broadlyEric Dumazet1-0/+1
2024-02-23net: mpls: error out if inner headers are not setFlorian Westphal1-0/+5
2024-02-20net: skbuff: add overflow debug check to pull/push helpersFlorian Westphal1-0/+6
2024-02-20net: add netmem to skb_frag_tMina Almasry1-29/+71
2024-02-13veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi1-0/+2
2024-02-13xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi1-0/+2
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-22net: skbuff: Remove some excess struct-member documentationJonathan Corbet1-2/+0
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-5/+8
2023-12-14net: skbuff: fix spelling errorsRandy Dunlap1-3/+3
2023-12-11net, xdp: Allow metadata > 32Aleksander Lobakin1-5/+8
2023-11-29xsk: 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/vfs/vfsLinus Torvalds1-0/+3
2023-10-10net: 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