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
/
sctp
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
sctp: update hb timer immediately after users change hb_interval
Xin Long
1
-0
/
+1
2023-08-31
sctp: annotate data-races around sk->sk_wmem_queued
Eric Dumazet
1
-5
/
+5
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2023-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
1
-1
/
+1
2023-08-19
sock: annotate data-races around prot->memory_pressure
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
1
-1
/
+1
2023-07-24
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
1
-0
/
+1
2023-06-29
sctp: fix potential deadlock on &net->sctp.addr_wq_lock
Chengfeng Ye
1
-2
/
+2
2023-06-16
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
1
-4
/
+4
2023-05-12
sctp: add bpf_bypass_getsockopt proto callback
Alexander Mikhalitsyn
1
-0
/
+18
2023-04-17
sctp: add intl_capable and reconf_capable in ss peer_capable
Xin Long
1
-2
/
+3
2023-04-17
sctp: delete the obsolete code for the host name address param
Xin Long
1
-1
/
+1
2023-04-02
sctp: check send stream number after wait_for_sndbuf
Xin Long
1
-0
/
+4
2023-01-26
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
1
-1
/
+1
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+3
2022-12-14
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-11
/
+27
2022-11-18
sctp: add dif and sdif check in asoc and ep lookup
Xin Long
1
-2
/
+2
2022-11-18
sctp: check sk_bound_dev_if when matching ep in get_port
Xin Long
1
-1
/
+4
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-24
sctp: Call inet6_destroy_sock() via sk->sk_destruct().
Kuniyuki Iwashima
1
-8
/
+21
2022-10-12
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-06-11
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
1
-5
/
+0
2022-06-11
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
1
-0
/
+7
2022-04-28
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
1
-1
/
+1
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
1
-9
/
+7
2022-04-12
sctp: Initialize daddr on peeled off socket
Petr Malat
1
-1
/
+1
2022-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+15
2022-01-02
sctp: hold endpoint before calling cb in sctp_transport_lookup_process
Xin Long
1
-7
/
+15
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+15
2021-12-25
sctp: use call_rcu to free endpoint
Xin Long
1
-8
/
+15
2021-12-23
sctp: move hlist_node and hashent out of sctp_ep_common
Xin Long
1
-3
/
+3
2021-11-16
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
1
-5
/
+0
2021-11-03
security: pass asoc to sctp_assoc_request and sctp_sk_clone
Xin Long
1
-3
/
+2
2021-07-18
sctp: trim optlen when it's a huge value in sctp_setsockopt
Xin Long
1
-0
/
+4
2021-06-22
sctp: enable PLPMTUD when the transport is ready
Xin Long
1
-1
/
+5
2021-06-22
sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport
Xin Long
1
-0
/
+118
2021-06-22
sctp: add probe_interval in sysctl and sock/asoc/transport
Xin Long
1
-0
/
+1
2021-05-26
sctp: add the missing setting for asoc encap_port
Xin Long
1
-0
/
+1
2021-05-03
sctp: delay auto_asconf init until binding the first addr
Xin Long
1
-14
/
+17
2021-05-03
Revert "net/sctp: fix race condition in sctp_destroy_sock"
Xin Long
1
-5
/
+8
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+5
2021-04-14
net/sctp: fix race condition in sctp_destroy_sock
Or Cohen
1
-8
/
+5
2021-03-29
net: sctp: Fix some typos
Lu Wei
1
-1
/
+1
2020-10-31
sctp: add udphdr to overhead when udp_port is set
Xin Long
1
-0
/
+1
2020-10-31
sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockopt
Xin Long
1
-0
/
+114
2020-10-31
sctp: add encap_port for netns sock asoc and transport
Xin Long
1
-0
/
+1
2020-09-21
net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
Henry Ptasinski
1
-6
/
+3
2020-08-25
sctp: not disable bh in the whole sctp_get_port_local()
Xin Long
1
-10
/
+6
[next]