index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-31
[NET]: Remove i_sock
Matthew Wilcox
1
-3
/
+2
2005-03-22
[NET]: Remove redundant NULL pointer check before kfree in socket.c
Jesper Juhl
1
-2
/
+1
2005-03-09
[NET]: Passcred cleanup in struct sock
Herbert Pƶtzl
1
-1
/
+1
2005-01-26
[NET]: Kill now unused local var from sock_init().
David S. Miller
1
-2
/
+0
2005-01-26
[NET]: Kill excess initializer
Benjamin LaHaise
1
-7
/
+0
2005-01-16
[NET]: Use unlocked_ioctl for sock_ioctl.
Andi Kleen
1
-8
/
+4
2005-01-13
[NET]: Lock initializer cleanup.
Thomas Gleixner
1
-1
/
+1
2004-12-27
[NET]: No need to export sock_readv_writev
Adrian Bunk
1
-2
/
+3
2004-11-23
[NET]: __sock_create() cleanup
Luiz Capitulino
1
-8
/
+6
2004-10-25
[NET]: Remove dead socket layer exports.
Christoph Hellwig
1
-3
/
+1
2004-10-25
[NET]: Accept should return ENFILE not EMFILE.
Andrea Arcangeli
1
-1
/
+1
2004-08-07
Teach sendfile() to honour non-seekable source files.
Linus Torvalds
1
-3
/
+0
2004-08-06
Add infrastructure for the VFS layer to mark files seekable.
Linus Torvalds
1
-1
/
+1
2004-07-15
[PATCH] sparse: beginning of iovec cleanups - infrastructure
Alexander Viro
1
-0
/
+38
2004-06-27
[AIO]: kiocb->private is too large for kiocb's on-stack.
William Lee Irwin III
1
-2
/
+31
2004-06-03
[PATCH] sparse: rest of net/* annotations (in this patchset, that is ;-)
Alexander Viro
1
-5
/
+5
2004-06-03
[PATCH] sparse: more wan annotations
Alexander Viro
1
-3
/
+3
2004-06-03
[PATCH] sparse: vlan annotation
Alexander Viro
1
-3
/
+3
2004-06-03
[PATCH] sparse: net/bridge annotation
Alexander Viro
1
-3
/
+4
2004-05-30
[PATCH] sparse: trivial part of net/* annotation
Alexander Viro
1
-2
/
+2
2004-05-30
[PATCH] sparse: dev_ioctl() callers
Alexander Viro
1
-2
/
+2
2004-05-22
[PATCH] slab: consolidate panic code
Andrew Morton
1
-3
/
+3
2004-05-21
[BRIDGE]: New ioctl interface for 32/64 compatability.
Stephen Hemminger
1
-3
/
+5
2004-05-21
[PATCH] Sanitise handling of unneeded syscall stubs
Andrew Morton
1
-0
/
+6
2004-05-08
[NET]: Undo marking sock_alloc() as static, still exported to modules.
David S. Miller
1
-1
/
+1
2004-05-08
[NET]: Add sock_create_lite()
James Morris
1
-1
/
+23
2004-05-08
[NET]: Add sock_create_kern()
James Morris
1
-4
/
+14
2004-02-24
[PATCH] add syscalls.h
Andrew Morton
1
-0
/
+1
2004-02-24
[WANROUTER]: Kill MODULE ifdefs.
Alexander Viro
1
-12
/
+0
2004-01-18
[PATCH] bdev: add file.f_mapping
Andrew Morton
1
-0
/
+1
2004-01-08
[NET]: Use size_t for size argument in {send,recv}msg callchain.
Stephen Hemminger
1
-5
/
+8
2003-10-28
[NET]: Allow SOMAXCONN to be adjusted via sysctl.
Nickolai Zeldovich
1
-2
/
+4
2003-09-28
o NET: move net/socket.c EXPORT_SYMBOLs from net/netsyms.c
Arnaldo Carvalho de Melo
1
-0
/
+15
2003-09-04
[NET]: Print a KERN_INFO msg when protocol families are {un,}registered.
David S. Miller
1
-0
/
+4
2003-07-09
[NET]: Make {send,recv}msg return EMSGSIZE when msg_iovelen is too big, as pe...
Thomas Graf
1
-2
/
+2
2003-06-14
[NET]: Kill extraneous CONFIG_{NET,KMOD} in net/socket.c
Matthew Wilcox
1
-13
/
+3
2003-06-04
o net: create struct sock_common and use in struct sock & tcp_tw_bucket
Arnaldo Carvalho de Melo
1
-8
/
+8
2003-05-25
[PATCH] change get_sb prototype
Andries E. Brouwer
1
-1
/
+1
2003-05-25
[PATCH] mark shrinkable slabs as being reclaimable
Andrew Morton
1
-1
/
+1
2003-05-20
[NET]: Clean up the divert ifdef mess.
Christoph Hellwig
1
-4
/
+0
2003-05-16
Make request_module() take a printf-like vararg argument instead of a string.
Linus Torvalds
1
-3
/
+1
2003-05-12
Add user pointer annotations to socket, file IO and signal
Linus Torvalds
1
-46
/
+51
2003-05-09
[NET]: Set file_operations->owner as appropriate.
Hideaki Yoshifuji
1
-0
/
+2
2003-05-08
[DLCI]: Use module_init and fix ioctl handling.
Matthew Wilcox
1
-15
/
+14
2003-05-06
o net/socket: fix bug in sys_accept
Sridhar Samudrala
1
-7
/
+5
2003-05-02
o net: improve the current module infrastructure
Arnaldo Carvalho de Melo
1
-45
/
+35
2003-04-29
o net/socket: return -EAFNOSUPPORT if net_family_get fails at sock_create and...
Arnaldo Carvalho de Melo
1
-2
/
+2
2003-04-27
o net/socket: make sys_accept bump the net proto family module usage count
Arnaldo Carvalho de Melo
1
-5
/
+10
2003-04-22
[NET]: Do not let GCC reload pointers after NULL checks.
David S. Miller
1
-4
/
+9
2003-04-22
o net: module refcounting for sk_alloc/sk_free
Arnaldo Carvalho de Melo
1
-15
/
+27
[next]