Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
95e2ab545aec77d8f3686b27e4589d3d2949ba0b
/
net
/
socket.c
c1eee79
Merge android-4.19-stable.146 (443485d) into msm-4.19
by Srinivasarao P
· 4 years, 1 month ago
6323bbf
net:sockev: hold file reference till the sock event is sent
by Sharath Chandra Vurukala
· 4 years, 2 months ago
520f0e3
net: Set fput_needed iff FDPUT_FPUT is set
by Miaohe Lin
· 4 years, 3 months ago
d46ff52
Merge android-4.19.110 (1984fff) into msm-4.19
by Ivaylo Georgiev
· 4 years, 6 months ago
9e52135
Merge android-4.19-q.94 (dabb11d) into msm-4.19
by Ivaylo Georgiev
· 4 years, 10 months ago
731afe8
compat_ioctl: handle SIOCOUTQNSD
by Arnd Bergmann
· 5 years ago
b280f0e
net: make socket read/write_iter() honor IOCB_NOWAIT
by Jens Axboe
· 5 years ago
e0d3bea
Merge android-4.19.28 (34e9e65) into msm-4.19
by Ivaylo Georgiev
· 6 years ago
bb8fbbf
Merge android-4.19.26 (c97d2b5) into msm-4.19
by Ivaylo Georgiev
· 6 years ago
5fdb551
net: socket: set sock->sk to NULL after calling proto_ops::release()
by Eric Biggers
· 6 years ago
e638895
net: socket: Added notifier chains for socket administrative functions
by Devi Sandeep Endluri V V
· 11 years ago
7aab1e6
net: socket: make bond ioctls go through compat_ifreq_ioctl()
by Johannes Berg
· 6 years ago
e37c96c
net: socket: fix SIOCGIFNAME in compat
by Johannes Berg
· 6 years ago
50021ba
Revert "kill dev_ifsioc()"
by Johannes Berg
· 6 years ago
99f3c89
Revert "socket: fix struct ifreq size in compat ioctl"
by Johannes Berg
· 6 years ago
b616856
net: socket: fix a missing-check bug
by Wenwen Wang
· 6 years ago
1cebf8f
socket: fix struct ifreq size in compat ioctl
by Johannes Berg
· 6 years ago
9a76aba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
66b51b0
net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
by Jeremy Cline
· 6 years ago
a66b4cd
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
89b1698
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
e6476c2
net: remove bogus RCU annotations on socket.wq
by Christoph Hellwig
· 6 years ago
a331de3
net: remove sock_poll_busy_flag
by Christoph Hellwig
· 6 years ago
f641f13
net: remove sock_poll_busy_loop
by Christoph Hellwig
· 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
Next »