index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2020-03-20
io_uring: make sure accept honor rlimit nofile
Jens Axboe
1
-3
/
+5
2020-01-09
socket: fix unused-function warning
Arnd Bergmann
1
-11
/
+12
2019-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2019-12-14
Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2019-12-13
net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]
Kirill Tkhai
1
-0
/
+12
2019-12-11
net: make socket read/write_iter() honor IOCB_NOWAIT
Jens Axboe
1
-2
/
+2
2019-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+6
2019-12-06
net: avoid an indirect call in ____sys_recvmsg()
Eric Dumazet
1
-1
/
+6
2019-12-03
io_uring: ensure async punted connect requests copy data
Jens Axboe
1
-8
/
+8
2019-12-03
io_uring: ensure async punted sendmsg/recvmsg requests copy data
Jens Axboe
1
-43
/
+17
2019-12-02
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2019-12-02
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+3
2019-11-27
net: disallow ancillary data for __sys_{send,recv}msg_file()
Jens Axboe
1
-6
/
+37
2019-11-27
net: separate out the msghdr copy from ___sys_{send,recv}msg()
Jens Axboe
1
-46
/
+95
2019-11-26
net: add __sys_connect_file() helper
Jens Axboe
1
-8
/
+22
2019-11-25
Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-24
/
+41
2019-11-25
vfs: mark pipes and sockets as stream-like file descriptors
Linus Torvalds
1
-0
/
+1
2019-11-15
y2038: socket: use __kernel_old_timespec instead of timespec
Arnd Bergmann
1
-1
/
+1
2019-11-15
y2038: remove CONFIG_64BIT_TIME
Arnd Bergmann
1
-1
/
+1
2019-10-29
net: add __sys_accept4_file() helper
Jens Axboe
1
-24
/
+41
2019-10-23
compat_ioctl: move SIOCOUTQ out of compat_ioctl.c
Arnd Bergmann
1
-0
/
+2
2019-10-23
compat_ioctl: handle SIOCOUTQNSD
Arnd Bergmann
1
-0
/
+1
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-6
/
+10
2019-07-13
Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+17
2019-07-09
io_uring: add support for recvmsg()
Jens Axboe
1
-0
/
+8
2019-07-09
io_uring: add support for sendmsg()
Jens Axboe
1
-0
/
+7
2019-07-09
coallocate socket_wq with socket itself
Al Viro
1
-14
/
+5
2019-07-09
sockfs: switch to ->free_inode()
Al Viro
1
-3
/
+3
2019-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+30
2019-07-03
net: adjust socket level ICW to cope with ipv6 variant of {recv, send}msg
Paolo Abeni
1
-12
/
+11
2019-06-28
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
1
-0
/
+30
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+1
2019-06-06
net: socket: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
1
-1
/
+1
2019-06-01
uio: make import_iovec()/compat_import_iovec() return bytes on success
Jens Axboe
1
-1
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-7
/
+1
2019-05-26
vfs: Convert sockfs to use the new mount API
David Howells
1
-6
/
+10
2019-05-26
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
1
-1
/
+1
2019-05-19
net: fix kernel-doc warnings for socket.c
Randy Dunlap
1
-17
/
+17
2019-05-05
net: use indirect calls helpers at the socket layer
Paolo Abeni
1
-4
/
+16
2019-04-26
net: socket: Fix missing break in switch statement
Gustavo A. R. Silva
1
-0
/
+1
2019-04-20
net: socket: implement 64-bit timestamps
Arnd Bergmann
1
-6
/
+18
2019-04-20
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
1
-34
/
+14
2019-03-16
net: add documentation to socket.c
Pedro Tammela
1
-18
/
+259
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2019-02-25
net: socket: set sock->sk to NULL after calling proto_ops::release()
Eric Biggers
1
-0
/
+1
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-19
/
+63
2019-02-03
socket: Add SO_TIMESTAMPING_NEW
Deepa Dinamani
1
-5
/
+8
2019-02-03
socket: Add SO_TIMESTAMP[NS]_NEW
Deepa Dinamani
1
-8
/
+27
2019-02-03
socket: Use old_timeval types for socket timestamps
Deepa Dinamani
1
-1
/
+1
2019-02-03
sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
Deepa Dinamani
1
-4
/
+4
[next]