aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner1-1/+1
2004-12-27[NET]: No need to export sock_readv_writevAdrian Bunk1-2/+3
2004-11-23[NET]: __sock_create() cleanupLuiz Capitulino1-8/+6
2004-10-25[NET]: Remove dead socket layer exports.Christoph Hellwig1-3/+1
2004-10-25[NET]: Accept should return ENFILE not EMFILE.Andrea Arcangeli1-1/+1
2004-08-07Teach sendfile() to honour non-seekable source files.Linus Torvalds1-3/+0
2004-08-06Add infrastructure for the VFS layer to mark files seekable.Linus Torvalds1-1/+1
2004-07-15[PATCH] sparse: beginning of iovec cleanups - infrastructureAlexander Viro1-0/+38
2004-06-27[AIO]: kiocb->private is too large for kiocb's on-stack.William Lee Irwin III1-2/+31
2004-06-03[PATCH] sparse: rest of net/* annotations (in this patchset, that is ;-)Alexander Viro1-5/+5
2004-06-03[PATCH] sparse: more wan annotationsAlexander Viro1-3/+3
2004-06-03[PATCH] sparse: vlan annotationAlexander Viro1-3/+3
2004-06-03[PATCH] sparse: net/bridge annotationAlexander Viro1-3/+4
2004-05-30[PATCH] sparse: trivial part of net/* annotationAlexander Viro1-2/+2
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro1-2/+2
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton1-3/+3
2004-05-21[BRIDGE]: New ioctl interface for 32/64 compatability.Stephen Hemminger1-3/+5
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton1-0/+6
2004-05-08[NET]: Undo marking sock_alloc() as static, still exported to modules.David S. Miller1-1/+1
2004-05-08[NET]: Add sock_create_lite()James Morris1-1/+23
2004-05-08[NET]: Add sock_create_kern()James Morris1-4/+14
2004-02-24[PATCH] add syscalls.hAndrew Morton1-0/+1
2004-02-24[WANROUTER]: Kill MODULE ifdefs.Alexander Viro1-12/+0
2004-01-18[PATCH] bdev: add file.f_mappingAndrew Morton1-0/+1
2004-01-08[NET]: Use size_t for size argument in {send,recv}msg callchain.Stephen Hemminger1-5/+8
2003-10-28[NET]: Allow SOMAXCONN to be adjusted via sysctl.Nickolai Zeldovich1-2/+4
2003-09-28o NET: move net/socket.c EXPORT_SYMBOLs from net/netsyms.cArnaldo Carvalho de Melo1-0/+15
2003-09-04[NET]: Print a KERN_INFO msg when protocol families are {un,}registered.David S. Miller1-0/+4
2003-07-09[NET]: Make {send,recv}msg return EMSGSIZE when msg_iovelen is too big, as pe...Thomas Graf1-2/+2
2003-06-14[NET]: Kill extraneous CONFIG_{NET,KMOD} in net/socket.cMatthew Wilcox1-13/+3
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo1-8/+8
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-1/+1
2003-05-20[NET]: Clean up the divert ifdef mess.Christoph Hellwig1-4/+0
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds1-3/+1
2003-05-12Add user pointer annotations to socket, file IO and signalLinus Torvalds1-46/+51
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji1-0/+2
2003-05-08[DLCI]: Use module_init and fix ioctl handling.Matthew Wilcox1-15/+14
2003-05-06o net/socket: fix bug in sys_acceptSridhar Samudrala1-7/+5
2003-05-02o net: improve the current module infrastructureArnaldo Carvalho de Melo1-45/+35
2003-04-29o net/socket: return -EAFNOSUPPORT if net_family_get fails at sock_create and...Arnaldo Carvalho de Melo1-2/+2
2003-04-27o net/socket: make sys_accept bump the net proto family module usage countArnaldo Carvalho de Melo1-5/+10
2003-04-22[NET]: Do not let GCC reload pointers after NULL checks.David S. Miller1-4/+9
2003-04-22o net: module refcounting for sk_alloc/sk_freeArnaldo Carvalho de Melo1-15/+27
2003-04-19o net: new module infrastructure for net_proto_familyArnaldo Carvalho de Melo1-5/+14
2003-04-17[VLAN]: Cleaner module interface.Stephen Hemminger1-1/+15
2003-04-09[BRIDGE]: Fix several locking bugs, plus cleanups.Stephen Hemminger1-2/+18
2003-04-01[PATCH] Kill unnecessary bootup messagesRusty Russell1-3/+1
2003-03-30[COMPAT]: Fix MSG_CMSG_COMPAT flag passing, kill cmsg_compat_recvmsg_fixup.Randolph Chung1-1/+4
2003-03-25[NET]: typo and comment fixesRandy Dunlap1-4/+4
2003-03-23[COMPAT] cleanups in net/compat.c and related filesStephen Rothwell1-12/+6
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-33/+56
2003-02-25[wireless] cleanup after recent shuffleJean Tourrilhes1-2/+2
2003-02-06[LSM]: Networking top-level socket operation hooks.James Morris1-1/+71
2003-01-06[NET]: Remove dup wireless.h include in socket.c.David S. Miller1-1/+0
2003-01-06[NET]: Convert sockets_in_use to use per_cpu areas.Ravikiran G. Thirumalai1-7/+6
2002-11-20[PATCH] kill i_devAndries E. Brouwer1-1/+0
2002-11-20[PATCH] break up fs/devices.cBrian Gerst1-0/+4
2002-11-19[NET]: Make sock_ioctl truly static.David S. Miller1-2/+2
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-0/+1
2002-11-14o ipv4: convert /proc/net/raw to seq_fileArnaldo Carvalho de Melo1-0/+1
2002-11-13o ipv4: convert /proc/net/sockstat to seq_fileArnaldo Carvalho de Melo1-16/+6
2002-11-04[NET]: Copy msg_namelen back to user in recv{from,msg} even if it is zero.David S. Miller1-2/+2
2002-10-20[NET]: Move more ioctls to top level.Matthew Wilcox1-0/+61
2002-10-15[NET]: Export sockfd_lookup.Maksim Krasnyanskiy1-5/+0
2002-10-11Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-49/+86
2002-10-11net/socket.c: Do not reference dev_ioctl unless CONFIG_NET.David S. Miller1-0/+2
2002-10-10correct sock_aio_write prototypeBenjamin LaHaise1-1/+1
2002-10-10eliminate a compiler warning for aio_write in net/socket.cBenjamin LaHaise1-1/+1
2002-10-10clean up whitespace and patch import errors from net-kiocb patchBenjamin LaHaise1-2/+2
2002-10-10net-kiocb.diffBenjamin LaHaise1-49/+84
2002-10-09Initialize Bluetooth core using subsys_initcall().Maksim Krasnyanskiy1-8/+0
2002-10-02[NET]: Move common ioctl code up a layer.Matthew Wilcox1-4/+31
2002-09-02Merge home.transmeta.com:/home/torvalds/v2.5/linuxLinus Torvalds1-18/+0
2002-09-02[PATCH] sigio/sigurg cleanup for 2.5.32James Morris1-18/+0
2002-08-19lksctp-2_5_31-0_5_1.patchJon Grimm1-1/+1
2002-07-28Merge nuts.ninka.net:/home/davem/src/BK/BAK-net-2.5David S. Miller1-19/+19
2002-07-23[PATCH] type safe(r) list_entry repacement: container_ofNeil Brown1-1/+1
2002-07-18NET: Use ISO C struct initializers.Rusty Russell1-19/+19
2002-07-04[PATCH] ->i_dev switched to dev_tAlexander Viro1-1/+1
2002-06-17[PATCH] Latest nonlinear CPU patchesRusty Russell1-2/+2
2002-06-11[PATCH] net/socket.c memory leak fixRobert Love1-3/+5
2002-06-11[PATCH] (2/14) resyncAlexander Viro1-26/+1
2002-03-14[PATCH] fs/libfs.cAlexander Viro1-8/+1
2002-03-10[PATCH] (3/4) ->kill_sb() switchoverAlexander Viro1-0/+1
2002-02-18[PATCH] 2.5.5-pre1: uninitialized SO_PASSCRED on socketsPetr Vandrovec1-7/+9
2002-02-08[PATCH] Re: [PATCH] Preemptible Kernel for 2.5Robert Love1-1/+1
2002-02-06[PATCH] (4/9) more ->get_sb() stuffAlexander Viro1-5/+16
2002-02-05[PATCH] 2.5.4-pre1: further llseek cleanup (2/3)Robert Love1-11/+1
2002-02-05[PATCH] (1/2) inode trimmingAlexander Viro1-25/+59
2002-02-05v2.5.2.1.1 -> v2.5.2.2Linus Torvalds1-5/+6
2002-02-05v2.5.2.1 -> v2.5.2.1.1Linus Torvalds1-2/+2
2002-02-05v2.5.2 -> v2.5.2.1Linus Torvalds1-5/+3
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds1-2/+1
2002-02-04v2.4.12.3 -> v2.4.12.4Linus Torvalds1-1/+2
2002-02-04v2.4.10.0.3 -> v2.4.10.0.4Linus Torvalds1-2/+1
2002-02-04v2.4.9.1 -> v2.4.9.2Linus Torvalds1-3/+3
2002-02-04v2.4.6.8 -> v2.4.6.9Linus Torvalds1-1/+3
2002-02-04v2.4.5.1 -> v2.4.5.2Linus Torvalds1-0/+8
2002-02-04v2.4.3.6 -> v2.4.3.7Linus Torvalds1-5/+5
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-2/+27
2002-02-04Import changesetLinus Torvalds1-0/+1732