ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / net / ax25 /
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-10 Li Zefannet: ax25: use seq_hlist_foo() helpers
2010-01-16 Jarek Poplawskiax25: netrom: rose: Fix timer oopses
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-06 Eric Parisnet: pass kern to net_proto_family create function
2009-10-30 roel kluinax25: unsigned cannot be less than 0 in ax25_ctl_ioctl()
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-09-30 Jarek Poplawskiax25: Fix possible oops in ax25_make_new
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-28 Ralf Baechleax25: Add missing dev_put in ax25_setsockopt
2009-09-25 Jarek Poplawskiax25: Fix ax25_cb refcounting in ax25_ctl_ioctl
2009-09-22 Eric Dumazetax25: Fix SIOCAX25GETINFO ioctl
2009-06-23 Herbert Xunet: Move rx skb_orphan call to where needed
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-04-20 Alan Coxax25: proc uid file misses header
2009-03-28 David S. MillerRevert "ax25: zero length frame filtering in AX25"
2009-03-21 Bernard Pidouxax25: zero length frame filtering in AX25
2009-03-21 Bernard Pidouxax25: SOCK_DEBUG message simplification
2009-03-10 Stephen Hemmingernet: convert usage of packet_type to read_mostly
2009-02-07 Ilpo Järvinenax25: more common return path joining
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-12-15 Ilpo Järvinenax25: join the return paths that free skb
2008-11-26 Ingo Molnarax25: fix warning in net/ax25/sysctl_net_ax25.c
2008-11-13 David HowellsCRED: Wrap task credential accesses in the AX25 protocol
2008-11-04 Alexey Dobriyannet: '&' redux
2008-10-06 David S. Millerax25: Quick fix for making sure unaccepted sockets...
2008-10-06 David S. MillerRevert "ax25: Fix std timer socket destroy handling."
2008-08-06 Ralf BaechleAX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVE
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-06-18 David S. Millerax25: Fix std timer socket destroy handling.
2008-06-17 David S. Millerax25: Use sock_graft() and remove bogus sk_socket and...
2008-06-03 Jarek Poplawskiax25: Fix NULL pointer dereference and lockup.
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-13 Pavel Emelyanov[AX25]: Potential ax25_uid_assoc-s leaks on module...
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-26 Robert P. J. Day[AX25]: Remove obsolete references to BKL from TODO...
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-18 Jarek Poplawski[AX25] ax25_out: check skb for NULL in ax25_kick()
2008-02-13 Jarek Poplawski[AX25] ax25_ds_timer: use mod_timer instead of add_timer
2008-02-13 Jarek Poplawski[AX25] ax25_timer: use mod_timer instead of add_timer
2008-02-13 Jarek Poplawski[AX25] ax25_route: make ax25_route_lock BH safe
2008-02-13 Jarek Poplawski[AX25] af_ax25: remove sock lock in ax25_info_show()
2008-02-01 maximilian attems[AX25]: Kill ax25_bind() user triggable printk.
2008-01-28 Eric Dumazet[AX25]: sparse cleanups
2008-01-28 Pavel Emelyanov[AX25]: Switch to using ctl_paths.
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2008-01-11 Jarek Poplawski[AX25] af_ax25: Possible circular locking.
2008-01-10 maximilian attems[AX25]: Kill user triggable printks.
2007-12-20 David S. Miller[NET]: Correct two mistaken skb_reset_mac_header()...
2007-12-16 Jarek Poplawski[AX25]: Locking dependencies fix in ax25_disconnect().
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-19 Jan EngelhardtConvert files to UTF-8 and some cleanups
2007-10-10 Stephen Hemminger[NET]: Move hardware header operations out of netdevice.
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-08-15 Alexey Dobriyan[AX25]: don't free pointers to statically allocated...
2007-07-19 YOSHIFUJI Hideaki[NET] AX25: Fix whitespace errors.
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-05-10 Martin Schwidefsky[S390] Kconfig: unwanted menus for s390.
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Ralf Baechle[AX25/NETROM/ROSE]: Convert to use modern wait queue API
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_from_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_transport_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_network_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-03-26 Ralf Baechle[NET] AX.25 Kconfig and docs updates and fixes
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: ax25: remove unnecessary insert_at_head...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 YOSHIFUJI Hideaki[NET] AX25: Fix whitespace errors.
2006-12-18 Ralf Baechle[AX.25]: Fix unchecked ax25_linkfail_register uses
2006-12-18 Ralf Baechle[AX.25]: Fix unchecked ax25_listen_register uses
2006-12-18 Ralf Baechle[AX.25]: Fix unchecked ax25_protocol_register uses.
2006-12-18 Ralf Baechle[AX.25]: Mark all kmalloc users __must_check
2006-12-11 Ralf Baechle[HAMRADIO]: Fix baycom_epp.c compile failure.
2006-12-09 Ralf Baechle[AX.25]: Fix default address and broadcast address...
2006-12-09 Ralf Baechle[AX.25]: Constify ax25 utility functions
2006-12-03 Arnaldo Carvalho... [AX25]: Use kmemdup
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-07-12 Ralf Baechle[AX.25]: Optimize AX.25 socket list lock
2006-07-12 Ralf Baechle[AX.25]: Fix locking of ax25 protocol function list.
2006-07-10 Ralf Baechle[AX.25]: Get rid of the last volatile.
2006-07-09 Ralf Baechle[AX.25]: Use kzalloc
next