aboutsummaryrefslogtreecommitdiffstats
path: root/net/ax25
AgeCommit message (Expand)AuthorFilesLines
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner6-8/+8
2005-01-09[AX25]: Put back ax25digicmp.David S. Miller1-0/+20
2005-01-09[AX25]: Revert to 2.6.9 behavior.Alan Cox1-2/+10
2004-12-27[AX25]: Staticize functions, and remove unused global function.Adrian Bunk3-22/+2
2004-11-09[AX25]: Fix cb lookupRalf Bächle1-10/+2
2004-11-01[AX25]: Remove an unused function in ax25_route.cAdrian Bunk1-16/+0
2004-09-21[SOCK] remove sk_pair, only really used by AF_UNIXArnaldo Carvalho de Melo2-2/+0
2004-09-06[AX25]: Fix digipeat leak.Dave Jones1-3/+5
2004-09-02The coverity source checker is wrong. Revert some of the "leak fixes".Linus Torvalds1-3/+0
2004-09-02[PATCH] Fix possible leak in af_ax25Dave Jones1-0/+3
2004-07-05[AX25]: ax25_rt_add() locking fix.Andrew Morton1-0/+1
2004-07-05[AX25]: ax25_ds_idletimer_expiry() locking fix.Andrew Morton1-1/+1
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering1-2/+1
2004-06-03[PATCH] sparse: ax25 annotationAlexander Viro2-13/+14
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-6/+1
2004-04-05[NET]: Update networking config menu (v3)Randy Dunlap1-5/+2
2004-02-13[AX25]: Fix locking in ax25_rt_free().Jeroen Vreeken1-1/+1
2004-01-24[X25]: Do not use lvalue in assignment.Andrew Morton1-2/+2
2004-01-19[AX25]: Check error return from memcpy_fromiovec()Chris Wright1-1/+6
2004-01-08[AX25]: Use size_t for size in {send,recv}msg.Stephen Hemminger1-3/+9
2003-12-30[AX25]: Missing spin_unlock() and recvmsg reported dst instead of src.Jeroen Vreeken1-3/+4
2003-12-24[NET]: AX25, netrom, and rose bug fixes for 2.6.0Jeroen Vreeken2-43/+25
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller1-1/+0
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches1-1/+1
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell1-12/+6
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches2-10/+6
2003-09-04[NET]: Remove all the silly 'NET4.x' init messages.David S. Miller1-3/+0
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-08-23[AX25]: Convert to seq_file.Stephen Hemminger3-115/+211
2003-08-23[AX25]: Make sure and hold ref to dev.Stephen Hemminger1-1/+4
2003-08-20[AX25]: Fix list usage and list locking in ax25_iface.cJeroen Vreeken1-6/+12
2003-08-20[AX25]: Use ->hard_header_len instead of some predicted worse case.Jeroen Vreeken1-4/+6
2003-08-20[AX25]: Fix ax25_cb locking.Jeroen Vreeken12-113/+163
2003-08-07[NET] Fix use after free in AX.25Stephen Hemminger1-7/+8
2003-08-02[NET]: janitor: don't init statics to 0.Randy Dunlap2-9/+9
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-4/+2
2003-06-05Merge bk://kernel.bkbits.net/acme/sock-2.5David S. Miller8-111/+121
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo8-111/+121
2003-06-04[AX25]: Sanitize ax25 netdevice private handling.Steven Whitehouse1-15/+2
2003-06-03[AX25]: AX.25 bug fixes.Thomas Osterried1-3/+9
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo7-19/+28
2003-05-25[NET]: strncpy -> strlcpy conversions.Ben Collins1-3/+2
2003-05-02o ax25: use revised net module infrastructureArnaldo Carvalho de Melo1-1/+3
2003-04-28o af_ax25: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-4/+1
2003-04-20[PATCH] replace URLs in KconfigRandy Dunlap1-4/+4
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 Morris7-15/+15
2003-02-12[PATCH] C99 initializers for net/ax25/sysctl_net_ax25.cArt Haas1-61/+156
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell1-3/+3
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2002-12-29[PATCH] fix "deprecated" typosRandy Dunlap1-1/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-3/+0
2002-12-05[PATCH] patch] duplicate header in net_ax25_ax25_route.cRusty Russell1-1/+0
2002-11-06[NET]: Timer init fixes.Andrew Morton1-0/+4
2002-10-29Delete old-style config files.Linus Torvalds2-124/+0
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel1-0/+119
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/+4
2002-09-18[AX25]: Remove unused label from ax25_get_socket, add XXX comment.David S. Miller1-2/+2
2002-09-18[AX25]: Make ax25_rt_destroy return void.David S. Miller1-1/+1
2002-08-08Add XID and TEST frame definitions.Ralf Bächle1-0/+2
2002-08-06Kill trailing whitespace.Ralf Bächle1-1/+1
2002-08-05Update todo list.Ralf Bächle1-17/+5
2002-08-05Replace interrupt-safe spinlocks with their bh-safe equivalents.Ralf Bächle7-86/+60
2002-08-05Implement socket locking for AX.25, NET/ROM and ROSE timers.Ralf Bächle1-1/+18
2002-08-05Implement locking of internal data for NET/ROM and ROSE.Ralf Bächle19-724/+415
2002-08-05Add missing lock_kernel() to ax25_connect.Ralf Bächle1-27/+35
2002-08-05Move ax25_put_route to <net/ax25.h>.Ralf Bächle1-5/+0
2002-08-04Resolve merge conflicts.Ralf Bächle17-1536/+1897
2002-08-04Implement reference counting for routes.Ralf Bächle1-5/+9
2002-08-04Implement reference counting and delayed destruction of routes.Ralf Bächle1-31/+71
2002-08-04Delete dead code.Ralf Bächle1-3/+0
2002-08-04Reformat.Ralf Bächle4-19/+31
2002-08-04Don't use deliver_to_old_ones anymore.Ralf Bächle1-0/+2
2002-08-04Use ISO style labeled initializers.Ralf Bächle1-23/+23
2002-08-04Eleminate race caused by static variable in ax25_rt_find_route.Ralf Bächle2-18/+15
2002-08-04Split ax25_rt_ioctl() into several functions.Ralf Bächle1-101/+143
2002-07-30Convert ax25_route_list by a rw_lock, no longer an interrup-saveRalf Bächle14-1379/+1383
2002-07-29Eleminate SOCKOPS_WRAPPED by using the BKL directly.Ralf Bächle1-112/+282
2002-07-27Protect listen_list also with a spinlock instead of cli / sti.Ralf Bächle2-17/+14
2002-07-27Protect the ax25 fragmentation code with it's own spinlock.Ralf Bächle2-7/+8
2002-07-27Initialize spinlock.Ralf Bächle1-1/+1
2002-07-27Protect linkfail_list with a spinlock instead of the previous cli / sti mess.Ralf Bächle2-15/+15
2002-07-27Protect ax25_dev_list with it's own spinlock replacing the previousRalf Bächle3-17/+38
2002-07-27Replace cli / sti with spinlock for protection of protocol_list.Ralf Bächle2-23/+35
2002-07-27Protect ax25_route_list by a spinlock.Ralf Bächle2-9/+18
2002-07-27Properly protect ax25_uid_list with a spinlock.Ralf Bächle2-19/+48
2002-07-27Brain is short, so ...Ralf Bächle1-0/+11
2002-07-27Properly handle sleep race without cli.Ralf Bächle1-10/+15
2002-07-27Redo locking of ax25_list with spinlocks.Ralf Bächle3-38/+47
2002-07-18NET: Use ISO C struct initializers.Rusty Russell1-23/+23
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-14/+6
2002-05-21[PATCH] jiffies.hRusty Russell2-2/+2
2002-04-02[PATCH] Add missing MODULE_LICENSE tagsDave Jones1-0/+1
2002-02-10Split protocol specific information out from struct sock.David S. Miller7-131/+164
2002-02-05[PATCH] (1/2) inode trimmingAlexander Viro1-1/+1
2002-02-05v2.5.2.4 -> v2.5.2.4.1Linus Torvalds1-0/+88
2002-02-04v2.4.12.1 -> v2.4.12.2Linus Torvalds1-3/+8
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds1-1/+1
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds1-2/+2
2002-02-04v2.4.9.6 -> v2.4.9.7Linus Torvalds1-1/+1
2002-02-04v2.4.8.4 -> v2.4.9Linus Torvalds1-2/+2
2002-02-04v2.4.5.8 -> v2.4.5.9Linus Torvalds1-1/+1
2002-02-04v2.4.5.7 -> v2.4.5.8Linus Torvalds2-20/+14
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-1/+2
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds4-20/+16
2002-02-04Import changesetLinus Torvalds20-0/+6699