summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
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
2022-04-17tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet
2022-04-17tcp: add two drop reasons for tcp_ack()Eric Dumazet
2022-04-17tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet
2022-04-17tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet
2022-04-13net: ip: add skb drop reasons to ip forwardingMenglong Dong
2022-04-13net: ipv4: add skb drop reasons to ip_error()Menglong Dong
2022-04-13skb: add some helpers for skb drop reasonsMenglong Dong
2022-04-11net: icmp: add skb drop reasons to icmp protocolMenglong Dong
2022-04-11net: skb: rename SKB_DROP_REASON_PTYPE_ABSENTMenglong Dong
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-03-10bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macroMartin KaFai Lau
2022-03-09skb: make drop reason booleanableJakub Kicinski
2022-03-06net: tun: track dropped skb via kfree_skb_reason()Dongli Zhang
2022-03-06net: tap: track dropped skb via kfree_skb_reason()Dongli Zhang
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong
2022-03-04net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong
2022-03-03bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau
2022-03-03net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM optionMartin KaFai Lau
2022-03-03net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau
2022-03-03net: Clear mono_delivery_time bit in __skb_tstamp_tx()Martin KaFai Lau
2022-03-03net: Handle delivery_time in skb->tstamp during network tapping with af_packetMartin KaFai Lau
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau
2022-02-26net: neigh: use kfree_skb_reason() for __neigh_event_send()Menglong Dong
2022-02-26net: ip: add skb drop reasons for ip egress pathMenglong Dong
2022-02-22net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet
2022-02-22net: add skb_set_end_offset() helperEric Dumazet
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong