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
/
include
/
linux
/
socket.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket: Add SO_TIMESTAMPING_NEW
Deepa Dinamani
2019-02-03
1
-0
/
+8
*
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...
Linus Torvalds
2018-12-28
1
-3
/
+6
|
\
|
*
y2038: socket: Add compat_sys_recvmmsg_time64
Arnd Bergmann
2018-12-18
1
-3
/
+6
*
|
bpf: sk_msg, sock{map|hash} redirect through ULP
John Fastabend
2018-12-20
1
-0
/
+1
|
/
*
y2038: socket: Change recvmmsg to use __kernel_timespec
Arnd Bergmann
2018-08-29
1
-2
/
+2
*
net: initial AF_XDP skeleton
Björn Töpel
2018-05-03
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-04-03
1
-1
/
+2
|
\
|
*
net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG
John Fastabend
2018-03-19
1
-0
/
+1
|
*
net: Make extern and export get_net_ns()
Kirill Tkhai
2018-02-15
1
-0
/
+2
*
|
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
Dominik Brodowski
2018-04-02
1
-4
/
+9
*
|
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+1
*
|
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+1
*
|
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+2
*
|
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+2
*
|
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+2
*
|
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+1
*
|
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+2
*
|
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+1
*
|
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+1
*
|
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+2
*
|
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+3
*
|
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-0
/
+6
|
/
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
sock: add MSG_ZEROCOPY
Willem de Bruijn
2017-08-03
1
-0
/
+1
*
tls: kernel TLS support
Dave Watson
2017-06-15
1
-0
/
+1
*
smc: establish new socket family
Ursula Braun
2017-01-09
1
-1
/
+6
*
scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))
yuan linyu
2017-01-04
1
-3
/
+3
*
net: Add Qualcomm IPC router
Courtney Cavin
2016-05-08
1
-1
/
+3
*
kcm: Kernel Connection Multiplexor module
Tom Herbert
2016-03-09
1
-1
/
+5
*
net: Add MSG_BATCH flag
Tom Herbert
2016-03-09
1
-0
/
+1
*
new helper: msg_data_left()
Al Viro
2015-04-11
1
-0
/
+5
*
net: socket: add support for async operations
tadeusz.struk@intel.com
2015-03-23
1
-0
/
+1
*
mpls: Basic routing support
Eric W. Biederman
2015-03-04
1
-0
/
+2
*
net: bury net/core/iovec.c - nothing in there is used anymore
Al Viro
2015-02-04
1
-7
/
+0
*
net: introduce helper macro for_each_cmsghdr
Gu Zheng
2014-12-10
1
-0
/
+4
*
put iov_iter into msghdr
Al Viro
2014-12-09
1
-2
/
+1
*
fold verify_iovec() into copy_msghdr_from_user()
Al Viro
2014-11-19
1
-1
/
+0
*
separate kernel- and userland-side msghdr
Al Viro
2014-11-19
1
-3
/
+13
*
include/linux/socket.h: Fix comment
Rasmus Villemoes
2014-11-05
1
-1
/
+1
*
iovec: move memcpy_from/toiovecend to lib/iovec.c
Michael S. Tsirkin
2014-06-27
1
-4
/
+0
*
net: update comments of "struct msghdr" with the more accurate RFC3542 ones
FX Le Bail
2014-01-22
1
-7
/
+7
*
socket: cleanups
stephen hemminger
2014-01-03
1
-2
/
+0
*
net: move iov_pages() to net/core/iovec.c
Jason Wang
2013-08-07
1
-0
/
+2
*
RDMA/cma: Define native IB address
Sean Hefty
2013-06-20
1
-0
/
+2
*
net: Unbreak compat_sys_{send,recv}msg
Andy Lutomirski
2013-06-06
1
-0
/
+3
*
Hoist memcpy_fromiovec/memcpy_toiovec into lib/
Rusty Russell
2013-05-20
1
-2
/
+0
*
NFC: llcp: Implement socket options
Samuel Ortiz
2013-03-10
1
-0
/
+1
*
VSOCK: Introduce VM Sockets
Andy King
2013-02-10
1
-1
/
+3
*
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-10-13
1
-19
/
+1
*
net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)
Yuchung Cheng
2012-07-19
1
-0
/
+1
[next]