summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
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
2022-09-02tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet
2022-08-24net: skb: prevent the split of kfree_skb_reason() by gccMenglong Dong
2022-08-23flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcodeShmulik Ladkani
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-19Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-19net: introduce __skb_fill_page_desc_noaccPavel Begunkov
2022-07-19net: introduce managed frags infrastructurePavel Begunkov
2022-07-19net: Allow custom iter handler in msghdrDavid Ahern
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-07-18skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov
2022-06-24net: helper function skb_len_addRichard Gobert
2022-06-21net: warn if mac header was not setEric Dumazet
2022-06-07net: skb: move enum skb_drop_reason to standalone header fileMenglong Dong
2022-06-02net: add debug info to __skb_pull()Eric Dumazet
2022-05-16net: skb: Remove skb_data_area_size()Ricardo Martinez
2022-05-16net: skb: change the definition SKB_DR_SET()Menglong Dong
2022-05-12skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()Jakub Kicinski
2022-05-11net: warn if transport header was not setEric Dumazet
2022-05-10skbuff: render the checksum comment to documentationJakub Kicinski
2022-05-10skbuff: rewrite the doc for data-only skbsJakub Kicinski
2022-05-10skbuff: add a basic intro docJakub Kicinski
2022-05-10ptp: Support late timestamp determinationGerhard Engleder
2022-05-10ptp: Request cycles for TX timestampGerhard Engleder
2022-05-09net: skb: introduce skb_data_area_size()Ricardo Martinez
2022-05-05net: Make msg_zerocopy_alloc staticDavid Ahern
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian
2022-04-17tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet