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
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-08
txhash: fix sk->sk_txrehash default
Kevin Yang
1
-1
/
+2
2022-12-20
net: Introduce sk_use_task_frag in struct sock.
Guillaume Nault
1
-0
/
+1
2022-12-14
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-4
/
+25
2022-12-09
net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCP
Willem de Bruijn
1
-1
/
+8
2022-11-05
lsm: make security_socket_getpeersec_stream() sockptr_t safe
Paul Moore
1
-1
/
+2
2022-10-25
soreuseport: Fix socket selection for SO_INCOMING_CPU.
Kuniyuki Iwashima
1
-1
/
+1
2022-10-24
net: remove useless parameter of __sock_cmsg_send
xu xin
1
-2
/
+2
2022-10-24
net: add a refcount tracker for kernel sockets
Eric Dumazet
1
-0
/
+14
2022-10-13
ipv6: Fix data races around sk->sk_prot.
Kuniyuki Iwashima
1
-2
/
+4
2022-09-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
1
-40
/
+94
2022-09-03
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
1
-2
/
+2
2022-09-03
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
1
-19
/
+24
2022-09-03
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+9
2022-08-24
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
1
-3
/
+5
2022-08-24
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
1
-4
/
+4
2022-08-19
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
1
-3
/
+3
2022-08-19
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
1
-13
/
+25
2022-08-19
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-3
/
+27
2022-08-19
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+10
2022-07-06
tls: rx: periodically flush socket backlog
Jakub Kicinski
1
-0
/
+1
2022-06-13
tcp: sk_forced_mem_schedule() optimization
Eric Dumazet
1
-3
/
+6
2022-06-11
net: unexport __sk_mem_{raise|reduce}_allocated
Eric Dumazet
1
-2
/
+0
2022-06-11
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
1
-0
/
+4
2022-06-11
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
1
-8
/
+8
2022-06-10
net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()
Eric Dumazet
1
-1
/
+1
2022-05-16
net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_if
Eric Dumazet
1
-4
/
+7
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
1
-0
/
+14
2022-05-06
net: align SO_RCVMARK required privileges with SO_MARK
Eyal Birger
1
-0
/
+6
2022-05-01
sock: optimise sock_def_write_space barriers
Pavel Begunkov
1
-1
/
+25
2022-05-01
sock: optimise UDP sock_wfree() refcounting
Pavel Begunkov
1
-0
/
+14
2022-05-01
sock: dedup sock_def_write_space wmem_alloc checks
Pavel Begunkov
1
-3
/
+2
2022-04-30
net: inline sock_alloc_send_skb
Pavel Begunkov
1
-7
/
+0
2022-04-28
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
1
-0
/
+7
2022-04-27
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
1
-3
/
+0
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
1
-2
/
+1
2022-04-11
net: sock: introduce sock_queue_rcv_skb_reason()
Menglong Dong
1
-6
/
+24
2022-04-08
net: extract a few internals from netdevice.h
Jakub Kicinski
1
-0
/
+2
2022-03-09
SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPP
Samuel Thibault
1
-2
/
+2
2022-02-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
1
-2
/
+2
2022-02-18
net: add sanity check in proto_register()
Eric Dumazet
1
-0
/
+4
2022-02-02
net: allow SO_MARK with CAP_NET_RAW via cmsg
Jakub Kicinski
1
-1
/
+2
2022-01-31
tcp: Change SYN ACK retransmit behaviour to account for rehash
Akhmat Karakotov
1
-1
/
+2
2022-01-31
txhash: Add socket option to control TX hash rethink behavior
Akhmat Karakotov
1
-0
/
+13
2022-01-26
net: Adjust sk_gso_max_size once when set
David Ahern
1
-0
/
+1
2022-01-17
net: Flush deferred skb free on socket destroy
Gal Pressman
1
-0
/
+3
2022-01-12
net: fix sock_timestamping_bind_phc() to release device
Miroslav Lichvar
1
-0
/
+2
2021-12-11
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
1
-2
/
+2
2021-12-10
net: add netns refcount tracker to struct sock
Eric Dumazet
1
-3
/
+3
[next]