summaryrefslogtreecommitdiff
path: root/net/ax25
AgeCommit message (Expand)Author
2004-11-09[AX25]: Fix cb lookupRalf Bächle
2004-11-01[AX25]: Remove an unused function in ax25_route.cAdrian Bunk
2004-09-21[SOCK] remove sk_pair, only really used by AF_UNIXArnaldo Carvalho de Melo
2004-09-06[AX25]: Fix digipeat leak.Dave Jones
2004-09-02The coverity source checker is wrong. Revert some of the "leak fixes".Linus Torvalds
2004-09-02[PATCH] Fix possible leak in af_ax25Dave Jones
2004-07-05[AX25]: ax25_rt_add() locking fix.Andrew Morton
2004-07-05[AX25]: ax25_ds_idletimer_expiry() locking fix.Andrew Morton
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering
2004-06-03[PATCH] sparse: ax25 annotationAlexander Viro
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen
2004-04-05[NET]: Update networking config menu (v3)Randy Dunlap
2004-02-13[AX25]: Fix locking in ax25_rt_free().Jeroen Vreeken
2004-01-24[X25]: Do not use lvalue in assignment.Andrew Morton
2004-01-19[AX25]: Check error return from memcpy_fromiovec()Chris Wright
2004-01-08[AX25]: Use size_t for size in {send,recv}msg.Stephen Hemminger
2003-12-30[AX25]: Missing spin_unlock() and recvmsg reported dst instead of src.Jeroen Vreeken
2003-12-24[NET]: AX25, netrom, and rose bug fixes for 2.6.0Jeroen Vreeken
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches
2003-09-04[NET]: Remove all the silly 'NET4.x' init messages.David S. Miller
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell
2003-08-23[AX25]: Convert to seq_file.Stephen Hemminger
2003-08-23[AX25]: Make sure and hold ref to dev.Stephen Hemminger
2003-08-20[AX25]: Fix list usage and list locking in ax25_iface.cJeroen Vreeken
2003-08-20[AX25]: Use ->hard_header_len instead of some predicted worse case.Jeroen Vreeken
2003-08-20[AX25]: Fix ax25_cb locking.Jeroen Vreeken
2003-08-07[NET] Fix use after free in AX.25Stephen Hemminger
2003-08-02[NET]: janitor: don't init statics to 0.Randy Dunlap
2003-06-28[NET] Remove some 0 initializers.Art Haas
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo
2003-06-05Merge bk://kernel.bkbits.net/acme/sock-2.5David S. Miller
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-06-04[AX25]: Sanitize ax25 netdevice private handling.Steven Whitehouse
2003-06-03[AX25]: AX.25 bug fixes.Thomas Osterried
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo
2003-05-25[NET]: strncpy -> strlcpy conversions.Ben Collins
2003-05-02o ax25: use revised net module infrastructureArnaldo Carvalho de Melo
2003-04-28o af_ax25: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo
2003-04-20[PATCH] replace URLs in KconfigRandy Dunlap
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris
2003-02-12[PATCH] C99 initializers for net/ax25/sysctl_net_ax25.cArt Haas
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski