| Age | Commit message (Expand) | Author |
| 2004-05-08 | [NET]: Undo marking sock_alloc() as static, still exported to modules. | David S. Miller |
| 2004-05-08 | [NET]: Add sock_create_lite() | James Morris |
| 2004-05-08 | [NET]: Add sock_create_kern() | James Morris |
| 2004-02-24 | [PATCH] add syscalls.h | Andrew Morton |
| 2004-02-24 | [WANROUTER]: Kill MODULE ifdefs. | Alexander Viro |
| 2004-01-18 | [PATCH] bdev: add file.f_mapping | Andrew Morton |
| 2004-01-08 | [NET]: Use size_t for size argument in {send,recv}msg callchain. | Stephen Hemminger |
| 2003-10-28 | [NET]: Allow SOMAXCONN to be adjusted via sysctl. | Nickolai Zeldovich |
| 2003-09-28 | o NET: move net/socket.c EXPORT_SYMBOLs from net/netsyms.c | Arnaldo Carvalho de Melo |
| 2003-09-04 | [NET]: Print a KERN_INFO msg when protocol families are {un,}registered. | David S. Miller |
| 2003-07-09 | [NET]: Make {send,recv}msg return EMSGSIZE when msg_iovelen is too big, as pe... | Thomas Graf |
| 2003-06-14 | [NET]: Kill extraneous CONFIG_{NET,KMOD} in net/socket.c | Matthew Wilcox |
| 2003-06-04 | o net: create struct sock_common and use in struct sock & tcp_tw_bucket | Arnaldo Carvalho de Melo |
| 2003-05-25 | [PATCH] change get_sb prototype | Andries E. Brouwer |
| 2003-05-25 | [PATCH] mark shrinkable slabs as being reclaimable | Andrew Morton |
| 2003-05-20 | [NET]: Clean up the divert ifdef mess. | Christoph Hellwig |
| 2003-05-16 | Make request_module() take a printf-like vararg argument instead of a string. | Linus Torvalds |
| 2003-05-12 | Add user pointer annotations to socket, file IO and signal | Linus Torvalds |
| 2003-05-09 | [NET]: Set file_operations->owner as appropriate. | Hideaki Yoshifuji |
| 2003-05-08 | [DLCI]: Use module_init and fix ioctl handling. | Matthew Wilcox |
| 2003-05-06 | o net/socket: fix bug in sys_accept | Sridhar Samudrala |
| 2003-05-02 | o net: improve the current module infrastructure | Arnaldo Carvalho de Melo |
| 2003-04-29 | o net/socket: return -EAFNOSUPPORT if net_family_get fails at sock_create and... | Arnaldo Carvalho de Melo |
| 2003-04-27 | o net/socket: make sys_accept bump the net proto family module usage count | Arnaldo Carvalho de Melo |
| 2003-04-22 | [NET]: Do not let GCC reload pointers after NULL checks. | David S. Miller |
| 2003-04-22 | o net: module refcounting for sk_alloc/sk_free | Arnaldo Carvalho de Melo |
| 2003-04-19 | o net: new module infrastructure for net_proto_family | Arnaldo Carvalho de Melo |
| 2003-04-17 | [VLAN]: Cleaner module interface. | Stephen Hemminger |
| 2003-04-09 | [BRIDGE]: Fix several locking bugs, plus cleanups. | Stephen Hemminger |
| 2003-04-01 | [PATCH] Kill unnecessary bootup messages | Rusty Russell |
| 2003-03-30 | [COMPAT]: Fix MSG_CMSG_COMPAT flag passing, kill cmsg_compat_recvmsg_fixup. | Randolph Chung |
| 2003-03-25 | [NET]: typo and comment fixes | Randy Dunlap |
| 2003-03-23 | [COMPAT] cleanups in net/compat.c and related files | Stephen Rothwell |
| 2003-03-05 | [NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ... | Benjamin LaHaise |
| 2003-02-25 | [wireless] cleanup after recent shuffle | Jean Tourrilhes |
| 2003-02-06 | [LSM]: Networking top-level socket operation hooks. | James Morris |
| 2003-01-06 | [NET]: Remove dup wireless.h include in socket.c. | David S. Miller |
| 2003-01-06 | [NET]: Convert sockets_in_use to use per_cpu areas. | Ravikiran G. Thirumalai |
| 2002-11-20 | [PATCH] kill i_dev | Andries E. Brouwer |
| 2002-11-20 | [PATCH] break up fs/devices.c | Brian Gerst |
| 2002-11-19 | [NET]: Make sock_ioctl truly static. | David S. Miller |
| 2002-11-16 | [PATCH] include mount.h explicitly were needed | Christoph Hellwig |
| 2002-11-14 | o ipv4: convert /proc/net/raw to seq_file | Arnaldo Carvalho de Melo |
| 2002-11-13 | o ipv4: convert /proc/net/sockstat to seq_file | Arnaldo Carvalho de Melo |
| 2002-11-04 | [NET]: Copy msg_namelen back to user in recv{from,msg} even if it is zero. | David S. Miller |
| 2002-10-20 | [NET]: Move more ioctls to top level. | Matthew Wilcox |
| 2002-10-15 | [NET]: Export sockfd_lookup. | Maksim Krasnyanskiy |
| 2002-10-11 | Merge nuts.ninka.net:/home/davem/src/BK/network-2.5 | David S. Miller |
| 2002-10-11 | net/socket.c: Do not reference dev_ioctl unless CONFIG_NET. | David S. Miller |
| 2002-10-10 | correct sock_aio_write prototype | Benjamin LaHaise |