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
starfive-6.6.48-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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-27
mptcp: add MP_FAIL response support
Geliang Tang
3
-1
/
+12
2022-04-27
mptcp: add data lock for sk timers
Geliang Tang
1
-0
/
+12
2022-04-27
mptcp: use mptcp_stop_timer
Geliang Tang
1
-2
/
+2
2022-04-27
net: Use this_cpu_inc() to increment net->core_stats
Sebastian Andrzej Siewior
1
-9
/
+5
2022-04-27
net: tls: fix async vs NIC crypto offload
Jakub Kicinski
1
-0
/
+2
2022-04-27
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
7
-32
/
+82
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
3
-12
/
+9
2022-04-26
Bluetooth: hci_sync: Cleanup hci_conn if it cannot be aborted
Luiz Augusto von Dentz
3
-18
/
+38
2022-04-26
Bluetooth: hci_event: Fix creating hci_conn object on error status
Luiz Augusto von Dentz
1
-0
/
+12
2022-04-26
Bluetooth: hci_event: Fix checking for invalid handle on error status
Luiz Augusto von Dentz
1
-29
/
+36
2022-04-26
xsk: Fix possible crash when multiple sockets are created
Maciej Fijalkowski
2
-4
/
+25
2022-04-26
net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO
Hangbin Liu
1
-5
/
+13
2022-04-26
mctp: defer the kfree of object mdev->addrs
Lin Ma
1
-1
/
+1
2022-04-26
selftests/bpf: Add test for strict BTF type check
Kumar Kartikeya Dwivedi
1
-1
/
+21
2022-04-26
selftests/bpf: Add verifier tests for kptr
Kumar Kartikeya Dwivedi
1
-5
/
+40
2022-04-26
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-04-25
net: mac802154: Create an error helper for asynchronous offloading errors
Miquel Raynal
1
-0
/
+6
2022-04-25
net: mac802154: Create an offloaded transmission error helper
Miquel Raynal
1
-0
/
+11
2022-04-25
net: mac802154: Save a global error code on transmissions
Miquel Raynal
2
-1
/
+6
2022-04-25
net/smc: Fix slab-out-of-bounds issue in fallback
Wen Gu
2
-23
/
+59
2022-04-25
net/smc: Only save the original clcsock callback functions
Wen Gu
3
-20
/
+67
2022-04-25
tcp: make sure treq->af_specific is initialized
Eric Dumazet
2
-2
/
+9
2022-04-25
net: dsa: remove unused headers
Marcin Wojtas
1
-9
/
+0
2022-04-25
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2
-1
/
+12
2022-04-25
arp: fix unused variable warnning when CONFIG_PROC_FS=n
Yajun Deng
1
-5
/
+2
2022-04-25
net: dsa: flood multicast to CPU when slave has IFF_PROMISC
Vladimir Oltean
1
-1
/
+1
2022-04-25
ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode
Peilin Ye
2
-6
/
+7
2022-04-25
ip6_gre: Make o_seqno start from 0 in native mode
Peilin Ye
1
-6
/
+5
2022-04-25
ip_gre: Make o_seqno start from 0 in native mode
Peilin Ye
1
-5
/
+3
2022-04-25
net/smc: sync err code when tcp connection was refused
liuyacan
1
-0
/
+2
2022-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
4
-4
/
+14
2022-04-25
devlink: introduce line card device info infrastructure
Jiri Pirko
1
-1
/
+70
2022-04-25
devlink: introduce line card info get message
Jiri Pirko
1
-4
/
+126
2022-04-25
devlink: introduce line card devices support
Jiri Pirko
1
-1
/
+103
2022-04-25
netfilter: Update ip6_route_me_harder to consider L3 domain
Martin Willi
1
-2
/
+8
2022-04-25
netfilter: flowtable: Remove the empty file
Rongguang Wei
1
-0
/
+0
2022-04-24
sctp: check asoc strreset_chunk in sctp_generate_reconf_event
Xin Long
1
-0
/
+4
2022-04-23
mptcp: add mib for infinite map sending
Geliang Tang
3
-0
/
+3
2022-04-23
mptcp: infinite mapping receiving
Geliang Tang
1
-1
/
+3
2022-04-23
mptcp: infinite mapping sending
Geliang Tang
4
-2
/
+41
2022-04-23
mptcp: track and update contiguous data status
Geliang Tang
3
-1
/
+7
2022-04-23
mptcp: add the fallback check
Geliang Tang
1
-21
/
+24
2022-04-23
mptcp: don't send RST for single subflow
Geliang Tang
1
-5
/
+5
2022-04-23
tcp: ensure to use the most recently sent skb when filling the rate sample
Pengcheng Yang
1
-3
/
+8
2022-04-23
net: bridge: switchdev: check br_vlan_group() return value
Clément Léger
1
-0
/
+2
2022-04-23
tcp: md5: incorrect tcp_header_len for incoming connections
Francesco Ruggeri
1
-1
/
+1
2022-04-22
bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook
Eyal Birger
1
-4
/
+3
2022-04-22
netfilter: nft_set_rbtree: overlap detection with element re-addition after d...
Pablo Neira Ayuso
1
-1
/
+5
2022-04-22
net: dsa: Add missing of_node_put() in dsa_port_link_register_of
Miaoqian Lin
1
-0
/
+2
2022-04-22
ipv4: Initialise ->flowi4_scope properly in ICMP handlers.
Guillaume Nault
1
-20
/
+17
[prev]
[next]