1. c4efc61 net/x25: fix nonblocking connect by Martin Schiller · 4 years, 4 months ago
  2. 3f55d0e net/x25: fix null_x25_address handling by Martin Schiller · 5 years ago
  3. ad4c756 net/x25: fix called/calling length calculation in x25_parse_address_block by Martin Schiller · 5 years ago
  4. 92382cd net/x25: fix a race in x25_bind() by Eric Dumazet · 5 years ago
  5. 0651889 net/x25: reset state in x25_connect() by Eric Dumazet · 5 years ago
  6. 3123545 net/x25: fix use-after-free in x25_device_event() by Eric Dumazet · 5 years ago
  7. 4833df3 net/x25: do not hold the cpu too long in x25_new_lci() by Eric Dumazet · 5 years ago
  8. 5367883 net: x25: fix one potential use-after-free issue by linzhang · 7 years ago
  9. 05f1b12 net: x25: remove null checks on arrays calling_ae and called_ae by Colin Ian King · 8 years ago
  10. 79e4865 net: fix a kernel infoleak in x25 module by Kangjie Lu · 8 years ago
  11. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  12. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  13. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  14. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 9 years ago
  15. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  16. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  17. b73e9e3 x25: convert printks to pr_<level> by wangweidong · 10 years ago
  18. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 10 years ago
  19. 706e282 net: x25: Fix dead URLs in Kconfig by Michael Drüing · 11 years ago
  20. 80aa4e1 x25: add a sanity check parsing X.25 facilities by Dan Carpenter · 11 years ago
  21. 4ccb93c x25: Fix broken locking in ioctl error paths. by Dave Jones · 11 years ago
  22. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  23. 345566b x25: use proc_remove_subtree() by Al Viro · 11 years ago
  24. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  25. 70bd8f6 net/x25: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  26. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  27. f545a38 net: add a limit parameter to sk_add_backlog() by Eric Dumazet · 12 years ago
  28. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  29. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  30. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  31. 29c3626 net:x25: use IS_ENABLED by Igor Maravić · 12 years ago
  32. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  33. 501e89d x25: Fix NULL dereference in x25_recvmsg by Dave Jones · 13 years ago
  34. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  35. 7f81e25 x25: Prevent skb overreads when checking call user data by Matthew Daley · 13 years ago
  36. cb101ed x25: Handle undersized/fragmented skbs by Matthew Daley · 13 years ago
  37. c7fd0d4 x25: Validate incoming call user data lengths by Matthew Daley · 13 years ago
  38. fddc5f3 x25: Reduce switch/case indent by Joe Perches · 13 years ago
  39. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  40. 77b2283 x25: remove the BKL by Arnd Bergmann · 13 years ago
  41. 96642d4 x25: Do not reference freed memory. by David S. Miller · 13 years ago
  42. 95c3043 x25: possible skb leak on bad facilities by andrew hendry · 13 years ago
  43. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  44. 171995e x25: decrement netdev reference counts on unload by Apollon Oikonomopoulos · 13 years ago
  45. 3f0a069 X25 remove bkl in call user data length ioctl by andrew hendry · 13 years ago
  46. 74a7e44 X25 remove bkl from causediag ioctls by andrew hendry · 13 years ago
  47. 5b7958d X25 remove bkl from calluserdata ioctls by andrew hendry · 13 years ago
  48. f90de66 X25 remove bkl in facility ioctls by andrew hendry · 13 years ago
  49. 5595a1a X25 remove bkl in subscription ioctls by andrew hendry · 13 years ago
  50. 0670b8a X25: remove bkl in routing ioctls by andrew hendry · 13 years ago
  51. 54aafbd X25: remove bkl in inq and outq ioctls by andrew hendry · 13 years ago
  52. 1ecd66b X25: remove bkl in timestamp ioctls by andrew hendry · 13 years ago
  53. 70be998 X25: pushdown bkl in ioctls by andrew hendry · 13 years ago
  54. 5ef4130 x25: Prevent crashing when parsing bad X.25 facilities by Dan Rosenberg · 13 years ago
  55. a6331d6 memory corruption in X.25 facilities parsing by andrew hendry · 14 years ago
  56. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  57. 6de5bd1 BKL: introduce CONFIG_BKL. by Arnd Bergmann · 14 years ago
  58. 768190f X.25 remove bkl in poll by andrew hendry · 14 years ago
  59. 40e192c X.25 remove bkl in getsockname by andrew hendry · 14 years ago
  60. 21a4591 X.25 remove bkl in connect by andrew hendry · 14 years ago
  61. 141646c X.25 remove bkl in accept by Andrew Hendry · 14 years ago
  62. 90c2729 X.25 remove bkl in bind by andrew hendry · 14 years ago
  63. 25aa4ef X.25 remove bkl in listen by andrew hendry · 14 years ago
  64. 935e2a2 X25: Remove bkl in sockopts by andrew hendry · 14 years ago
  65. 37cda78 X25: Move accept approve flag to bitfield by andrew hendry · 14 years ago
  66. b7792e3 X25: Move interrupt flag to bitfield by andrew hendry · 14 years ago
  67. cb863ff X25: Move qbit flag to bitfield by andrew hendry · 14 years ago
  68. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  69. 5ebfbc0 X25: Add if_x25.h and x25 to device identifiers by Andrew Hendry · 14 years ago
  70. 2cec6b0 X25 fix dead unaccepted sockets by andrew hendry · 14 years ago
  71. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  72. 4a1032f Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  73. ddd0451 x.25 attempts to negotiate invalid throughput by John Hughes · 14 years ago
  74. f5eb917 x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet. by John Hughes · 14 years ago
  75. 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
  76. a3a858f net: backlog functions rename by Zhu Yi · 14 years ago
  77. 2499849 x25: use limited socket backlog by Zhu Yi · 14 years ago
  78. a928852 X25: Dont let x25_bind use addresses containing characters by andrew hendry · 14 years ago
  79. b18e7a0 X25: Fix x25_create errors for bad protocol and ENOBUFS by andrew hendry · 14 years ago
  80. 4f13420 net: x25: use seq_list_foo() helpers by Li Zefan · 14 years ago
  81. 32d2e3a net: x25: use seq_hlist_foo() helpers by Li Zefan · 14 years ago
  82. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  83. 429d33a X25: Fix oops and refcnt problems from x25_dev_get by andrew hendry · 14 years ago
  84. 1fd975a X25: Check for errors in x25_init by andrew hendry · 14 years ago
  85. 2f5517a X25: Move SYSCTL ifdefs into header by andrew hendry · 14 years ago
  86. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 14 years ago
  87. 386e50c X25: Enable setting of cause and diagnostic fields by Andrew Hendry · 14 years ago
  88. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 14 years ago
  89. 9177490 net/x25: push BKL usage into x25_proto by Arnd Bergmann · 14 years ago
  90. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 14 years ago
  91. 091bb8a net: Cleanup redundant tests on unsigned by roel kluin · 15 years ago
  92. 06a96b3 x25: bit and/or confusion in x25_ioctl()? by roel kluin · 15 years ago
  93. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  94. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  95. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  96. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  97. c564039 net: sk_wmem_alloc has initial value of one, not zero by Eric Dumazet · 15 years ago
  98. 14ebaf8 x25: Fix sleep from timer on socket destroy. by David S. Miller · 15 years ago
  99. 83e0bbc af_rose/x25: Sanity check the maximum user frame size by Alan Cox · 15 years ago
  100. 8db09f2 x25: '< 0' and '>= 0' test on unsigned by Roel Kluin · 15 years ago