Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0ea97a2d61df729ccce75b00a2fa37d39a508ab6
/
net
/
socket.c
a66b4cd
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
e978de7
net: socket: Fix potential spectre v1 gadget in sock_is_registered
by Jeremy Cline
· 6 years ago
c8e8cd5
net: socket: fix potential spectre v1 gadget in socketcall
by Jeremy Cline
· 6 years ago
d93aa9d
new wrapper: alloc_file_pseudo()
by Al Viro
· 6 years ago
c9c554f
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
by Al Viro
· 6 years ago
e88958e
net: handle NULL ->poll gracefully
by Christoph Hellwig
· 6 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 6 years ago
6d8c50d
socket: close race condition between sock_close() and sockfs_setattr()
by Cong Wang
· 6 years ago
10b1eb7
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
1525242
net: add support for ->poll_mask in proto_ops
by Christoph Hellwig
· 7 years ago
3cafb37
net: refactor socket_poll
by Christoph Hellwig
· 7 years ago
d47cd94
net: hook socketpair() into LSM
by David Herrmann
· 7 years ago
672a9c1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 7 years ago
5bb053b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
642e7fd
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
by Linus Torvalds
· 7 years ago
d27e9af
net: socket: replace call to sys_recv() with __sys_recvfrom()
by Dominik Brodowski
· 7 years ago
f3bf896
net: socket: replace calls to sys_send() with __sys_sendto()
by Dominik Brodowski
· 7 years ago
e1834a3
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
by Dominik Brodowski
· 7 years ago
1255e26
net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
13a2d70
net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
cc36dca
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
005a1ae
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
6debc8d
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
b21c8f8
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
8882a10
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
25e290e
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
1387c2c
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
a87d35d
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
9d6a15c
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
4541e80
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
211b634
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
7a09e1e
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
b903036
net: Spelling s/stucture/structure/
by Geert Uytterhoeven
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
bf2ae2e
sock_diag: request _diag module only when the family or proto has been registered
by Xin Long
· 7 years ago
7797dc4
socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE)
by Soheil Hassas Yeganeh
· 7 years ago
08009a7
net: make kmem caches as __ro_after_init
by Alexey Dobriyan
· 7 years ago
d8d211a
net: Make extern and export get_net_ns()
by Kirill Tkhai
· 7 years ago
e92bad5
net: Remove atalk header from socket.c
by David Ahern
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
5c59e56
kill kernel_sock_ioctl()
by Al Viro
· 7 years ago
44c02a2
dev_ioctl(): move copyin/copyout to callers
by Al Viro
· 7 years ago
b1b0c24
lift handling of SIOCIW... out of dev_ioctl()
by Al Viro
· 7 years ago
4cf808e7
kill dev_ifname32()
by Al Viro
· 7 years ago
f92d4fc
kill bond_ioctl()
by Al Viro
· 7 years ago
bf44057
kill dev_ifsioc()
by Al Viro
· 7 years ago
36fd633
net: separate SIOCGIFCONF handling from dev_ioctl()
by Al Viro
· 7 years ago
fa9dd59
bpf: get rid of pure_initcall dependency to enable jits
by Daniel Borkmann
· 7 years ago
19d28fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
cbd0a6a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
ce4bb04
Fix a leak in socket(2) when we fail to allocate a file descriptor.
by Al Viro
· 7 years ago
290af86
bpf: introduce BPF_JIT_ALWAYS_ON config
by Alexei Starovoitov
· 7 years ago
648845a
sock: Move the socket inuse to namespace.
by Tonghao Zhang
· 7 years ago
8e1611e
make sock_alloc_file() do sock_release() on failures
by Al Viro
· 7 years ago
016a266
socketpair(): allocate descriptors first
by Al Viro
· 7 years ago
ade994f
net: annotate ->poll() instances
by Al Viro
· 7 years ago
e6c8adc
anntotate the places where ->poll() return values go
by Al Viro
· 7 years ago
4950276
kmemcheck: remove annotations
by Levin, Alexander (Sasha Levin)
· 7 years ago
db5980d
net: fixes for skb_send_sock
by John Fastabend
· 7 years ago
306b13e
proto_ops: Add locked held versions of sendmsg and sendpage
by Tom Herbert
· 7 years ago
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
614d79c
socket: fix set not used warning
by stephen hemminger
· 7 years ago
864d966
net/socket: fix type in assignment and trim long line
by Paolo Abeni
· 7 years ago
2173bd0
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
3bad2f1
Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
ffb0755
copy_msghdr_from_user(): get rid of field-by-field copyin
by Al Viro
· 7 years ago
393cc3f
fs/fcntl: f_setown, allow returning error
by Jiri Slaby
· 7 years ago
241c466
net: socket: fix a typo in sockfd_lookup().
by Rosen, Rami
· 7 years ago
b50a5c7
net: allow simultaneous SW and HW transmit timestamping
by Miroslav Lichvar
· 7 years ago
aad9c8c
net: add new control message for incoming HW-timestamped packets
by Miroslav Lichvar
· 7 years ago
57240d0
l2tp: device MTU setup, tunnel socket needs a lock
by R. Parameswaran
· 8 years ago
113c307
New kernel function to get IP overhead on a socket.
by R. Parameswaran
· 8 years ago
4ef1b28
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
by Soheil Hassas Yeganeh
· 8 years ago
8605330a
tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
by Soheil Hassas Yeganeh
· 8 years ago
cdfbabf
net: Work around lockdep limitation in sockets that use sockets
by David Howells
· 8 years ago
9f138fa
net: initialize msg.msg_flags in recvfrom
by Alexander Potapenko
· 8 years ago
e623a9e
net: socket: fix recvmmsg not returning error from sock_error
by Maxime Jayat
· 8 years ago
02ac5d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
dc647ec
net: socket: Make unnecessarily global sockfs_setattr() static
by Tobias Klauser
· 8 years ago
1e91163
net: change init_inodecache() return void
by yuan linyu
· 8 years ago
76eb75b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
ac4340f
net: Assert at build time the assumptions we make about the CMSG header.
by David S. Miller
· 8 years ago
e1a3a60
net: socket: don't set sk_uid to garbage value in ->setattr()
by Eric Biggers
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
fa1bd57
net: socket: removed an unnecessary newline
by Amit Kushwaha
· 8 years ago
846cc12
net: socket: preferred __aligned(size) for control buffer
by Amit Kushwaha
· 8 years ago
1c88580
tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING
by Francis Yan
· 8 years ago
f9aa9dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
4a59015
xattr: Fix setting security xattrs on sockfs
by Andreas Gruenbacher
· 8 years ago
bb598c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
3023898
sock: fix sendmmsg for partial sendmsg
by Soheil Hassas Yeganeh
· 8 years ago
86741ec
net: core: Add a UID field to struct sock.
by Lorenzo Colitti
· 8 years ago
c62cce2
net: add an ioctl to get a socket network namespace
by Andrey Vagin
· 8 years ago
fd50eca
vfs: Remove {get,set,remove}xattr inode operations
by Andreas Gruenbacher
· 8 years ago
bba0bd3
sockfs: Get rid of getxattr iop
by Andreas Gruenbacher
· 8 years ago
971df15
sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
by Andreas Gruenbacher
· 8 years ago
766b9f9
fs: poll/select/recvmmsg: use timespec64 for timeout events
by Deepa Dinamani
· 8 years ago
Next »