nfsd: track last inode only in use_wgather case
[safe/jmp/linux-2.6] / net / netrom /
2009-04-22 Jean Delvarenet/netrom: Fix socket locking
2009-03-28 David S. MillerRevert "netrom: zero length frame filtering in NetRom"
2009-03-27 Alan Coxaf_rose/x25: Sanity check the maximum user frame size
2009-03-21 Bernard Pidouxnetrom: zero length frame filtering in NetRom
2009-01-21 Stephen Hemmingernetrom: convert to net_device_ops
2009-01-21 Stephen Hemmingernetrom: convert to internal net_device_stats
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-11-13 David HowellsCRED: Wrap task credential accesses in the netrom protocol
2008-11-04 Alexey Dobriyannet: '&' redux
2008-10-06 Jarek Poplawskinetrom: Fix sock_orphan() use in nr_release
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-17 David S. Millernetrom: Kill spurious NULL'ing of sk->sk_socket.
2008-06-17 David S. Millernetrom: Use sock_graft() and remove bogus sk_socket...
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 Pavel Emelyanov[NET]: Simple ctl_table to ctl_path conversions.
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2007-12-20 David S. Miller[NET]: Correct two mistaken skb_reset_mac_header()...
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-07-19 YOSHIFUJI Hideaki[NET] NETROM: 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]: 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 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: netrom: remove unnecessary insert_at_he...
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] NETROM: 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 nr_add_node 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 Arnaldo Carvalho... [NETROM]: Use kmemdup
2006-07-12 Ralf Baechle[NETROM] lockdep: fix false positive
2006-07-12 Ralf Baechle[NETROM]: Drop lock before calling nr_destroy_socket
2006-07-12 Ralf Baechle[NETROM]: Fix locking order when establishing a NETROM...
2006-07-09 Ralf Baechle[AX.25]: Use kzalloc
2006-07-04 Ralf Baechle DL5RB[NETROM]: Use socket helpers instead of direct fiddling...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-26 Ralf Baechle[NETROM]: Fix possible null pointer dereference.
2006-05-06 Ralf Baechle[NETROM/ROSE]: Kill module init version kernel log...
2006-05-04 Ralf Baechle[NETROM]: Eleminate HZ from NET/ROM kernel interfaces
2006-05-04 Ralf Baechle[AX25, ROSE]: Remove useless SET_MODULE_OWNER calls.
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 Christoph Hellwig[NETROM]: Remove unessecary lock_sock calls in netrom_i...
2006-01-03 Eric Dumazet[NET]: move struct proto_ops to const
2005-12-22 Mika Kukkonen[NETROM]: Fix three if-statements in nr_state1_machine()
2005-10-05 Ralf Baechle[AX.25]: Fix packet socket crash
2005-09-12 Ralf Baechle[NETROM]: Introduct stuct nr_private
2005-09-12 Ralf Baechle[NETROM]: Implement G8PZT Circuit reset for NET/ROM
2005-09-12 Ralf Baechle[NETROM]: NET/ROM has no ARP
2005-09-12 Ralf Baechle[NETROM] NET/ROM has no txqueue
2005-09-12 Ralf Baechle[NETROM/AX.25/ROSE]: Remove useless tests
2005-09-12 Ralf Baechle[NETROM]: statistics fix
2005-09-12 Ralf Baechle[NETROM]: Fix rebuild header mess
2005-09-09 Ingo Molnar[PATCH] timer initialization cleanup: DEFINE_TIMER
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 Ralf Baechle[AX25/NETROM]: Cleanup direct calls into IP stack
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-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