index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: use indirect calls helpers at the socket layer
Paolo Abeni
2019-05-05
1
-4
/
+16
*
net: socket: Fix missing break in switch statement
Gustavo A. R. Silva
2019-04-26
1
-0
/
+1
*
net: socket: implement 64-bit timestamps
Arnd Bergmann
2019-04-19
1
-6
/
+18
*
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
2019-04-19
1
-34
/
+14
*
net: add documentation to socket.c
Pedro Tammela
2019-03-15
1
-18
/
+259
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-02
1
-0
/
+1
|
\
|
*
net: socket: set sock->sk to NULL after calling proto_ops::release()
Eric Biggers
2019-02-25
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-19
/
+63
|
\
|
|
*
net: socket: make bond ioctls go through compat_ifreq_ioctl()
Johannes Berg
2019-01-30
1
-4
/
+4
|
*
net: socket: fix SIOCGIFNAME in compat
Johannes Berg
2019-01-30
1
-1
/
+2
|
*
Revert "kill dev_ifsioc()"
Johannes Berg
2019-01-30
1
-0
/
+49
|
*
Revert "socket: fix struct ifreq size in compat ioctl"
Johannes Berg
2019-01-30
1
-14
/
+8
*
|
socket: Add SO_TIMESTAMPING_NEW
Deepa Dinamani
2019-02-03
1
-5
/
+8
*
|
socket: Add SO_TIMESTAMP[NS]_NEW
Deepa Dinamani
2019-02-03
1
-8
/
+27
*
|
socket: Use old_timeval types for socket timestamps
Deepa Dinamani
2019-02-03
1
-1
/
+1
*
|
sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
Deepa Dinamani
2019-02-03
1
-4
/
+4
|
/
*
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...
Linus Torvalds
2018-12-28
1
-16
/
+46
|
\
|
*
y2038: socket: Add compat_sys_recvmmsg_time64
Arnd Bergmann
2018-12-18
1
-16
/
+46
*
|
socket: do a generic_file_splice_read when proto_ops has no splice_read
Slavomir Kaslev
2018-11-17
1
-1
/
+1
|
/
*
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-01
1
-3
/
+3
|
\
|
*
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-24
1
-3
/
+3
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-10-25
1
-10
/
+8
|
\
\
|
|
/
|
/
|
|
*
y2038: socket: Change recvmmsg to use __kernel_timespec
Arnd Bergmann
2018-08-29
1
-10
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-19
1
-3
/
+8
|
\
\
|
*
|
net: socket: fix a missing-check bug
Wenwen Wang
2018-10-18
1
-3
/
+8
*
|
|
socket: Tighten no-error check in bind()
Jakub Sitnicki
2018-10-05
1
-1
/
+1
|
/
/
*
/
socket: fix struct ifreq size in compat ioctl
Johannes Berg
2018-09-13
1
-8
/
+14
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-08-15
1
-11
/
+17
|
\
|
*
net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
Jeremy Cline
2018-08-14
1
-2
/
+1
|
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
1
-1
/
+4
|
|
\
|
*
|
net: remove bogus RCU annotations on socket.wq
Christoph Hellwig
2018-07-31
1
-6
/
+4
|
*
|
net: remove sock_poll_busy_flag
Christoph Hellwig
2018-07-30
1
-5
/
+11
|
*
|
net: remove sock_poll_busy_loop
Christoph Hellwig
2018-07-30
1
-1
/
+4
*
|
|
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-08-13
1
-24
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
new wrapper: alloc_file_pseudo()
Al Viro
2018-07-12
1
-23
/
+5
|
*
|
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
2018-07-12
1
-2
/
+1
*
|
|
net: socket: Fix potential spectre v1 gadget in sock_is_registered
Jeremy Cline
2018-07-28
1
-1
/
+2
*
|
|
net: socket: fix potential spectre v1 gadget in socketcall
Jeremy Cline
2018-07-28
1
-0
/
+2
|
|
/
|
/
|
*
|
net: handle NULL ->poll gracefully
Christoph Hellwig
2018-06-29
1
-0
/
+2
*
|
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-43
/
+5
|
/
*
socket: close race condition between sock_close() and sockfs_setattr()
Cong Wang
2018-06-10
1
-3
/
+15
*
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-06-06
1
-0
/
+7
|
\
|
*
net: hook socketpair() into LSM
David Herrmann
2018-05-04
1
-0
/
+7
*
|
net: add support for ->poll_mask in proto_ops
Christoph Hellwig
2018-05-26
1
-5
/
+43
*
|
net: refactor socket_poll
Christoph Hellwig
2018-05-26
1
-17
/
+4
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2018-04-05
1
-1
/
+1
|
\
|
*
net: Spelling s/stucture/structure/
Geert Uytterhoeven
2018-03-27
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-04-03
1
-25
/
+26
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-23
1
-0
/
+5
|
|
\
\
|
*
|
|
socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE)
Soheil Hassas Yeganeh
2018-03-01
1
-4
/
+6
[next]