aboutsummaryrefslogtreecommitdiffstats
path: root/net/netrom
AgeCommit message (Expand)AuthorFilesLines
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner2-3/+3
2004-12-27[NETROM]: Make needlessly global code static.Adrian Bunk2-3/+4
2004-11-09[NET]: Lock initializer unifyingAndrew Morton1-1/+1
2004-09-21[SOCK] remove sk_pair, only really used by AF_UNIXArnaldo Carvalho de Melo1-2/+0
2004-07-29[NET]: Convert netrom to use module_param.Stephen Hemminger1-2/+2
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering1-1/+1
2004-06-03[PATCH] sparse: netrom annotationAlexander Viro2-6/+7
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro1-1/+1
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds1-1/+1
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro1-3/+3
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen1-10/+4
2004-01-24[NETROM]: Do not use lvalue in assignment.Andrew Morton1-1/+1
2004-01-19[NETROM]: Check error return from memcpy_fromiovec()Chris Wright1-1/+6
2004-01-08[NETROM]: Use size_t for size in {send,recv}msg.Stephen Hemminger1-3/+3
2003-12-24[NET]: AX25, netrom, and rose bug fixes for 2.6.0Jeroen Vreeken1-2/+9
2003-12-11[NET]: Fix missing netdev unregister/free in netrom and rose protocols.Alexander Viro2-4/+8
2003-09-21[NETROM]: Timer code cleanup.Vinay K. Nallamothu3-71/+40
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches2-12/+9
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-08-30[AX25/NETROM/ROSE]: Missing sk_set_owner().Stephen Hemminger1-0/+2
2003-08-20[NETROM]: Update wrt. ax25_cb refcounting changes.Jeroen Vreeken1-2/+2
2003-08-19[NET]: free_netdev - destructors.Stephen Hemminger1-1/+1
2003-08-14[NETROM]: Fix use after free in socket close.Stephen Hemminger1-0/+2
2003-08-14[NETROM]: Convert /proc interface to seq_file.Stephen Hemminger2-84/+195
2003-08-14[NETROM]: Convert to alloc_netdev().Stephen Hemminger2-24/+39
2003-08-14[NETROM]: Make lists and locks static since they are only used in one file.Stephen Hemminger2-6/+6
2003-08-14[NETROM]: Use hlist for the routing table information.Jeroen Vreeken1-162/+277
2003-08-14[NETROM]: Better control over the AX25 devices.Jeroen Vreeken2-9/+13
2003-08-14[NETROM]: Lock sockets while doing protocol processing.Jeroen Vreeken3-52/+168
2003-08-14[NETROM]: Reserve space in socket header for AX25 header.Jeroen Vreeken2-5/+5
2003-08-14[NETROM]: Free buffers in write queue on socket destroy.Jeroen Vreeken1-0/+3
2003-08-14[NETROM]: Expire sockets faster on close.Jeroen Vreeken1-1/+1
2003-08-14[NETROM]: Fix sysctl initializers.Jeroen Vreeken1-4/+4
2003-08-02[NET]: janitor: don't init statics to 0.Randy Dunlap1-4/+4
2003-06-28[NET] Remove some 0 initializers.Art Haas1-2/+0
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo1-47/+28
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo5-109/+112
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo4-15/+15
2003-05-18[PATCH] memcpy/memset fixesAndrew Morton1-2/+3
2003-05-14[NETROM]: Fix netdevice leak, from 2.4.xDave Jones1-0/+3
2003-05-02o netrom: use revised net module infrastructureArnaldo Carvalho de Melo1-1/+1
2003-04-28o netrom/nr_dev: use SET_MODULE_OWNER, removing calls to MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-2/+1
2003-04-28o af_netrom: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-19/+10
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-3/+2
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris4-10/+12
2003-02-22[NET]: Remove __NO_VERSION__ from networking code.Christoph Hellwig1-1/+0
2003-02-19[PATCH] C99 initializer for net/netrom/sysctl_net_netrom.cArt Haas1-38/+138
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-3/+0
2002-10-23kbuild: Allow for <mod>-y as well as <mod>-objs for multipart objects.Kai Germaschewski1-1/+0
2002-10-10net-kiocb.diffBenjamin LaHaise1-3/+5
2002-09-18[NETROM]: Fix setting of nr in nr_transmit_buffer.David S. Miller1-1/+1
2002-08-05Replace interrupt-safe spinlocks with their bh-safe equivalents.Ralf Bächle2-51/+37
2002-08-05Implement socket locking for AX.25, NET/ROM and ROSE timers.Ralf Bächle1-1/+13
2002-08-05More reformatting of switch statements.Ralf Bächle5-453/+454
2002-08-05Implement locking of internal data for NET/ROM and ROSE.Ralf Bächle9-228/+113
2002-08-05Add missing lock_kernel() to ax25_connect.Ralf Bächle1-17/+34
2002-08-05Kill remaining sti().Ralf Bächle1-1/+0
2002-08-05Replace cli & co for synchronization with spinlocks.Ralf Bächle1-46/+36
2002-08-05Redo race avoidance with cli with wait_event-like construction.Ralf Bächle1-10/+17
2002-07-18NET: Use ISO C struct initializers.Rusty Russell1-21/+21
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-11/+5
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from net/*Kai Germaschewski1-2/+0
2002-05-21[PATCH] jiffies.hRusty Russell1-1/+1
2002-04-02[PATCH] Add missing MODULE_LICENSE tagsDave Jones1-0/+1
2002-04-02[PATCH] Various typo fixes.Dave Jones1-1/+1
2002-02-10Split protocol specific information out from struct sock.David S. Miller5-255/+313
2002-02-05[PATCH] (1/2) inode trimmingAlexander Viro1-1/+1
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds1-1/+1
2002-02-04v2.4.9.4 -> v2.4.9.5Linus Torvalds1-1/+1
2002-02-04v2.4.8.4 -> v2.4.9Linus Torvalds1-1/+1
2002-02-04v2.4.5.5 -> v2.4.5.6Linus Torvalds3-19/+9
2002-02-04v2.4.3.4 -> v2.4.3.5Linus Torvalds2-3/+1
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds2-9/+18
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-2/+0
2002-02-04Import changesetLinus Torvalds10-0/+3782