Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / ipx /
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-03-22 Eric Dumazetipx: fix ipx_release()
2011-03-05 Arnd Bergmannipx: remove the BKL
2010-10-21 Arnd BergmannBKL: introduce CONFIG_BKL.
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-10 Li Zefannet: ipx: use seq_list_foo() helpers
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
2009-11-07 Arnd Bergmannnet/ipx: push down BKL into a ipx_dgram_ops
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-03-22 Stephen Hemmingeripx: use constant for strings and desciptor
2009-03-10 Stephen Hemmingernet: convert usage of packet_type to read_mostly
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2008-11-04 Alexey Dobriyannet: '&' redux
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-02-28 Wang Chen[IPX]: Use proc_create() to setup ->proc_fops first
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-01-28 Pavel Emelyanov[NET]: Simple ctl_table to ctl_path conversions.
2007-11-11 Pavel Emelyanov[IPX]: Use existing sock refcnt debugging infrastructure
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-17 David WoodhouseFix incorrect prototype for ipxrtr_route_packet()
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header where the skb_p...
2007-04-26 Eric Dumazet[NET]: convert network timestamps to ktime_t
2007-03-09 Jiri BohacFix IPX module unload
2007-02-28 Rolf Eike Beer[IPX]: Remove ancient changelog
2007-02-28 Rolf Eike Beer[IPX]: Remove outdated information from Kconfig
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: ipx: remove unnecessary insert_at_head...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 YOSHIFUJI Hideaki[NET] IPX: Fix whitespace errors.
2007-02-09 Jiri Bohac[IPX]: Fix NULL pointer dereference on ipx unload
2006-11-05 Al Viro[IPX]: Annotate and fix IPX checksum
2006-11-05 Al Viro[IPX]: Trivial parts of endianness annotations
2006-08-10 David S. Miller[IPX]: Fix typo, ipxhdr() --> ipx_hdr()
2006-08-08 Stephen Hemminger[IPX]: Another nonlinear receive fix
2006-08-08 Stephen Hemminger[IPX]: Header length validation needed
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-06-18 Alexey Dobriyan[IPX]: Endian bug in ipxrtr_route_packet()
2006-05-16 Alexey Dobriyan[IPX]: Correct return type of ipx_map_frame_type().
2006-05-16 Alexey Dobriyan[IPX]: Correct argument type of ipxrtr_delete().
2006-03-29 Petr Vandrovec[NET]: Fix ipx/econet/appletalk/irda ioctl crashes
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
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... [NET]: Fix sparse warnings
2005-08-29 David S. Miller[IPX]: Fix build error in ipx_recvmsg()
2005-08-29 Patrick McHardy[NET]: Store skb->timestamp as offset to a base timestamp
2005-08-29 Arnaldo Carvalho... [TCP]: Move the tcp sock states to net/tcp_states.h
2005-08-29 David S. Miller[NET]: Kill skb->real_dev
2005-07-12 Sam Ravnborg[NET]: move config options out to individual protocols
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-17 Arnaldo Carvalho... [IPX] use a private slab cache for socks
2005-01-13 Thomas Gleixner[NET]: Lock initializer cleanup.
2004-12-27 Adrian Bunk[IPX]: Make needlessly global code static.
2004-09-28 Colin Phipps[IPX]: Make sure sockaddr_ipx objects are initialized...
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: ipx 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[IPX]: Do not use lvalue in assignment.
2004-01-15 Olaf Hering+- add patches.fixes/linus-latest-2.6
2004-01-08 Stephen Hemminger[IPX]: Use size_t for size in {send,recv}msg.
2003-11-18 Olaf Hering+- update to 2.6.0-test9-bk22, update config, arch...
2003-10-30 Stephen Hemminger[IPX]: Fix OOPS when ipxcfg_auto_create_interfaces...
2003-10-11 Noah J. Misch[IPX]: ipx_proc.c needs linux/init.h even when PROC_FS...
2003-10-06 David S. Miller[NET]: Delete support for old-style protocols, no longe...
2003-09-24 Joe Perches[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void...
2003-09-09 Joe Perches[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]
2003-09-04 David S. Miller[NET]: Remove all the silly 'NET4.x' init messages.
2003-09-01 Rusty Russell[NET]: Use MODULE_ALIAS() in network families.
2003-08-30 Stephen Hemminger[IPX]: Missing sk_set_owner().
2003-06-18 Arnaldo Carvalho... o net: make sk_{add,del}_node functions take care of...
2003-06-17 Arnaldo Carvalho... o ipx: fix var shadowing paramente with CONFIG_IPX_INTE...
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
next