1. 1722389 Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 months ago
  2. fa96c6b tipc: Return non-zero value from tipc_udp_addr2str() on error by Shigeru Yoshida · 6 months ago
  3. 527eff22 Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 5 months ago
  4. b6c6796 tipc: Consolidate redundant functions by Shigeru Yoshida · 6 months ago
  5. 534ea0a tipc: Remove unused struct declaration by Shigeru Yoshida · 6 months ago
  6. b8c7dd1 kernel-wide: fix spelling mistakes like "assocative" -> "associative" by Jesse Brandeburg · 7 months ago
  7. 2ebe8f8 tipc: force a dst refcount before doing decryption by Xin Long · 7 months ago
  8. 2c92ca8 tracing/treewide: Remove second parameter of __assign_str() by Steven Rostedt (Google) · 8 months ago
  9. 92ef0fd net: change proto and proto_ops accept type by Jens Axboe · 8 months ago
  10. 73dbd8c net: Remove ctl_table sentinel elements from several networking subsystems by Joel Granados · 8 months ago
  11. e958da0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 8 months ago
  12. 97bf6f8 tipc: fix a possible memleak in tipc_buf_append by Xin Long · 8 months ago
  13. 080cbb8 tipc: fix UAF in error path by Paolo Abeni · 8 months ago
  14. 05d6d49 inet: introduce dst_rtable() helper by Eric Dumazet · 8 months ago
  15. 195b7fc tipc: remove redundant assignment to ret, simplify code by Colin Ian King · 9 months ago
  16. 984328c tipc: Cleanup tipc_nl_bearer_add() error paths by Shigeru Yoshida · 11 months ago
  17. 3be042c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 11 months ago
  18. 59d6bcc net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO} by Masahiro Yamada · 11 months ago
  19. 06e6bc1 tipc: rename the module name diag to tipc_diag by Xin Long · 11 months ago
  20. 3871aa0 tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() by Shigeru Yoshida · 11 months ago
  21. 5ca1a515 tipc: node: remove Excess struct member kernel-doc warnings by Randy Dunlap · 11 months ago
  22. 88bf1b8 tipc: socket: remove Excess struct member kernel-doc warning by Randy Dunlap · 11 months ago
  23. 114b4bb sock_diag: add module pointer to "struct sock_diag_handler" by Eric Dumazet · 11 months ago
  24. 45248f2 tipc: Remove some excess struct member documentation by Jonathan Corbet · 1 year ago
  25. 45c226d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 1 month ago
  26. 938dbea net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules by Jakub Kicinski · 1 year, 1 month ago
  27. d580d26 tipc: Remove redundant call to TLV_SPACE() by Shigeru Yoshida · 1 year, 1 month ago
  28. fb317eb tipc: Fix kernel-infoleak due to uninitialized TLV value by Shigeru Yoshida · 1 year, 2 months ago
  29. 19b3f72 tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING by Shigeru Yoshida · 1 year, 2 months ago
  30. 2606cf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 3 months ago
  31. 08e50cf tipc: fix a potential deadlock on &tx->lock by Chengfeng Ye · 1 year, 3 months ago
  32. 2506a91 tipc: Use size_add() in calls to struct_size() by Gustavo A. R. Silva · 1 year, 4 months ago
  33. b96a3e9 Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 4 months ago
  34. f9bff0e minmax: add in_range() macro by Matthew Wilcox (Oracle) · 1 year, 5 months ago
  35. 7288dd2 genetlink: use attrs from struct genl_info by Jakub Kicinski · 1 year, 5 months ago
  36. bffcc68 genetlink: remove userhdr from struct genl_info by Jakub Kicinski · 1 year, 5 months ago
  37. ca76b38 tipc: Remove unused declaration tipc_link_build_bc_sync_msg() by Yue Haibing · 1 year, 5 months ago
  38. c956910 tipc: Remove unused function declarations by Yue Haibing · 1 year, 5 months ago
  39. de52e17 tipc: stop tipc crypto on failure in tipc_node_create by Fedor Pchelkin · 1 year, 5 months ago
  40. e46e06f tipc: check return value of pskb_trim() by Yuanjun Gong · 1 year, 5 months ago
  41. dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 6 months ago
  42. 173780f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 7 months ago
  43. 44194cb net: tipc: resize nlattr array to correct size by Lin Ma · 1 year, 7 months ago
  44. ae28ea5 tipc: replace open-code bearer rcu_dereference access in bearer.c by Xin Long · 1 year, 7 months ago
  45. 6cd8ec5 tipc: delete tipc_mtu_bad from tipc_udp_enable by Xin Long · 1 year, 7 months ago
  46. 35a089b tipc: check the bearer min mtu properly when setting it by netlink by Xin Long · 1 year, 8 months ago
  47. 56077b5 tipc: do not update mtu if msg_max is too small in mtu negotiation by Xin Long · 1 year, 8 months ago
  48. 3ae6d66 tipc: add tipc_bearer_min_mtu to calculate min mtu by Xin Long · 1 year, 8 months ago
  49. d0ac89f net: deal with most data-races in sk_wait_event() by Eric Dumazet · 1 year, 8 months ago
  50. 5b7c4ca Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 10 months ago
  51. 36289a03b Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 10 months ago
  52. 675f176 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 1 year, 11 months ago
  53. 11a4d6f tipc: fix kernel warning when sending SYN message by Tung Nguyen · 1 year, 11 months ago
  54. 65cb465 tipc: Remove completion function scaffolding by Herbert Xu · 1 year, 11 months ago
  55. 1dbab13 tipc: Add scaffolding to change completion function signature by Herbert Xu · 1 year, 11 months ago
  56. f1db99c string_helpers: Move string_is_valid() to the header by Andy Shevchenko · 1 year, 11 months ago
  57. 40e0b09 net/sock: Introduce trace_sk_data_ready() by Peilin Ye · 2 years ago
  58. c244c09 tipc: fix unexpected link reset due to discovery messages by Tung Nguyen · 2 years ago
  59. 292a089 treewide: Convert del_timer*() to timer_shutdown*() by Steven Rostedt (Google) · 2 years ago
  60. 75f4d9a Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 1 month ago
  61. 268325b Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 1 month ago
  62. 8895617 tipc: call tipc_lxc_xmit without holding node_read_lock by Xin Long · 2 years, 1 month ago
  63. 743117a tipc: Fix potential OOB in tipc_link_proto_rcv() by YueHaibing · 2 years, 1 month ago
  64. 3067bc6 tipc: re-fetch skb cb after tipc_msg_validate by Xin Long · 2 years, 1 month ago
  65. de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 4 months ago
  66. cd0f642 tipc: check skb_linearize() return value in tipc_disc_rcv() by YueHaibing · 2 years, 1 month ago
  67. a7b4296 tipc: add an extra conn_get in tipc_conn_alloc by Xin Long · 2 years, 1 month ago
  68. 0e5d56c tipc: set con sock in tipc_conn_alloc by Xin Long · 2 years, 1 month ago
  69. 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 3 months ago
  70. 1c075b1 tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header by Xin Long · 2 years, 2 months ago
  71. 82cb4e4 tipc: fix a null-ptr-deref in tipc_topsrv_accept by Xin Long · 2 years, 2 months ago
  72. 6d36c72 Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 2 years, 2 months ago
  73. 777ecaa tipc: fix an information leak in tipc_topsrv_kern_subscr by Alexander Potapenko · 2 years, 3 months ago
  74. 28be7ca tipc: Fix recognition of trial period by Mark Tomlinson · 2 years, 3 months ago
  75. 81895a6 treewide: use prandom_u32_max() when possible, part 1 by Jason A. Donenfeld · 2 years, 3 months ago
  76. 8af535b net/tipc: Remove unused struct distr_queue_item by Yuan Can · 2 years, 3 months ago
  77. 9f8f193 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 2 years, 4 months ago
  78. e2b224a tipc: fix shift wrapping bug in map_get() by Dan Carpenter · 2 years, 4 months ago
  79. 9c5d03d genetlink: start to validate reserved header bytes by Jakub Kicinski · 2 years, 4 months ago
  80. 272ac32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 5 months ago
  81. 0273954 net: Fix data-races around sysctl_[rw]mem(_offset)?. by Kuniyuki Iwashima · 2 years, 5 months ago
  82. 0d8730f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 6 months ago
  83. 00aff35 net: tipc: fix possible refcount leak in tipc_sk_create() by Hangyu Hua · 2 years, 6 months ago
  84. cb8092d tipc: move bc link creation back to tipc_node_create by Xin Long · 2 years, 6 months ago
  85. 93817be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 6 months ago
  86. 4875d94 tipc: cleanup unused function by Hoang Le · 2 years, 7 months ago
  87. 911600b tipc: fix use-after-free Read in tipc_named_reinit by Hoang Le · 2 years, 7 months ago
  88. d62607c net: rename reference+tracking helpers by Jakub Kicinski · 2 years, 7 months ago
  89. 7f36f79 tipc: check attribute length for bearer name by Hoang Le · 2 years, 7 months ago
  90. 8969519 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 9 months ago
  91. 6a7d8cff tipc: fix the timer expires after interval 100ms by Hoang Le · 2 years, 9 months ago
  92. 1e8a3f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
  93. c79fcc2 tipc: fix incorrect order of state message data sanity check by Tung Nguyen · 2 years, 10 months ago
  94. a0f0db8 tipc: Use netif_rx(). by Sebastian Andrzej Siewior · 2 years, 10 months ago
  95. be4977b tipc: fix kernel panic when enabling bearer by Tung Nguyen · 2 years, 10 months ago
  96. aaa25a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
  97. a1f8fec tipc: Fix end of loop tests for list_for_each_entry() by Dan Carpenter · 2 years, 10 months ago
  98. 6b5567b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 11 months ago
  99. c08e584 tipc: fix wrong notification node addresses by Jon Maloy · 2 years, 11 months ago
  100. 032062f tipc: fix wrong publisher node address in link publications by Jon Maloy · 2 years, 11 months ago