- patches.apparmor/remove_suid_new_case_in_2.6.22.diff: Merge fix.
[linux-flexiantxendom0-3.2.10.git] / net / x25 / af_x25.c
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-02-11 YOSHIFUJI Hideaki[NET] X25: Fix whitespace errors.
2007-02-08 Andrew Hendry[X.25]: Adds /proc/sys/net/x25/x25_forward to control...
2007-02-08 Andrew Hendry[X.25]: Add call forwarding
2007-01-04 Adrian Bunk[X25]: proper prototype for x25_init_timers()
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-22 Shaun Pereira[X25]: dte facilities 32 64 ioctl conversion
2006-03-22 Shaun Pereira[X25]: allow ITU-T DTE facilities for x25
2006-03-22 Shaun Pereira[X25]: fix kernel error message 64 bit kernel
2006-03-22 Shaun Pereira[X25]: ioctl conversion 32 bit user to 64 bit kernel
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-06 Shaun Pereira[X25]: Fix for broken x25 module.
2006-01-03 Christoph Hellwig[NET]: Add a dev_ioctl() fallback to sock_ioctl()
2006-01-03 Eric Dumazet[NET]: move struct proto_ops to const
2005-08-29 Arnaldo Carvalho... [TCP]: Move the tcp sock states to net/tcp_states.h
2005-06-23 Shaun Pereira[X25]: Fast select with no restriction on response
2005-06-23 Shaun Pereira[X25]: Selective sub-address matching with call user...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2005-01-13 Thomas Gleixner[NET]: Lock initializer cleanup.
2004-12-27 Adrian Bunk[X25]: Staticize, and remove unused global functions.
2004-11-23 Andrew Hendry[X25]: Remove unused header files.
2004-11-23 Andrew Hendry[X25]: When receiving a call, check listening sockets...
2004-10-28 Andrew Morton[X25]: Stop x25_destroy_socket timer looping
2004-09-21 Arnaldo Carvalho... [SOCK] remove sk_pair, only really used by AF_UNIX
2004-06-05 Olaf Hering+- add patches.fixes/recvmsg-compat-MSG_CMSG_COMPAT
2004-06-05 Olaf Hering[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_C...
2004-06-03 Alexander Viro[PATCH] sparse: x25 annotation
2004-05-30 Alexander Viro[PATCH] sparse: dev_ioctl() callers
2004-05-30 Linus TorvaldsAdd __user annotations to sock_get_timestamp()
2004-05-29 Alexander Viro[PATCH] sparse: ->[gs]etsockopt() annotation
2004-04-16 Andi Kleen[NET]: Do lazy gettimeofday for network packets.
2004-04-08 Andreas KleenAdd lazy timestamps for networking
2004-02-09 Olaf Hering+- update to post 2.6.3-rc1 20040209
2004-01-25 Andrew Morton[X25]: Do not use lvalue in assignment.
2004-01-19 Olaf Hering+- update to current Linus tree
2004-01-15 Olaf Hering+- add patches.fixes/linus-latest-2.6
2004-01-13 Stephen Hemminger[X25]: Remove pre-existing device discovery loop
2004-01-08 Stephen Hemminger[X25]: Use size_t for size in {send,recv}msg.
2003-10-07 Vinay K. Nallamothu[X25]: Use mod_timer(), add missing sock locking to...
2003-10-06 David S. Miller[NET]: Delete support for old-style protocols, no longe...
2003-10-06 David S. Miller[X25]: Fix to be PKT_CAN_SHARE_SKB.
2003-09-01 Rusty Russell[NET]: Use MODULE_ALIAS() in network families.
2003-08-30 Stephen Hemminger[AX25/NETROM/ROSE]: Missing sk_set_owner().
2003-08-11 Gerd Hoffmanncommented early_printk patch because of rejects.
2003-08-06 Stephen Hemminger[NET] Fix X.25 use after free.
2003-06-18 Arnaldo Carvalho... o net: make sk_{add,del}_node functions take care of...
2003-06-16 Arnaldo Carvalho... o net: use hlist for struct sock hash lists
2003-06-04 Arnaldo Carvalho... o net: create struct sock_common and use in struct...
2003-05-28 Arnaldo Carvalho... o net: abstract access to struct sock ->flags
2003-05-03 Arnaldo Carvalho... o x25: use revised net module infrastructure
2003-04-28 Arnaldo Carvalho... o af_x25: remove MOD_{INC,DEC}_USE_COUNT
2003-03-06 Benjamin LaHaise[NET]: Simplify scm handling and sendmsg/recvmsg invoca...
2003-03-02 James Morris[NET]: Convert volatile char socket flags to real bitop...
2002-10-10 Benjamin LaHaisenet-kiocb.diff
2002-10-06 Arnaldo Carvalho... o X25: use seq_file for proc stuff
2002-09-28 Arnaldo Carvalho... o X25: x25_wait_for_{data,connection_establishemnt...
2002-09-28 Arnaldo Carvalho... o X25: protect x25 sockets and list with refcnt and...
2002-09-28 Arnaldo Carvalho... o X25: use refcnts and protect x25_neigh structs and...
2002-09-28 Arnaldo Carvalho... o X25: use refcounts and protect x25_route list
2002-09-26 Arnaldo Carvalho... [X25] assorted code cleanup
2002-09-26 Arnaldo Carvalho... [X25] handle return codes and code reoganization to...
2002-09-26 Arnaldo Carvalho... [X25] make search functions that grab locks have just...
2002-09-26 Arnaldo Carvalho... [X25] remove unneeded typedef x25_address
2002-07-18 Rusty RussellNET: Use ISO C struct initializers.
2002-05-23 Kai GermaschewskiEXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from net/*
2002-04-03 Dave Jones[PATCH] Add missing MODULE_LICENSE tags
2002-02-10 David S. MillerSplit protocol specific information out from struct...
2002-02-06 Alexander Viro[PATCH] (1/2) inode trimming
2002-02-05 Linus Torvaldsv2.5.1.3 -> v2.5.1.4
2002-02-05 Linus Torvaldsv2.4.9.7 -> v2.4.9.8
2002-02-05 Linus Torvaldsv2.4.8.4 -> v2.4.9
2002-02-05 Linus Torvaldsv2.4.3.2 -> v2.4.3.3
2002-02-05 Linus Torvaldsv2.4.0.9 -> v2.4.0.10
2002-02-05 Linus TorvaldsImport changeset