index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: add debug info to __skb_pull()
Eric Dumazet
2022-06-02
1
-1
/
+8
*
net: skb: Remove skb_data_area_size()
Ricardo Martinez
2022-05-16
1
-5
/
+0
*
net: skb: change the definition SKB_DR_SET()
Menglong Dong
2022-05-16
1
-1
/
+2
*
skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()
Jakub Kicinski
2022-05-12
1
-3
/
+1
*
net: warn if transport header was not set
Eric Dumazet
2022-05-11
1
-0
/
+2
*
skbuff: render the checksum comment to documentation
Jakub Kicinski
2022-05-10
1
-95
/
+124
*
skbuff: rewrite the doc for data-only skbs
Jakub Kicinski
2022-05-10
1
-12
/
+30
*
skbuff: add a basic intro doc
Jakub Kicinski
2022-05-10
1
-0
/
+40
*
ptp: Support late timestamp determination
Gerhard Engleder
2022-05-10
1
-3
/
+11
*
ptp: Request cycles for TX timestamp
Gerhard Engleder
2022-05-10
1
-1
/
+6
*
net: skb: introduce skb_data_area_size()
Ricardo Martinez
2022-05-09
1
-0
/
+5
*
net: Make msg_zerocopy_alloc static
David Ahern
2022-05-05
1
-1
/
+0
*
net: inline skb_zerocopy_iter_dgram
Pavel Begunkov
2022-04-30
1
-14
/
+22
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-04-27
1
-1
/
+1
|
\
|
*
net: Change skb_ensure_writable()'s write_len param to unsigned int type
Liu Jian
2022-04-20
1
-1
/
+1
*
|
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
2022-04-26
1
-0
/
+3
*
|
tcp: add drop reason support to tcp_ofo_queue()
Eric Dumazet
2022-04-17
1
-0
/
+1
*
|
tcp: add drop reason support to tcp_prune_ofo_queue()
Eric Dumazet
2022-04-17
1
-0
/
+1
*
|
tcp: add two drop reasons for tcp_ack()
Eric Dumazet
2022-04-17
1
-0
/
+2
*
|
tcp: add drop reasons to tcp_rcv_state_process()
Eric Dumazet
2022-04-17
1
-0
/
+3
*
|
tcp: add drop reason support to tcp_validate_incoming()
Eric Dumazet
2022-04-17
1
-0
/
+6
*
|
net: ip: add skb drop reasons to ip forwarding
Menglong Dong
2022-04-13
1
-0
/
+3
*
|
net: ipv4: add skb drop reasons to ip_error()
Menglong Dong
2022-04-13
1
-0
/
+6
*
|
skb: add some helpers for skb drop reasons
Menglong Dong
2022-04-13
1
-0
/
+12
*
|
net: icmp: add skb drop reasons to icmp protocol
Menglong Dong
2022-04-11
1
-0
/
+5
*
|
net: skb: rename SKB_DROP_REASON_PTYPE_ABSENT
Menglong Dong
2022-04-11
1
-5
/
+3
|
/
*
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
2022-04-06
1
-2
/
+1
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-03-22
1
-5
/
+5
|
\
|
*
bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro
Martin KaFai Lau
2022-03-10
1
-5
/
+5
*
|
skb: make drop reason booleanable
Jakub Kicinski
2022-03-09
1
-0
/
+1
*
|
net: tun: track dropped skb via kfree_skb_reason()
Dongli Zhang
2022-03-06
1
-0
/
+18
*
|
net: tap: track dropped skb via kfree_skb_reason()
Dongli Zhang
2022-03-06
1
-0
/
+13
|
/
*
net: dev: use kfree_skb_reason() for __netif_receive_skb_core()
Menglong Dong
2022-03-04
1
-0
/
+5
*
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
2022-03-04
1
-0
/
+1
*
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
2022-03-04
1
-0
/
+1
*
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
2022-03-04
1
-0
/
+6
*
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
2022-03-04
1
-0
/
+4
*
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
2022-03-04
1
-1
/
+7
*
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
2022-03-04
1
-0
/
+1
*
bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
Martin KaFai Lau
2022-03-03
1
-6
/
+12
*
net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM option
Martin KaFai Lau
2022-03-03
1
-0
/
+11
*
net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
Martin KaFai Lau
2022-03-03
1
-2
/
+1
*
net: Clear mono_delivery_time bit in __skb_tstamp_tx()
Martin KaFai Lau
2022-03-03
1
-0
/
+1
*
net: Handle delivery_time in skb->tstamp during network tapping with af_packet
Martin KaFai Lau
2022-03-03
1
-0
/
+24
*
net: Add skb_clear_tstamp() to keep the mono delivery_time
Martin KaFai Lau
2022-03-03
1
-1
/
+9
*
net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...
Martin KaFai Lau
2022-03-03
1
-0
/
+13
*
net: neigh: use kfree_skb_reason() for __neigh_event_send()
Menglong Dong
2022-02-26
1
-0
/
+5
*
net: ip: add skb drop reasons for ip egress path
Menglong Dong
2022-02-26
1
-0
/
+9
*
net: preserve skb_end_offset() in skb_unclone_keeptruesize()
Eric Dumazet
2022-02-22
1
-9
/
+9
*
net: add skb_set_end_offset() helper
Eric Dumazet
2022-02-22
1
-0
/
+10
[next]