summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-121-0/+2
* net-next: skbuff: refactor pskb_pullRichard Gobert2022-09-301-14/+9
* net: shrink struct ubuf_infoPavel Begunkov2022-09-281-18/+4
* net: introduce struct ubuf_info_msgzcPavel Begunkov2022-09-281-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-0/+21
|\
| * tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet2022-09-021-0/+21
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-061-2/+2
|\ \
| * | flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcodeShmulik Ladkani2022-08-231-2/+2
| |/
* / net: skb: prevent the split of kfree_skb_reason() by gccMenglong Dong2022-08-241-1/+2
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-221-0/+8
|\
| * bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-07-191-0/+8
* | Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2022-07-191-18/+48
|\ \ | |/ |/|
| * net: introduce __skb_fill_page_desc_noaccPavel Begunkov2022-07-191-11/+17
| * net: introduce managed frags infrastructurePavel Begunkov2022-07-191-2/+23
| * net: Allow custom iter handler in msghdrDavid Ahern2022-07-191-3/+4
| * skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov2022-07-181-3/+5
* | net: helper function skb_len_addRichard Gobert2022-06-241-0/+12
* | net: warn if mac header was not setEric Dumazet2022-06-211-5/+7
* | net: skb: move enum skb_drop_reason to standalone header fileMenglong Dong2022-06-071-178/+1
|/
* net: add debug info to __skb_pull()Eric Dumazet2022-06-021-1/+8
* net: skb: Remove skb_data_area_size()Ricardo Martinez2022-05-161-5/+0
* net: skb: change the definition SKB_DR_SET()Menglong Dong2022-05-161-1/+2
* skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()Jakub Kicinski2022-05-121-3/+1
* net: warn if transport header was not setEric Dumazet2022-05-111-0/+2
* skbuff: render the checksum comment to documentationJakub Kicinski2022-05-101-95/+124
* skbuff: rewrite the doc for data-only skbsJakub Kicinski2022-05-101-12/+30
* skbuff: add a basic intro docJakub Kicinski2022-05-101-0/+40
* ptp: Support late timestamp determinationGerhard Engleder2022-05-101-3/+11
* ptp: Request cycles for TX timestampGerhard Engleder2022-05-101-1/+6
* net: skb: introduce skb_data_area_size()Ricardo Martinez2022-05-091-0/+5
* net: Make msg_zerocopy_alloc staticDavid Ahern2022-05-051-1/+0
* net: inline skb_zerocopy_iter_dgramPavel Begunkov2022-04-301-14/+22
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-271-1/+1
|\
| * net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian2022-04-201-1/+1
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-0/+3
* | tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet2022-04-171-0/+1
* | tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet2022-04-171-0/+1
* | tcp: add two drop reasons for tcp_ack()Eric Dumazet2022-04-171-0/+2
* | tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet2022-04-171-0/+3
* | tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet2022-04-171-0/+6
* | net: ip: add skb drop reasons to ip forwardingMenglong Dong2022-04-131-0/+3
* | net: ipv4: add skb drop reasons to ip_error()Menglong Dong2022-04-131-0/+6
* | skb: add some helpers for skb drop reasonsMenglong Dong2022-04-131-0/+12
* | net: icmp: add skb drop reasons to icmp protocolMenglong Dong2022-04-111-0/+5
* | net: skb: rename SKB_DROP_REASON_PTYPE_ABSENTMenglong Dong2022-04-111-5/+3
|/
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-221-5/+5
|\
| * bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macroMartin KaFai Lau2022-03-101-5/+5
* | skb: make drop reason booleanableJakub Kicinski2022-03-091-0/+1
* | net: tun: track dropped skb via kfree_skb_reason()Dongli Zhang2022-03-061-0/+18