ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / net / x25 /
2010-04-21 andrew hendryX25 fix dead unaccepted sockets
2010-04-11 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-04-08 John Hughesx.25 attempts to negotiate invalid throughput
2010-04-08 John Hughesx25: Patch to fix bug 15678 - x25 accesses fields beyon...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-05 Zhu Yinet: backlog functions rename
2010-03-05 Zhu Yix25: use limited socket backlog
2010-02-16 andrew hendryX25: Dont let x25_bind use addresses containing characters
2010-02-16 andrew hendryX25: Fix x25_create errors for bad protocol and ENOBUFS
2010-02-10 Li Zefannet: x25: use seq_list_foo() helpers
2010-02-10 Li Zefannet: x25: use seq_hlist_foo() helpers
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-11-29 andrew hendryX25: Fix oops and refcnt problems from x25_dev_get
2009-11-29 andrew hendryX25: Check for errors in x25_init
2009-11-29 andrew hendryX25: Move SYSCTL ifdefs into header
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-19 Andrew HendryX25: Enable setting of cause and diagnostic fields
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
2009-11-07 Arnd Bergmannnet/x25: push BKL usage into x25_proto
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-10-29 roel kluinnet: Cleanup redundant tests on unsigned
2009-10-13 roel kluinx25: bit and/or confusion in x25_ioctl()?
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-06-17 Eric Dumazetnet: sk_wmem_alloc has initial value of one, not zero
2009-06-16 David S. Millerx25: Fix sleep from timer on socket destroy.
2009-03-27 Alan Coxaf_rose/x25: Sanity check the maximum user frame size
2009-03-13 Roel Kluinx25: '< 0' and '>= 0' test on unsigned
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-06-17 David S. Millerx25: Use sock_orphan() instead of open-coded (and buggy...
2008-06-17 David S. Millerx25: Use sock_graft() and remove bogus sk_socket and...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-02-28 Wang Chen[X25]: Use proc_create() to setup ->proc_fops first
2008-02-01 maximilian attems[AX25]: Beautify x25_init() version printk.
2008-01-28 Jan Engelhardt[AF_X25]: constify function pointer tables
2008-01-28 Eric Dumazet[X25]: Avoid divides and sparse warnings
2008-01-28 Pavel Emelyanov[NET]: Simple ctl_table to ctl_path conversions.
2008-01-28 Denis Cheng[X25]: use LIST_HEAD instead of LIST_HEAD_INIT
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2008-01-04 Julia Lawall[X25]: Add missing x25_neigh_put
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-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Some more conversions to skb_copy_from_linea...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: More skb_put related conversions to skb_rese...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-03-20 Adrian Bunk[X25] x25_forward_call(): fix NULL dereferences
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: x25: remove unnecessary insert_at_head...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 8
2007-02-11 YOSHIFUJI Hideaki[NET] X25: Fix whitespace errors.
2007-02-08 Andrew Hendry[X.25]: Adds /proc/net/x25/forward to view active forwa...
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-24 Andrew Hendry[X.25]: Add missing sock_put in x25_receive_data
2007-01-09 Andrew Hendry[X25]: Trivial, SOCK_DEBUG's in x25_facilities missing...
2007-01-04 Adrian Bunk[X25]: proper prototype for x25_init_timers()
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-04-30 Shaun Pereira[X25]: fix for spinlock recurse and spinlock lockup...
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-08-29 David S. Miller[NET]: Kill skb->real_dev
2005-08-29 David S. Miller[NET]: Kill skb->list
2005-07-12 Sam Ravnborg[NET]: move config options out to individual protocols
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 v2.6.12-rc2