nfsd: track last inode only in use_wgather case
[safe/jmp/linux-2.6] / net / rose /
2009-04-15 David S. MillerRevert "rose: zero length frame filtering in af_rose.c"
2009-03-27 Alan Coxaf_rose/x25: Sanity check the maximum user frame size
2009-01-21 Stephen Hemmingerrose: convert to network_device_ops
2009-01-21 Stephen Hemmingerrose: convert to internal net_device_stats
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-12-04 James MorrisMerge branch 'master' into next
2008-11-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-25 Bernard Pidouxrose: zero length frame filtering in af_rose.c
2008-11-13 David HowellsCRED: Wrap task credential accesses in the ROSE protocol
2008-11-04 Alexey Dobriyannet: '&' redux
2008-07-22 David S. Millernetdev: Handle ->addr_list_lock just like ->_xmit_lock...
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-07-18 David S. Millernetdev: Allocate multiple queues for TX.
2008-07-09 David S. Millernetdev: Move _xmit_lock and xmit_lock_owner into netdev...
2008-06-18 Bernard Pidouxrose: improving AX25 routing frames via ROSE network
2008-06-17 David S. Millerrose: Use sock_graft() and remove bogus sk_socket and...
2008-05-03 Bernard Pidouxrose: Wrong list_lock argument in rose_node seqops
2008-04-20 Bernard Pidoux[ROSE]: Fix soft lockup wrt. rose_node_list_lock
2008-04-20 Bernard Pidouxrose: Socket lock was not released before returning...
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-04-02 Jarek Poplawski[ROSE/AX25] af_rose: rose_release() fix
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-01-28 Eric Dumazet[ROSE]: Supress sparse warnings
2008-01-28 Pavel Emelyanov[NET]: Simple ctl_table to ctl_path conversions.
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2007-12-05 Pavel Emelyanov[ROSE]: Trivial compilation CONFIG_INET=n case
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
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 socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-08 Alexey Dobriyan[ROSE]: Fix rose.ko oops on unload
2007-07-19 YOSHIFUJI Hideaki[NET] ROSE: Fix whitespace errors.
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-05-03 Pavel Emelianov[NET]: Rework dev_base via list_head (v3)
2007-04-26 Ralf Baechle[AX25/NETROM/ROSE]: Convert to use modern wait queue API
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 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-03-12 Ralf Baechle[ROSE]: Socket locking is a great invention.
2007-03-12 Ralf Baechle[ROSE]: Remove ourselves from waitqueue when receiving...
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: rose: 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 8
2007-02-11 YOSHIFUJI Hideaki[NET] ROSE: Fix whitespace errors.
2006-12-18 Ralf Baechle[AX.25]: Fix unchecked rose_add_loopback_neigh uses
2006-12-18 Ralf Baechle[AX.25]: Fix unchecked rose_add_loopback_node uses
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-03 Alexey Dobriyan[ROSE] rose_add_loopback_node: propagate -E
2006-07-12 Ralf Baechle[ROSE] lockdep: fix false positive
2006-07-09 Ralf Baechle[AX.25]: Use kzalloc
2006-07-04 Ralf Baechle[ROSE]: Try all routes when establishing a ROSE connect...
2006-07-04 Ralf Baechle[ROSE]: Fix dereference of skb pointer after free.
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-05-06 Ralf Baechle[NETROM/ROSE]: Kill module init version kernel log...
2006-05-04 Ralf Baechle[ROSE]: Eleminate HZ from ROSE kernel interfaces
2006-05-04 Ralf Baechle[ROSE]: Fix routing table locking in rose_remove_neigh.
2006-05-04 Ralf Baechle[AX25, ROSE]: Remove useless SET_MODULE_OWNER calls.
2006-05-04 Ralf Baechle[ROSE]: Remove useless prototype for rose_remove_neigh().
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-03 Christoph Hellwig[NET]: Add a dev_ioctl() fallback to sock_ioctl()
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-10-31 Andrew Morton[ROSE]: rose_heartbeat_expiry() locking fix
2005-10-26 Ralf Baechle[AX.25]: Use constant instead of magic number
2005-09-27 Alexey Dobriyan[ROSE]: fix typo (regeistration)
2005-09-27 Alexey Dobriyan[ROSE]: check rose_ndevs earlier
2005-09-27 Alexey Dobriyan[ROSE]: return sane -E* from rose_proto_init()
2005-09-27 Alexey Dobriyan[ROSE]: do proto_unregister() on exit paths
2005-09-12 Ralf Baechle[ROSE]: ROSE has no ARP
2005-09-12 Ralf Baechle[AX.25/ROSE]: Whitespace formatting changes
2005-09-12 Ralf Baechle[NETROM/AX.25/ROSE]: Remove useless tests
2005-09-08 Ralf Baechle[AX.25]: Make asc2ax() thread-proof
2005-09-06 Ralf Baechle[AX25]: Make ax2asc thread-proof
2005-08-29 Ralf Baechle[AX25/NETROM/ROSE]: Kill net/ip.h inclusion
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->list
2005-08-23 David S. Miller[ROSE]: Fix typo in rose_route_frame() locking fix.
2005-08-23 David S. Miller[ROSE]: Fix missing unlocks in rose_route_frame()
2005-08-23 Ralf Baechle[AX25]: UID fixes
2005-08-23 Ralf Baechle[NET]: Fix socket bitop damage
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2