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
2019-10-07
net/tls: make allocation failure unlikely
Jakub Kicinski
1
-3
/
+2
2019-10-07
net/tls: mark sk->err being set as unlikely
Jakub Kicinski
1
-1
/
+1
2019-10-07
net: sockmap: use bitmap for copy info
Jakub Kicinski
1
-2
/
+2
2019-10-07
net: core: use helper skb_ensure_writable in more places
Heiner Kallweit
1
-12
/
+8
2019-10-07
net: devlink: fix reporter dump dumpit
Jiri Pirko
1
-1
/
+2
2019-10-06
net/rds: Add missing include file
YueHaibing
2
-0
/
+2
2019-10-06
devlink: have genetlink code to parse the attrs during dumpit
Jiri Pirko
1
-32
/
+6
2019-10-06
net: genetlink: remove unused genl_family_attrbuf()
Jiri Pirko
1
-19
/
+0
2019-10-06
net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...
Jiri Pirko
3
-17
/
+15
2019-10-06
net: tipc: have genetlink code to parse the attrs during dumpit
Jiri Pirko
4
-18
/
+9
2019-10-06
net: nfc: have genetlink code to parse the attrs during dumpit
Jiri Pirko
1
-12
/
+5
2019-10-06
net: ieee802154: have genetlink code to parse the attrs during dumpit
Jiri Pirko
1
-25
/
+14
2019-10-06
net: genetlink: parse attrs and store in contect info struct during dumpit
Jiri Pirko
1
-17
/
+22
2019-10-06
net: genetlink: push attrbuf allocation and parsing to a separate function
Jiri Pirko
1
-22
/
+45
2019-10-06
net: genetlink: introduce dump info struct to be available during dumpit op
Jiri Pirko
1
-9
/
+38
2019-10-06
net: genetlink: push doit/dumpit code from genl_family_rcv_msg
Jiri Pirko
1
-77
/
+96
2019-10-06
openvswitch: Allow attaching helper in later commit
Yi-Hung Wei
1
-8
/
+13
2019-10-06
net: devlink: export devlink net setter
Jiri Pirko
1
-3
/
+12
2019-10-06
net/tls: add TlsDeviceRxResync statistic
Jakub Kicinski
2
-0
/
+2
2019-10-06
net/tls: add TlsDecryptError stat
Jakub Kicinski
2
-0
/
+6
2019-10-06
net/tls: add statistics for installed sessions
Jakub Kicinski
2
-4
/
+27
2019-10-06
net/tls: add skeleton of MIB statistics
Jakub Kicinski
3
-1
/
+75
2019-10-06
net/tls: add device decrypted trace point
Jakub Kicinski
2
-0
/
+38
2019-10-06
net/tls: add tracing for device/offload events
Jakub Kicinski
4
-3
/
+210
2019-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
51
-112
/
+246
2019-10-05
nfc: fix memory leak in llcp_sock_bind()
Eric Dumazet
1
-1
/
+6
2019-10-05
sch_dsmark: fix potential NULL deref in dsmark_init()
Eric Dumazet
1
-0
/
+2
2019-10-05
ipv6: Handle missing host route in __ipv6_ifa_notify
David Ahern
1
-5
/
+12
2019-10-05
net: ipv4: avoid mixed n_redirects and rate_tokens usage
Paolo Abeni
1
-3
/
+2
2019-10-05
net: devlink: don't ignore errors during dumpit
Jiri Pirko
1
-6
/
+24
2019-10-05
Revert "ipv6: Handle race in addrconf_dad_work"
David Ahern
1
-6
/
+5
2019-10-05
net: make sock_prot_memory_pressure() return "const char *"
Alexey Dobriyan
1
-1
/
+1
2019-10-05
igmp: uninline ip_mc_validate_checksum()
Alexey Dobriyan
1
-1
/
+1
2019-10-05
net: spread "enum sock_flags"
Alexey Dobriyan
1
-2
/
+3
2019-10-05
net/tls: allow compiling TLS TOE out
Jakub Kicinski
3
-2
/
+16
2019-10-05
net/tls: rename tls_hw_* functions tls_toe_*
Jakub Kicinski
2
-9
/
+9
2019-10-05
net/tls: move TOE-related code to a separate file
Jakub Kicinski
3
-103
/
+143
2019-10-05
net/tls: move tls_build_proto() on init path
Jakub Kicinski
1
-5
/
+2
2019-10-05
net/tls: rename tls_device to tls_toe_device
Jakub Kicinski
1
-7
/
+7
2019-10-05
net/tls: move TOE-related structures to a separate header
Jakub Kicinski
1
-0
/
+1
2019-10-04
rxrpc: Add missing "new peer" trace
David Howells
1
-0
/
+2
2019-10-04
net: devlink: allow to change namespaces during reload
Jiri Pirko
1
-8
/
+146
2019-10-04
net: devlink: export devlink net getter
Jiri Pirko
1
-1
/
+2
2019-10-04
net: fib_notifier: propagate extack down to the notifier block callback
Jiri Pirko
11
-42
/
+71
2019-10-04
net: fib_notifier: propagate possible error during fib notifier registration
Jiri Pirko
5
-34
/
+70
2019-10-04
net: fib_notifier: make FIB notifier per-netns
Jiri Pirko
7
-70
/
+59
2019-10-03
net: propagate errors correctly in register_netdevice()
Eric Dumazet
1
-0
/
+1
2019-10-03
net/rds: Use DMA memory pool allocation for rds_header
Ka-Cheong Poon
5
-61
/
+153
2019-10-03
tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()
Eric Dumazet
1
-4
/
+2
2019-10-03
udp: only do GSO if # of segs > 1
Josh Hunt
2
-8
/
+14
[next]