开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
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
media-uapi
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-02-26
net: neigh: use kfree_skb_reason() for __neigh_event_send()
Menglong Dong
2022-02-26
net: ip: add skb drop reasons for ip egress path
Menglong Dong
2022-02-22
net: preserve skb_end_offset() in skb_unclone_keeptruesize()
Eric Dumazet
2022-02-22
net: add skb_set_end_offset() helper
Eric Dumazet
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
Menglong Dong
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue()
Menglong Dong
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_rcv_established()
Menglong Dong
2022-02-20
net: tcp: add skb drop reasons to tcp_add_backlog()
Menglong Dong
2022-02-20
net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
Menglong Dong
2022-02-07
net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()
Menglong Dong
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()
Menglong Dong
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()
Menglong Dong
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_core()
Menglong Dong
2022-02-07
net: netfilter: use kfree_drop_reason() for NF_DROP
Menglong Dong
2022-02-07
net: skb_drop_reason: add document for drop reasons
Menglong Dong
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-27
net: socket: rename SKB_DROP_REASON_SOCKET_FILTER
Menglong Dong
2022-01-27
net: remove net_invalid_timestamp()
Jakub Kicinski
2022-01-21
net: skbuff: add size metadata to skb_shared_info for xdp
Lorenzo Bianconi
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-09
net: skb: use kfree_skb_reason() in __udp4_lib_rcv()
Menglong Dong
2022-01-09
net: skb: use kfree_skb_reason() in tcp_v4_rcv()
Menglong Dong
2022-01-09
net: skb: introduce kfree_skb_reason()
Menglong Dong
2022-01-09
net: openvswitch: Fix ct_state nat flags for conns arriving from tc
Paul Blakey
2021-12-29
Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-17
net: openvswitch: Fix matching zone id for invalid conns arriving from tc
Paul Blakey
2021-12-17
net/sched: flow_dissector: Fix matching on zone id for invalid conns
Paul Blakey
2021-12-09
skbuff: Extract list pointers to silence compiler warnings
Kees Cook
2021-12-07
skbuff: introduce skb_pull_data
Luiz Augusto von Dentz
2021-12-06
net: fix recent csum changes
Eric Dumazet
2021-11-25
net: optimize skb_postpull_rcsum()
Eric Dumazet
2021-11-22
skbuff: Switch structure bounds to struct_group()
Kees Cook
2021-11-22
skbuff: Move conditional preprocessor directives out of struct sk_buff
Kees Cook
2021-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-18
tcp: add missing htmldocs for skb->ll_node and sk->defer_list
Eric Dumazet
2021-11-16
tcp: defer skb freeing after socket lock is released
Eric Dumazet
2021-11-15
net: Clean up some inconsistent indenting
Jiapeng Chong
2021-11-03
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-02
net: add and use skb_unclone_keeptruesize() helper
Eric Dumazet
2021-11-01
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
2021-11-01
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-10-29
mctp: Add flow extension to skb
Jeremy Kerr
2021-10-14
netfilter: Introduce egress hook
Lukas Wunner
2021-09-09
net/af_unix: fix a data-race in unix_dgram_poll
Eric Dumazet
2021-08-09
page_pool: keep pp info as long as page pool owns the page
Yunsheng Lin
2021-08-03
skbuff: introduce skb_expand_head()
Vasily Averin
2021-07-30
sk_buff: avoid potentially clearing 'slow_gro' field
Paolo Abeni
2021-07-29
sk_buff: track dst status in slow_gro
Paolo Abeni
2021-07-29
sk_buff: introduce 'slow_gro' flags
Paolo Abeni
[next]