summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds
2003-05-12Add user pointer annotations to socket, file IO and signalLinus 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-06o net/socket: fix bug in sys_acceptSridhar Samudrala
2003-05-02o net: improve the current module infrastructureArnaldo Carvalho de Melo
2003-04-29o net/socket: return -EAFNOSUPPORT if net_family_get fails at sock_create and...Arnaldo Carvalho de Melo
2003-04-27o net/socket: make sys_accept bump the net proto family module usage countArnaldo Carvalho de Melo
2003-04-22[NET]: Do not let GCC reload pointers after NULL checks.David S. Miller
2003-04-22o net: module refcounting for sk_alloc/sk_freeArnaldo Carvalho de Melo
2003-04-19o net: new module infrastructure for net_proto_familyArnaldo 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 messagesRusty 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 fixesRandy Dunlap
2003-03-23[COMPAT] cleanups in net/compat.c and related filesStephen Rothwell
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise
2003-02-25[wireless] cleanup after recent shuffleJean 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_devAndries E. Brouwer
2002-11-20[PATCH] break up fs/devices.cBrian Gerst
2002-11-19[NET]: Make sock_ioctl truly static.David S. Miller
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig
2002-11-14o ipv4: convert /proc/net/raw to seq_fileArnaldo Carvalho de Melo
2002-11-13o ipv4: convert /proc/net/sockstat to seq_fileArnaldo 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-11Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller
2002-10-11net/socket.c: Do not reference dev_ioctl unless CONFIG_NET.David S. Miller
2002-10-10correct sock_aio_write prototypeBenjamin LaHaise
2002-10-10eliminate a compiler warning for aio_write in net/socket.cBenjamin LaHaise
2002-10-10clean up whitespace and patch import errors from net-kiocb patchBenjamin LaHaise
2002-10-10net-kiocb.diffBenjamin LaHaise
2002-10-09Initialize Bluetooth core using subsys_initcall().Maksim Krasnyanskiy
2002-10-02[NET]: Move common ioctl code up a layer.Matthew Wilcox
2002-09-02Merge home.transmeta.com:/home/torvalds/v2.5/linuxLinus Torvalds
2002-09-02[PATCH] sigio/sigurg cleanup for 2.5.32James Morris
2002-08-19lksctp-2_5_31-0_5_1.patchJon Grimm
2002-07-28Merge nuts.ninka.net:/home/davem/src/BK/BAK-net-2.5David S. Miller
2002-07-23[PATCH] type safe(r) list_entry repacement: container_ofNeil Brown
2002-07-18NET: Use ISO C struct initializers.Rusty Russell
2002-07-04[PATCH] ->i_dev switched to dev_tAlexander Viro
2002-06-17[PATCH] Latest nonlinear CPU patchesRusty Russell
2002-06-11[PATCH] net/socket.c memory leak fixRobert Love
2002-06-11[PATCH] (2/14) resyncAlexander Viro
2002-03-14[PATCH] fs/libfs.cAlexander Viro