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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-06
bluetooth: don't use bitmaps for random flag accesses
Linus Torvalds
1
-10
/
+7
2022-06-02
ax25: Fix ax25 session cleanup problems
Duoming Zhou
1
-0
/
+1
2022-06-01
bonding: guard ns_targets by CONFIG_IPV6
Hangbin Liu
1
-0
/
+6
2022-06-01
net: sched: add barrier to fix packet stuck problem for lockless qdisc
Guoju Fang
1
-0
/
+6
2022-05-27
netfilter: conntrack: re-fetch conntrack after insertion
Florian Westphal
1
-1
/
+6
2022-05-27
net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog
Vincent Ray
1
-28
/
+8
2022-05-26
amt: fix typo in amt
Taehee Yoo
1
-1
/
+1
2022-05-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+6
2022-05-24
Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2
-2
/
+16
2022-05-22
net: wrap the wireless pointers in struct net_device in an ifdef
Jakub Kicinski
2
-0
/
+4
2022-05-21
net: Add a second bind table hashed by port and address
Joanne Koong
3
-1
/
+84
2022-05-21
bpf: Add bpf_skc_to_mptcp_sock_proto
Geliang Tang
1
-0
/
+6
2022-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
1
-0
/
+1
2022-05-19
Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2
-11
/
+39
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+16
2022-05-19
Bluetooth: eir: Add helpers for managing service data
Luiz Augusto von Dentz
1
-0
/
+1
2022-05-19
tls: Add opt-in zerocopy mode of sendfile()
Boris Pismenny
1
-0
/
+1
2022-05-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-1
/
+14
2022-05-17
cfg80211: fix kernel-doc for cfg80211_beacon_data
Johannes Berg
1
-1
/
+1
2022-05-16
netfilter: nf_conncount: reduce unnecessary GC
William Tu
1
-0
/
+1
2022-05-16
inet: rename INET_MATCH()
Eric Dumazet
1
-1
/
+1
2022-05-16
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
1
-9
/
+19
2022-05-16
tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
Eric Dumazet
1
-2
/
+3
2022-05-16
net: annotate races around sk->sk_bound_dev_if
Eric Dumazet
2
-3
/
+4
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
1
-1
/
+1
2022-05-16
ipv6/gso: remove temporary HBH/jumbo header
Eric Dumazet
1
-0
/
+33
2022-05-16
ipv6: add struct hop_jumbo_hdr definition
Eric Dumazet
1
-0
/
+11
2022-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
8
-80
/
+70
2022-05-16
mac80211: extend current rate control tx status API
Jonas Jelonek
1
-2
/
+31
2022-05-16
nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beacon
Rameshkumar Sundaram
1
-2
/
+5
2022-05-16
xfrm: fix "disable_policy" flag use when arriving from different devices
Eyal Birger
2
-1
/
+14
2022-05-16
mac80211: remove stray multi_sta_back_32bit docs
Johannes Berg
1
-1
/
+0
2022-05-16
mac80211: fix typo in documentation
Johannes Berg
1
-1
/
+1
2022-05-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
1
-8
/
+12
2022-05-13
netfilter: conntrack: skip verification of zero UDP checksum
Kevin Mitchell
1
-4
/
+17
2022-05-13
netfilter: prefer extension check to pointer check
Florian Westphal
2
-17
/
+16
2022-05-13
netfilter: conntrack: un-inline nf_ct_ecache_ext_add
Florian Westphal
1
-25
/
+5
2022-05-13
netfilter: nfnetlink: allow to detect if ctnetlink listeners exist
Florian Westphal
1
-0
/
+1
2022-05-13
netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()
Pablo Neira Ayuso
1
-3
/
+9
2022-05-13
netfilter: conntrack: remove unconfirmed list
Florian Westphal
2
-7
/
+0
2022-05-13
netfilter: extensions: introduce extension genid count
Florian Westphal
2
-16
/
+25
2022-05-13
netfilter: remove nf_ct_unconfirmed_destroy helper
Florian Westphal
1
-3
/
+0
2022-05-13
netfilter: cttimeout: decouple unlink and free on netns destruction
Florian Westphal
1
-8
/
+0
2022-05-13
netfilter: conntrack: remove the percpu dying list
Florian Westphal
1
-1
/
+0
2022-05-13
netfilter: conntrack: include ecache dying list in dumps
Florian Westphal
1
-0
/
+2
2022-05-13
netfilter: ecache: use dedicated list for event redelivery
Florian Westphal
2
-3
/
+2
2022-05-13
Revert "tcp/dccp: get rid of inet_twsk_purge()"
Eric Dumazet
1
-1
/
+2
2022-05-13
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
2
-22
/
+16
2022-05-13
Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirk
Luiz Augusto von Dentz
2
-2
/
+15
2022-05-13
net: inet: Retire port only listening_hash
Martin KaFai Lau
2
-42
/
+1
[next]