开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
Age
Commit message (
Expand
)
Author
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-19
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
2022-07-19
net: introduce __skb_fill_page_desc_noacc
Pavel Begunkov
2022-07-19
net: introduce managed frags infrastructure
Pavel Begunkov
2022-07-19
net: Allow custom iter handler in msghdr
David Ahern
2022-07-19
bpf: Don't redirect packets with invalid pkt_len
Zhengchao Shao
2022-07-18
skbuff: add SKBFL_DONT_ORPHAN flag
Pavel Begunkov
2022-06-24
net: helper function skb_len_add
Richard Gobert
2022-06-21
net: warn if mac header was not set
Eric Dumazet
2022-06-07
net: skb: move enum skb_drop_reason to standalone header file
Menglong Dong
2022-06-02
net: add debug info to __skb_pull()
Eric Dumazet
2022-05-16
net: skb: Remove skb_data_area_size()
Ricardo Martinez
2022-05-16
net: skb: change the definition SKB_DR_SET()
Menglong Dong
2022-05-12
skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()
Jakub Kicinski
2022-05-11
net: warn if transport header was not set
Eric Dumazet
2022-05-10
skbuff: render the checksum comment to documentation
Jakub Kicinski
2022-05-10
skbuff: rewrite the doc for data-only skbs
Jakub Kicinski
2022-05-10
skbuff: add a basic intro doc
Jakub Kicinski
2022-05-10
ptp: Support late timestamp determination
Gerhard Engleder
2022-05-10
ptp: Request cycles for TX timestamp
Gerhard Engleder
2022-05-09
net: skb: introduce skb_data_area_size()
Ricardo Martinez
2022-05-05
net: Make msg_zerocopy_alloc static
David Ahern
2022-04-30
net: inline skb_zerocopy_iter_dgram
Pavel Begunkov
2022-04-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
2022-04-20
net: Change skb_ensure_writable()'s write_len param to unsigned int type
Liu Jian
2022-04-17
tcp: add drop reason support to tcp_ofo_queue()
Eric Dumazet
2022-04-17
tcp: add drop reason support to tcp_prune_ofo_queue()
Eric Dumazet
2022-04-17
tcp: add two drop reasons for tcp_ack()
Eric Dumazet
2022-04-17
tcp: add drop reasons to tcp_rcv_state_process()
Eric Dumazet
2022-04-17
tcp: add drop reason support to tcp_validate_incoming()
Eric Dumazet
2022-04-13
net: ip: add skb drop reasons to ip forwarding
Menglong Dong
2022-04-13
net: ipv4: add skb drop reasons to ip_error()
Menglong Dong
2022-04-13
skb: add some helpers for skb drop reasons
Menglong Dong
2022-04-11
net: icmp: add skb drop reasons to icmp protocol
Menglong Dong
2022-04-11
net: skb: rename SKB_DROP_REASON_PTYPE_ABSENT
Menglong Dong
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
2022-03-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-03-10
bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro
Martin KaFai Lau
2022-03-09
skb: make drop reason booleanable
Jakub Kicinski
2022-03-06
net: tun: track dropped skb via kfree_skb_reason()
Dongli Zhang
2022-03-06
net: tap: track dropped skb via kfree_skb_reason()
Dongli Zhang
2022-03-04
net: dev: use kfree_skb_reason() for __netif_receive_skb_core()
Menglong Dong
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
2022-03-04
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
2022-03-04
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
2022-03-04
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
2022-03-04
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
2022-03-03
bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
Martin KaFai Lau
[next]