Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6af486e2b3d45efca7c680aa7ce3bacebe22d7aa
/
net
/
socket.c
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
9753dfe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
07d106d
vfs: fix up ENOIOCTLCMD error handling
by Linus Torvalds
· 13 years ago
55664f3
ethtool: Allow drivers to select RX NFC rule locations
by Ben Hutchings
· 13 years ago
5bc1421
net: add network priority cgroup infrastructure (v4)
by Neil Horman
· 13 years ago
6e3e939
net: add wireless TX status socket option
by Johannes Berg
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
bc909d9
sendmmsg/sendmsg: fix unsafe user pointer access
by Mathieu Desnoyers
· 13 years ago
19fd617
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
c71d8eb
net: Fix security_socket_sendmsg() bypass problem.
by Tetsuo Handa
· 13 years ago
98382f4
net: Cap number of elements for sendmmsg
by Anton Blanchard
· 13 years ago
728ffb8
net: sendmmsg should only return an error if no messages were sent
by Anton Blanchard
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
d5eab91
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
894dc24
net: sock_sendmsg_nosec() is static
by Eric Dumazet
· 13 years ago
a209dfc
vfs: dont chain pipe/anon/socket on superblock s_inodes list
by Eric Dumazet
· 13 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
9cbc94ea
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
b9eb8b8
net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsg
by Anton Blanchard
· 13 years ago
6184522
net,rcu: convert call_rcu(wq_free_rcu) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
228e548
net: Add sendmmsg socket system call
by Anton Blanchard
· 14 years ago
1c01a80
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
127fe53
v3 ethtool: add ntuple flow specifier data to network flow classifier
by Alexander Duyck
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
3a7da39
ethtool: Compat handling for struct ethtool_rxnfc
by Ben Hutchings
· 14 years ago
c3f52ae
socket: suppress sparse warnings
by stephen hemminger
· 14 years ago
eaefd11
net: add __rcu annotations to sk_wq and wq
by Eric Dumazet
· 14 years ago
c74a1cb
pass default dentry_operations to mount_pseudo()
by Al Viro
· 14 years ago
b4a45f5
Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin
by Linus Torvalds
· 14 years ago
b3e19d9
fs: scale mntget/mntput
by Nick Piggin
· 14 years ago
4b93688
fs: improve scalability of pseudo filesystems
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
ff0c7d1
fs: avoid inode RCU freeing for pseudo fs
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
b4aa9e0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
c1249c0
net: Document the kernel_recvmsg() function
by Martin Lucina
· 14 years ago
190683a
net: net_families __rcu annotations
by Eric Dumazet
· 14 years ago
3985c7c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
253eacc
net: Truncate recvfrom and sendto length to INT_MAX.
by Linus Torvalds
· 14 years ago
51139ad
convert get_sb_pseudo() users
by Al Viro
· 14 years ago
426e1f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
4390110
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
11165f1
socket: localize functions
by stephen hemminger
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
721db93
net: Export __sock_create
by Pavel Emelyanov
· 14 years ago
fb8621b
net: remove address space warnings in net/socket.c
by Namhyung Kim
· 14 years ago
2244d07
net: simplify flags for tx timestamping
by Oliver Hartkopp
· 14 years ago
c1f19b5
net: support time stamping in phy devices.
by Richard Cochran
· 14 years ago
01893c8
net: Remove MAX_SOCK_ADDR constant
by Tetsuo Handa
· 14 years ago
c6d409c
From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001
by Eric Dumazet
· 14 years ago
f845172
cls_cgroup: Store classid in struct sock
by Herbert Xu
· 14 years ago
ccbd6a5
net: Remove unnecessary semicolons after switch statements
by Joe Perches
· 14 years ago
4381548
net: sock_def_readable() and friends RCU conversion
by Eric Dumazet
· 15 years ago
767dd03
net: speedup sock_recv_ts_and_drops()
by Eric Dumazet
· 15 years ago
989a297
fasync: RCU and fine grained locking
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
842509b
socket: remove duplicate declaration of struct timespec
by Hagen Paul Pfeifer
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
71c5c15
net: Add MSG_WAITFORONE flag to recvmmsg
by Brandon L Black
· 15 years ago
a3a065e3
fs: no games with DCACHE_UNHASHED
by Nick Piggin
· 15 years ago
2c48b9c
switch alloc_file() to passing struct path
by Al Viro
· 15 years ago
cc3808f
switch sock_alloc_file() to alloc_file()
by Al Viro
· 15 years ago
7cbe66b
merge sock_alloc_fd/sock_attach_fd into a new helper
by Al Viro
· 15 years ago
198de4d
reorder alloc_fd/attach_fd in socketpair()
by Al Viro
· 15 years ago
d7256d0
net: compat_mmsghdr must be used in sys_recvmmsg
by Jean-Mickael Guerin
· 15 years ago
805003a4
net/atm: move all compat_ioctl handling to atm/ioctl.c
by Arnd Bergmann
· 15 years ago
a2116ed
net/compat: fix dev_ifsioc emulation corner cases
by Arnd Bergmann
· 15 years ago
7a50a24
net/compat_ioctl: support SIOCWANDEV
by Arnd Bergmann
· 15 years ago
fab2532
net, compat_ioctl: fix SIOCGMII ioctls
by Arnd Bergmann
· 15 years ago
9177efd
net, compat_ioctl: handle more ioctls correctly
by Arnd Bergmann
· 15 years ago
6b96018
compat: move sockios handling to net/socket.c
by Arnd Bergmann
· 15 years ago
7a229387
net: copy socket ioctl code to net/socket.h
by Arnd Bergmann
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
a2e2725
net: Introduce recvmmsg socket syscall
by Arnaldo Carvalho de Melo
· 15 years ago
3b88578
net: Generalize socket rx gap / receive queue overflow cmsg
by Neil Horman
· 15 years ago
8aa0f64a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
3d23e34
wext: refactor
by Johannes Berg
· 15 years ago
bcdce71
net: speedup sk_wake_async()
by Eric Dumazet
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
4737905
net: Add explicit bound checks in net/socket.c
by Arjan van de Ven
· 15 years ago
1fd7317d
Move magic numbers into magic.h
by Nick Black
· 15 years ago
b87221d
const: mark remaining super_operations const
by Alexey Dobriyan
· 15 years ago
29a020d
[PATCH] net: kmemcheck annotation in struct socket
by Eric Dumazet
· 15 years ago
e694958
Make sock_sendpage() use kernel_sendpage()
by Linus Torvalds
· 15 years ago
3989203
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
4e69489
socket: use percpu_add() while updating sockets_in_use
by Eric Dumazet
· 16 years ago
8651d5c
lsm: Remove the socket_post_accept() hook
by Paul Moore
· 16 years ago
3ae5080
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
3ba13d1
constify dentry_operations: rest
by Al Viro
· 16 years ago
8e9d20897
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 16 years ago
7639842
Move FASYNC bit handling to f_op->fasync()
by Jonathan Corbet
· 16 years ago
20d4947
net: socket infrastructure for SO_TIMESTAMPING
by Patrick Ohly
· 16 years ago
3e0fa65
[CVE-2009-0029] System call wrappers part 22
by Heiko Carstens
· 16 years ago
20f3703
[CVE-2009-0029] System call wrappers part 21
by Heiko Carstens
· 16 years ago
754fe8d
[CVE-2009-0029] System call wrappers part 07
by Heiko Carstens
· 16 years ago
157cf64
sanitize audit_fd_pair()
by Al Viro
· 16 years ago
Next »