1. 9745177 net: x25: drop harmless check of !more by Jean Sacren · 3 years, 1 month ago
  2. bc831fa net: x25: Use list_for_each_entry() to simplify code in x25_route.c by Wang Hai · 3 years, 7 months ago
  3. db67f24 net/x25: fix a mistake in grammar by gushengxian · 3 years, 7 months ago
  4. 96bffe7 net: x25: Use list_for_each_entry() to simplify code in x25_forward.c by Wang Hai · 3 years, 7 months ago
  5. 3835a66 net: x25: Use list_for_each_entry() to simplify code in x25_link.c by Wang Hai · 3 years, 7 months ago
  6. d773695 net/x25: Return the correct errno code by Zheng Yongjun · 3 years, 7 months ago
  7. 8406d38 af_x25.c: Fix a spello by Bhaskar Chowdhury · 3 years, 9 months ago
  8. 13458ff net: x25: Remove unimplemented X.25-over-LLC code stubs by Xie He · 4 years, 1 month ago
  9. 6b21c0b net: x25: Fix handling of Restart Request and Restart Confirmation by Xie He · 4 years, 1 month ago
  10. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  11. 6ee50c8 net/x25: prevent a couple of overflows by Dan Carpenter · 4 years, 1 month ago
  12. 139d6eb net/x25: remove x25_kill_by_device() by Martin Schiller · 4 years, 1 month ago
  13. d023b2b net/x25: fix restart request/confirm handling by Martin Schiller · 4 years, 1 month ago
  14. 7eed751 net/x25: handle additional netdev events by Martin Schiller · 4 years, 1 month ago
  15. 4ee18c1 net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_request by Xie He · 4 years, 2 months ago
  16. 3611823 net/x25: Fix null-ptr-deref in x25_connect by Martin Schiller · 4 years, 2 months ago
  17. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  18. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  19. 62c8923 net: x25: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  20. 535094a Replace HTTP links with HTTPS ones: X.25 network layer by Alexander A. Klimov · 4 years, 6 months ago
  21. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  22. 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  23. c4ea03f docs: networking: convert x25.txt to ReST by Mauro Carvalho Chehab · 4 years, 8 months ago
  24. 883780a docs: networking: convert x25-iface.txt to ReST by Mauro Carvalho Chehab · 4 years, 8 months ago
  25. 8999dc8 net/x25: Fix null-ptr-deref in x25_disconnect by YueHaibing · 4 years, 8 months ago
  26. 4becb7e net/x25: Fix x25_neigh refcnt leak when x25 disconnect by Xiyu Yang · 4 years, 8 months ago
  27. f35d129 net/x25: Fix x25_neigh refcnt leak when receiving frame by Xiyu Yang · 4 years, 8 months ago
  28. 1e5946f net: x25: convert to list_for_each_entry_safe() by chenqiwu · 4 years, 11 months ago
  29. e21dba7 net/x25: fix nonblocking connect by Martin Schiller · 5 years ago
  30. f8fc57e net/x25: add new state X25_STATE_5 by Martin Schiller · 5 years ago
  31. 7976a11 net: use helpers to change sk_ack_backlog by Eric Dumazet · 5 years ago
  32. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  33. ee5d8f4 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41 by Thomas Gleixner · 6 years ago
  34. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  35. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  36. ee74d0b net/x25: reset state in x25_connect() by Eric Dumazet · 6 years ago
  37. 95d6ebd net/x25: fix use-after-free in x25_device_event() by Eric Dumazet · 6 years ago
  38. 797a22b net/x25: fix a race in x25_bind() by Eric Dumazet · 6 years ago
  39. cf657d2 net/x25: do not hold the cpu too long in x25_new_lci() by Eric Dumazet · 6 years ago
  40. b020fcf net/x25: handle call collisions by Martin Schiller · 6 years ago
  41. 0613761 net/x25: fix null_x25_address handling by Martin Schiller · 6 years ago
  42. d449ba3 net/x25: fix called/calling length calculation in x25_parse_address_block by Martin Schiller · 6 years ago
  43. 27782f4 x25: remove blank lines at EOF by Stephen Hemminger · 6 years ago
  44. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  45. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  46. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  47. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  48. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  49. 3fef2b6 x25: use %*ph to print small buffer by Antonio Cardace · 7 years ago
  50. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  51. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  52. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  53. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  54. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  55. 0cea8e2 net: x25: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  56. 99767f2 net/core: Convert sk_timer users to use timer_setup() by Kees Cook · 7 years ago
  57. 9f12a77 net/core: Collapse redundant sk_timer callback data assignments by Kees Cook · 7 years ago
  58. e9e6c23 X25: constify null_x25_address by Julia Lawall · 7 years ago
  59. 5534a51 net, x25: convert x25_neigh.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  60. 5f9ccf6 net, x25: convert x25_route.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  61. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 8 years ago
  62. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  63. 64df6d5 net: x25: fix one potential use-after-free issue by linzhang · 8 years ago
  64. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  65. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  66. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  67. e999cb4 net/x25: use designated initializers by Kees Cook · 8 years ago
  68. 05f1b12 net: x25: remove null checks on arrays calling_ae and called_ae by Colin Ian King · 8 years ago
  69. 79e4865 net: fix a kernel infoleak in x25 module by Kangjie Lu · 9 years ago
  70. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  71. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  72. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  73. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  74. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  75. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  76. b73e9e3 x25: convert printks to pr_<level> by wangweidong · 11 years ago
  77. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  78. 706e282 net: x25: Fix dead URLs in Kconfig by Michael Drüing · 11 years ago
  79. 80aa4e1 x25: add a sanity check parsing X.25 facilities by Dan Carpenter · 11 years ago
  80. 4ccb93c x25: Fix broken locking in ioctl error paths. by Dave Jones · 12 years ago
  81. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  82. 345566b x25: use proc_remove_subtree() by Al Viro · 12 years ago
  83. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  84. 70bd8f6 net/x25: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  85. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  86. f545a38 net: add a limit parameter to sk_add_backlog() by Eric Dumazet · 13 years ago
  87. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 13 years ago
  88. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 13 years ago
  89. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  90. 29c3626 net:x25: use IS_ENABLED by Igor Maravić · 13 years ago
  91. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  92. 501e89d x25: Fix NULL dereference in x25_recvmsg by Dave Jones · 13 years ago
  93. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  94. 7f81e25 x25: Prevent skb overreads when checking call user data by Matthew Daley · 13 years ago
  95. cb101ed x25: Handle undersized/fragmented skbs by Matthew Daley · 13 years ago
  96. c7fd0d4 x25: Validate incoming call user data lengths by Matthew Daley · 13 years ago
  97. fddc5f3 x25: Reduce switch/case indent by Joe Perches · 13 years ago
  98. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  99. 77b2283 x25: remove the BKL by Arnd Bergmann · 14 years ago
  100. 96642d4 x25: Do not reference freed memory. by David S. Miller · 14 years ago