index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-5
/
+5
2022-03-11
bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro
Martin KaFai Lau
1
-5
/
+5
2022-03-09
skb: make drop reason booleanable
Jakub Kicinski
1
-0
/
+1
2022-03-06
net: tun: track dropped skb via kfree_skb_reason()
Dongli Zhang
1
-0
/
+18
2022-03-06
net: tap: track dropped skb via kfree_skb_reason()
Dongli Zhang
1
-0
/
+13
2022-03-04
net: dev: use kfree_skb_reason() for __netif_receive_skb_core()
Menglong Dong
1
-0
/
+5
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
1
-0
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
1
-0
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
1
-0
/
+6
2022-03-04
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
1
-0
/
+4
2022-03-04
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
1
-1
/
+7
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
1
-0
/
+1
2022-03-03
bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
Martin KaFai Lau
1
-6
/
+12
2022-03-03
net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM option
Martin KaFai Lau
1
-0
/
+11
2022-03-03
net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
Martin KaFai Lau
1
-2
/
+1
2022-03-03
net: Clear mono_delivery_time bit in __skb_tstamp_tx()
Martin KaFai Lau
1
-0
/
+1
2022-03-03
net: Handle delivery_time in skb->tstamp during network tapping with af_packet
Martin KaFai Lau
1
-0
/
+24
2022-03-03
net: Add skb_clear_tstamp() to keep the mono delivery_time
Martin KaFai Lau
1
-1
/
+9
2022-03-03
net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...
Martin KaFai Lau
1
-0
/
+13
2022-02-26
net: neigh: use kfree_skb_reason() for __neigh_event_send()
Menglong Dong
1
-0
/
+5
2022-02-26
net: ip: add skb drop reasons for ip egress path
Menglong Dong
1
-0
/
+9
2022-02-23
net: preserve skb_end_offset() in skb_unclone_keeptruesize()
Eric Dumazet
1
-9
/
+9
2022-02-23
net: add skb_set_end_offset() helper
Eric Dumazet
1
-0
/
+10
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
Menglong Dong
1
-0
/
+4
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue()
Menglong Dong
1
-0
/
+13
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_rcv_established()
Menglong Dong
1
-0
/
+1
2022-02-20
net: tcp: add skb drop reasons to tcp_add_backlog()
Menglong Dong
1
-0
/
+4
2022-02-20
net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
Menglong Dong
1
-0
/
+12
2022-02-07
net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()
Menglong Dong
1
-0
/
+5
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()
Menglong Dong
1
-0
/
+2
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()
Menglong Dong
1
-0
/
+9
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_core()
Menglong Dong
1
-0
/
+9
2022-02-07
net: netfilter: use kfree_drop_reason() for NF_DROP
Menglong Dong
1
-0
/
+1
2022-02-07
net: skb_drop_reason: add document for drop reasons
Menglong Dong
1
-6
/
+6
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-01-27
net: socket: rename SKB_DROP_REASON_SOCKET_FILTER
Menglong Dong
1
-1
/
+1
2022-01-27
net: remove net_invalid_timestamp()
Jakub Kicinski
1
-5
/
+0
2022-01-22
net: skbuff: add size metadata to skb_shared_info for xdp
Lorenzo Bianconi
1
-0
/
+1
2022-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2022-01-10
net: skb: use kfree_skb_reason() in __udp4_lib_rcv()
Menglong Dong
1
-0
/
+1
2022-01-10
net: skb: use kfree_skb_reason() in tcp_v4_rcv()
Menglong Dong
1
-0
/
+4
2022-01-10
net: skb: introduce kfree_skb_reason()
Menglong Dong
1
-1
/
+22
2022-01-10
net: openvswitch: Fix ct_state nat flags for conns arriving from tc
Paul Blakey
1
-1
/
+3
2021-12-30
Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
1
-0
/
+2
2021-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-12-18
net: openvswitch: Fix matching zone id for invalid conns arriving from tc
Paul Blakey
1
-0
/
+1
2021-12-18
net/sched: flow_dissector: Fix matching on zone id for invalid conns
Paul Blakey
1
-1
/
+1
2021-12-09
skbuff: Extract list pointers to silence compiler warnings
Kees Cook
1
-8
/
+10
2021-12-07
skbuff: introduce skb_pull_data
Luiz Augusto von Dentz
1
-0
/
+2
2021-12-07
net: fix recent csum changes
Eric Dumazet
1
-1
/
+2
[next]