1. e1e3c80 irda: use GFP_KERNEL in irda_connect_response() by Mathias Krause · 11 years ago
  2. 84e2306 irda: use GFP_KERNEL in irda_create() by Mathias Krause · 11 years ago
  3. 5ae94c0 irda: Fix missing msg_namelen update in irda_recvmsg_dgram() by Mathias Krause · 11 years ago
  4. 896ee0e net/irda: add missing error path release_sock call by Kees Cook · 11 years ago
  5. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  6. 0968958 silence some noisy printks in irda by Dave Jones · 12 years ago
  7. ad8c945 irda: Fix typo in irda by Masanari Iida · 12 years ago
  8. 7d6c429 irda: use msecs_to_jiffies() rather than manual calculation by Xi Wang · 13 years ago
  9. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  10. 020318d0 irda: fix locking unbalance in irda_sendmsg by Dave Jones · 13 years ago
  11. d7c1255 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  12. fdac1e0 irda: prevent integer underflow in IRLMP_ENUMDEVICES by Dan Rosenberg · 14 years ago
  13. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  14. 5b40964 irda: Remove BKL instances from af_irda.c by Samuel Ortiz · 14 years ago
  15. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  16. 628e300 irda: Correctly clean up self->ias_obj on irda_bind() failure. by David S. Miller · 14 years ago
  17. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  19. 58a9d73 net/irda: push BKL into proto_ops by Arnd Bergmann · 15 years ago
  20. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  21. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  22. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  23. f222e8b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  24. 09384df irda: Fix irda_getname() leak by Eric Dumazet · 15 years ago
  25. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  26. d55d87f net: Move rx skb_orphan call to where needed by Herbert Xu · 15 years ago
  27. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  28. 9ecad87 irda: Sock leak on error path in irda_create. by Pavel Emelyanov · 16 years ago
  29. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  30. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  31. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  32. 61e44b4 [IrDA]: af_irda memory leak fixes by Jesper Juhl · 16 years ago
  33. 9e8d6f8 [IRDA]: irda_create() nuke user triggable printk by maximilian attems · 17 years ago
  34. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  35. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  36. bcb5e0e [IrDA]: MSG_NOSIGNAL support for IrDA sockets by Samuel Ortiz · 17 years ago
  37. 75a69ac [IrDA]: Fix IrDA build failure by Samuel Ortiz · 17 years ago
  38. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  39. c3ea9fa [IrDA] af_irda: IRDA_ASSERT cleanups by Samuel Ortiz · 17 years ago
  40. d7f48d1 [IrDA] af_irda: irda_accept cleanup by Samuel Ortiz · 17 years ago
  41. 6e66aa1 [IrDA] af_irda: Silence kernel message in irda_recvmsg_stream by Olaf Kirch · 17 years ago
  42. 305f2aa [IrDA] af_irda: irda_recvmsg_stream cleanup by Olaf Kirch · 17 years ago
  43. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  44. eeeb037 [SK_BUFF]: More skb_put related conversions to skb_reset_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  45. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  46. bfb6709 [IrDA]: Correctly handling socket error by Olaf Kirch · 17 years ago
  47. 6819bc2 [NET] IRDA: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  48. 1b0fee7 [IrDA]: Memory allocations cleanups by Samuel Ortiz · 18 years ago
  49. da349f1 [IrDA]: af_irda.c cleanups by Samuel Ortiz · 18 years ago
  50. 485fb2c [IrDA]: Use alloc_skb() in IrDA TX path by Samuel Ortiz · 18 years ago
  51. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  52. f6c90b7 [NET]: Fix ipx/econet/appletalk/irda ioctl crashes by Petr Vandrovec · 18 years ago
  53. 7f927fc [PATCH] Typo fixes by Alexey Dobriyan · 18 years ago
  54. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  55. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 19 years ago
  56. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  57. c1cbe4b [NET]: Avoid atomic xchg() for non-error case by Benjamin LaHaise · 19 years ago
  58. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago