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
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
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-11
/
+17
2018-08-14
net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
Jeremy Cline
1
-2
/
+1
2018-08-14
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-24
/
+5
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2018-07-31
net: remove bogus RCU annotations on socket.wq
Christoph Hellwig
1
-6
/
+4
2018-07-30
net: remove sock_poll_busy_flag
Christoph Hellwig
1
-5
/
+11
2018-07-30
net: remove sock_poll_busy_loop
Christoph Hellwig
1
-1
/
+4
2018-07-29
net: socket: Fix potential spectre v1 gadget in sock_is_registered
Jeremy Cline
1
-1
/
+2
2018-07-29
net: socket: fix potential spectre v1 gadget in socketcall
Jeremy Cline
1
-0
/
+2
2018-07-12
new wrapper: alloc_file_pseudo()
Al Viro
1
-23
/
+5
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
1
-2
/
+1
2018-06-29
net: handle NULL ->poll gracefully
Christoph Hellwig
1
-0
/
+2
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-43
/
+5
2018-06-10
socket: close race condition between sock_close() and sockfs_setattr()
Cong Wang
1
-3
/
+15
2018-06-07
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+7
2018-05-26
net: add support for ->poll_mask in proto_ops
Christoph Hellwig
1
-5
/
+43
2018-05-26
net: refactor socket_poll
Christoph Hellwig
1
-17
/
+4
2018-05-04
net: hook socketpair() into LSM
David Herrmann
1
-0
/
+7
2018-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2018-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-25
/
+26
2018-04-03
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-73
/
+161
2018-04-02
net: socket: replace call to sys_recv() with __sys_recvfrom()
Dominik Brodowski
1
-1
/
+2
2018-04-02
net: socket: replace calls to sys_send() with __sys_sendto()
Dominik Brodowski
1
-1
/
+2
2018-04-02
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
Dominik Brodowski
1
-15
/
+23
2018-04-02
net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-5
/
+12
2018-04-02
net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-4
/
+10
2018-04-02
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-3
/
+10
2018-04-02
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-2
/
+7
2018-04-02
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-3
/
+8
2018-04-02
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-4
/
+10
2018-04-02
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-4
/
+10
2018-04-02
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-2
/
+7
2018-04-02
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-3
/
+8
2018-04-02
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-2
/
+7
2018-04-02
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-2
/
+7
2018-04-02
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-7
/
+13
2018-04-02
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-7
/
+12
2018-04-02
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-8
/
+13
2018-03-27
net: Spelling s/stucture/structure/
Geert Uytterhoeven
1
-1
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2018-03-12
sock_diag: request _diag module only when the family or proto has been regist...
Xin Long
1
-0
/
+5
2018-03-02
socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE)
Soheil Hassas Yeganeh
1
-4
/
+6
2018-02-26
net: make kmem caches as __ro_after_init
Alexey Dobriyan
1
-1
/
+1
2018-02-15
net: Make extern and export get_net_ns()
Kirill Tkhai
1
-1
/
+2
2018-02-14
net: Remove atalk header from socket.c
David Ahern
1
-1
/
+0
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-18
/
+17
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-230
/
+71
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2018-01-25
kill kernel_sock_ioctl()
Al Viro
1
-13
/
+0
2018-01-25
dev_ioctl(): move copyin/copyout to callers
Al Viro
1
-46
/
+45
[next]