aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-12io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+2
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert1-14/+9
2022-09-28net: shrink struct ubuf_infoPavel Begunkov1-18/+4
2022-09-28net: introduce struct ubuf_info_msgzcPavel Begunkov1-0/+21
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+21
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni1-2/+2
2022-09-02tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet1-0/+21
2022-08-24net: skb: prevent the split of kfree_skb_reason() by gccMenglong Dong1-1/+2
2022-08-23flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcodeShmulik Ladkani1-2/+2
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+8
2022-07-19Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linuxJakub Kicinski1-18/+48
2022-07-19net: introduce __skb_fill_page_desc_noaccPavel Begunkov1-11/+17
2022-07-19net: introduce managed frags infrastructurePavel Begunkov1-2/+23
2022-07-19net: Allow custom iter handler in msghdrDavid Ahern1-3/+4
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+8
2022-07-18skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov1-3/+5
2022-06-24net: helper function skb_len_addRichard Gobert1-0/+12
2022-06-21net: warn if mac header was not setEric Dumazet1-5/+7
2022-06-07net: skb: move enum skb_drop_reason to standalone header fileMenglong Dong1-178/+1
2022-06-02net: add debug info to __skb_pull()Eric Dumazet1-1/+8
2022-05-16net: skb: Remove skb_data_area_size()Ricardo Martinez1-5/+0
2022-05-16net: skb: change the definition SKB_DR_SET()Menglong Dong1-1/+2
2022-05-12skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()Jakub Kicinski1-3/+1
2022-05-11net: warn if transport header was not setEric Dumazet1-0/+2
2022-05-10skbuff: render the checksum comment to documentationJakub Kicinski1-95/+124
2022-05-10skbuff: rewrite the doc for data-only skbsJakub Kicinski1-12/+30
2022-05-10skbuff: add a basic intro docJakub Kicinski1-0/+40
2022-05-10ptp: Support late timestamp determinationGerhard Engleder1-3/+11
2022-05-10ptp: Request cycles for TX timestampGerhard Engleder1-1/+6
2022-05-09net: skb: introduce skb_data_area_size()Ricardo Martinez1-0/+5
2022-05-05net: Make msg_zerocopy_alloc staticDavid Ahern1-1/+0
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov1-14/+22
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet1-0/+3
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian1-1/+1
2022-04-17tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet1-0/+1
2022-04-17tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet1-0/+1
2022-04-17tcp: add two drop reasons for tcp_ack()Eric Dumazet1-0/+2
2022-04-17tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet1-0/+3
2022-04-17tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet1-0/+6
2022-04-13net: ip: add skb drop reasons to ip forwardingMenglong Dong1-0/+3
2022-04-13net: ipv4: add skb drop reasons to ip_error()Menglong Dong1-0/+6
2022-04-13skb: add some helpers for skb drop reasonsMenglong Dong1-0/+12
2022-04-11net: icmp: add skb drop reasons to icmp protocolMenglong Dong1-0/+5
2022-04-11net: skb: rename SKB_DROP_REASON_PTYPE_ABSENTMenglong Dong1-5/+3
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-2/+1
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-5/+5
2022-03-10bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macroMartin KaFai Lau1-5/+5
2022-03-09skb: make drop reason booleanableJakub Kicinski1-0/+1
2022-03-06net: tun: track dropped skb via kfree_skb_reason()Dongli Zhang1-0/+18