1. db6d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  2. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  3. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  4. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  5. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  6. 7c3ceb4a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  7. 07035fc irda: Fix netlink error path return value by Julius Volz · 16 years ago
  8. cddf63d irnet_ppp: BKL pushdown by Arnd Bergmann · 16 years ago
  9. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  10. 9ecad87 irda: Sock leak on error path in irda_create. by Pavel Emelyanov · 16 years ago
  11. 5406460 irda: Push BKL down into irda ioctl handlers by Alan Cox · 16 years ago
  12. f7fd63c net/irda/irnet/irnet_irda.c needs unaligned.h by Andrew Morton · 16 years ago
  13. 3322238 irda: Fix a misalign access issue. (v2) by Graf Yang · 16 years ago
  14. 260ffee irda: use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  15. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  16. 3ae02d6 proc: switch /proc/irda/irnet to seq_file interface by Alexey Dobriyan · 16 years ago
  17. 7ef3abd [IRDA]: Remove irlan_eth_send_gratuitous_arp() by Adrian Bunk · 16 years ago
  18. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  19. 8c7230f [IRDA]: Store irnet_socket termios properly. by David S. Miller · 16 years ago
  20. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  21. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  22. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  23. 5e47879 [IRDA]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  24. 91cde6f [IrDA]: LMP discovery timer not started by default by Ross Burton · 16 years ago
  25. e9888f5 [IrDA]: Irport removal - part 1 by Adrian Bunk · 16 years ago
  26. 5d780cd [IrDA]: Frame length validation. by Robie Basak · 16 years ago
  27. 6d97b53 [IrDA]: Resend frames on timeout. by Robie Basak · 16 years ago
  28. b5ccd79 [NET]: Simple ctl_table to ctl_path conversions. by Pavel Emelyanov · 16 years ago
  29. 6d82de9 [IRDA]: Use htons() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  30. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  31. 61e44b4 [IrDA]: af_irda memory leak fixes by Jesper Juhl · 16 years ago
  32. 9e8d6f8 [IRDA]: irda_create() nuke user triggable printk by maximilian attems · 16 years ago
  33. cc53ded [IRDA]: Spelling fixes by Joe Perches · 17 years ago
  34. a26e01d [IRDA]: irda parameters warning fixes. by Richard Knutsson · 17 years ago
  35. 2638698 [IRDA]: irlmp_unregister_link() needs to free lsaps. by Hinko Kocevar · 17 years ago
  36. 92b05e13 [IRDA]: Move ircomm_tty_line_info() under #ifdef CONFIG_PROC_FS by Pavel Emelyanov · 17 years ago
  37. 8c92e6b [IRDA]: Compilation for CONFIG_INET=n case by Pavel Emelyanov · 17 years ago
  38. a572da4 [IRDA]: Add missing "space" by Joe Perches · 17 years ago
  39. 49259d3 [IRDA] IRNET: Fix build when TCGETS2 is defined. by David S. Miller · 17 years ago
  40. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  41. d76081f [IRDA]: Make ircomm_tty static. by Adrian Bunk · 17 years ago
  42. db955170 more UTF-8 conversions by Marcin Garski · 17 years ago
  43. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  44. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  45. a577936 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  46. f429cd3 sysctl: properly register the irda binary sysctl numbers by Eric W. Biederman · 17 years ago
  47. c310f09 [IRDA]: IrCOMM discovery indication simplification by Ryan Reading · 17 years ago
  48. a662d4c [IRDA]: Make the IRDA use the seq_open_private() by Pavel Emelyanov · 17 years ago
  49. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  50. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  51. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  52. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  53. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  54. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  55. bcb5e0e [IrDA]: MSG_NOSIGNAL support for IrDA sockets by Samuel Ortiz · 17 years ago
  56. 22117ea [IRDA] irda_nl_get_mode: always results in failure by Andy Whitcroft · 17 years ago
  57. 2c20d72 [IRDA]: Avoid a label defined but not used warning in irda_init() by Jesper Juhl · 17 years ago
  58. 22e1fb2 [IrDA] Typo fix in irnetlink.c copyright by Samuel Ortiz · 17 years ago
  59. 485cf92 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  60. 1e66df3 add kstrndup by Jeremy Fitzhardinge · 17 years ago
  61. 75a69ac [IrDA]: Fix IrDA build failure by Samuel Ortiz · 17 years ago
  62. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  63. 93cce3d [IrDA]: tsap init routine factorisation. by G. Liakhovetski · 17 years ago
  64. 4117252 [IrDA]: Monitor mode. by Samuel Ortiz · 17 years ago
  65. 89da1ec [IrDA]: Netlink layer. by Samuel Ortiz · 17 years ago
  66. b7e773b [IrDA]: f-timer reloading when sending rejected frames. by G. Liakhovetski · 17 years ago
  67. c0cfe7f [IrDA]: Fix Rx/Tx path race. by G. Liakhovetski · 17 years ago
  68. 9556fb7 [S390] Kconfig: unwanted menus for s390. by Martin Schwidefsky · 17 years ago
  69. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  70. 1c8ea5a [IRDA] irda_device_dongle_init: fix kzalloc(GFP_KERNEL) in spinlock by Andrew Morton · 17 years ago
  71. b450777a [IrDA]: Misc spelling corrections. by G. Liakhovetski · 17 years ago
  72. c3ea9fa [IrDA] af_irda: IRDA_ASSERT cleanups by Samuel Ortiz · 17 years ago
  73. d7f48d1 [IrDA] af_irda: irda_accept cleanup by Samuel Ortiz · 17 years ago
  74. 6e66aa1 [IrDA] af_irda: Silence kernel message in irda_recvmsg_stream by Olaf Kirch · 17 years ago
  75. 305f2aa [IrDA] af_irda: irda_recvmsg_stream cleanup by Olaf Kirch · 17 years ago
  76. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  77. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  78. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  79. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  80. c7630a4 [IrDA]: irda lockdep annotation by Samuel Ortiz · 17 years ago
  81. eeeb037 [SK_BUFF]: More skb_put related conversions to skb_reset_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  82. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  83. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  84. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  85. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  86. bfb6709 [IrDA]: Correctly handling socket error by Olaf Kirch · 17 years ago
  87. c577c2b [IrDA]: Calling ppp_unregister_channel() from process context by Samuel Ortiz · 17 years ago
  88. 7bb1bbe [IrDA]: irttp_dup spin_lock initialisation by G. Liakhovetski · 17 years ago
  89. a39a219 [IRDA] net/irda/: proper prototypes by Adrian Bunk · 17 years ago
  90. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  91. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  92. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  93. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  94. 6819bc2 [NET] IRDA: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  95. 719647e [IRLAN]: handle out of memory errors by Akinobu Mita · 17 years ago
  96. bb5aa42 [IRDA]: handle out of memory errors by Akinobu Mita · 17 years ago
  97. edc6afc [PATCH] tty: switch to ktermios and new framework by Alan Cox · 18 years ago
  98. e694ba4 [IrDA]: Incorrect TTP header reservation by Jeet Chaudhuri · 18 years ago
  99. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  100. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago