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
2020-08-01
mptcp: subflow: split subflow_init_req
Florian Westphal
1
-10
/
+22
2020-08-01
mptcp: token: move retry to caller
Florian Westphal
2
-9
/
+12
2020-08-01
tcp: rename request_sock cookie_ts bit to syncookie
Florian Westphal
2
-3
/
+2
2020-08-01
net/sched: cls_u32: Use struct_size() helper
Gustavo A. R. Silva
1
-14
/
+6
2020-08-01
hsr: Use %pM format specifier for MAC addresses
Andy Shevchenko
1
-8
/
+2
2020-08-01
net: Pass NULL to skb_network_protocol() when we don't care about vlan depth
Miaohe Lin
1
-2
/
+1
2020-08-01
bluetooth: sco: Fix sockptr reference.
David S. Miller
1
-1
/
+1
2020-08-01
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
22
-149
/
+1465
2020-07-31
Bluetooth: Remove CRYPTO_ALG_INTERNAL flag
Herbert Xu
2
-4
/
+4
2020-07-31
Bluetooth: Increment management interface revision
Marcel Holtmann
1
-1
/
+1
2020-07-31
Bluetooth: use the proper scan params when conn is pending
Alain Michaud
1
-0
/
+24
2020-07-31
net/sched: act_pedit: Use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
1
-2
/
+1
2020-07-31
l2tp: improve API documentation in l2tp_core.h
Tom Parkin
1
-14
/
+72
2020-07-31
l2tp: tweak exports for l2tp_recv_common and l2tp_ioctl
Tom Parkin
2
-2
/
+2
2020-07-31
l2tp: remove build_header callback in struct l2tp_session
Tom Parkin
2
-7
/
+4
2020-07-31
l2tp: return void from l2tp_session_delete
Tom Parkin
3
-10
/
+5
2020-07-31
l2tp: don't export tunnel and session free functions
Tom Parkin
2
-47
/
+46
2020-07-31
l2tp: don't export __l2tp_session_unhash
Tom Parkin
2
-32
/
+26
2020-07-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
10
-68
/
+333
2020-07-30
Bluetooth: Enable controller RPA resolution using Experimental feature
Sathish Narasimman
3
-3
/
+147
2020-07-30
Bluetooth: Enable RPA Timeout
Sathish Narasimman
1
-0
/
+8
2020-07-30
Bluetooth: Enable/Disable address resolution during le create conn
Sathish Narasimman
5
-14
/
+47
2020-07-30
Bluetooth: Let controller creates RPA during le create conn
Sathish Narasimman
1
-1
/
+7
2020-07-30
Bluetooth: Translate additional address type during le_conn
Sathish Narasimman
1
-0
/
+16
2020-07-30
Bluetooth: Update resolving list when updating whitelist
Marcel Holtmann
1
-2
/
+39
2020-07-30
Bluetooth: Configure controller address resolution if available
Marcel Holtmann
1
-3
/
+23
2020-07-30
Bluetooth: Translate additional address type correctly
Marcel Holtmann
1
-0
/
+9
2020-07-29
fib: fix fib_rules_ops indirect calls wrappers
Brian Vazquez
1
-13
/
+20
2020-07-29
fib: use indirect call wrappers in the most common fib_rules_ops
Brian Vazquez
3
-12
/
+30
2020-07-29
net_sched: initialize timer earlier in red_init()
Cong Wang
1
-4
/
+4
2020-07-29
mptcp: Safely store sequence number when sending data
Mat Martineau
1
-1
/
+1
2020-07-29
mptcp: Safely read sequence number when lock isn't held
Mat Martineau
1
-1
/
+1
2020-07-29
mptcp: Skip unnecessary skb extension allocation for bare acks
Mat Martineau
1
-3
/
+6
2020-07-29
mptcp: Only use subflow EOF signaling on fallback connections
Mat Martineau
1
-1
/
+2
2020-07-29
mptcp: Use full MPTCP-level disconnect state machine
Mat Martineau
3
-17
/
+92
2020-07-29
mptcp: Add helper to process acks of DATA_FIN
Mat Martineau
1
-8
/
+46
2020-07-29
mptcp: Add mptcp_close_state() helper
Mat Martineau
1
-0
/
+27
2020-07-29
mptcp: Track received DATA_FIN sequence number and add related helpers
Mat Martineau
3
-10
/
+115
2020-07-29
mptcp: Use MPTCP-level flag for sending DATA_FIN
Mat Martineau
3
-24
/
+18
2020-07-29
mptcp: Remove outdated and incorrect comment
Mat Martineau
1
-1
/
+0
2020-07-29
mptcp: Return EPIPE if sending is shut down during a sendmsg
Mat Martineau
1
-0
/
+5
2020-07-29
mptcp: Allow DATA_FIN in headers without TCP FIN
Mat Martineau
1
-10
/
+3
2020-07-28
net: improve the user pointer check in init_user_sockptr
Christoph Hellwig
2
-2
/
+2
2020-07-28
net: remove sockptr_advance
Christoph Hellwig
8
-28
/
+30
2020-07-28
netfilter: arp_tables: restore a SPDX identifier
Christoph Hellwig
1
-1
/
+1
2020-07-28
Bluetooth: Fix suspend notifier race
Abhishek Pandit-Subedi
1
-2
/
+3
2020-07-28
Bluetooth: Return NOTIFY_DONE for hci_suspend_notifier
Max Chou
1
-1
/
+1
2020-07-28
Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllers
Ismael Ferreras Morezuelas
1
-2
/
+4
2020-07-27
net: prp: enhance debugfs to display PRP info
Murali Karicheri
1
-9
/
+22
2020-07-27
net: prp: add packet handling support
Murali Karicheri
8
-88
/
+433
[next]