1. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  2. 70c2655 net: silence KCSAN warnings about sk->sk_backlog.len reads by Eric Dumazet · 5 years ago
  3. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  4. e95584a tipc: fix unlimited bundling of small messages by Tuong Lien · 5 years ago
  5. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  6. 42dec1d tipc: add NULL pointer check before calling kfree_rcu by Xin Long · 5 years ago
  7. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  8. e654f9f tipc: clean up skb list lock handling on send path by Jon Maloy · 5 years ago
  9. 7120423 tipc: fix false detection of retransmit failures by Tuong Lien · 5 years ago
  10. 8874eca tipc: initialise addr_trail_end when setting node addresses by Chris Packham · 5 years ago
  11. 6c9081a tipc: add loopback device tracking by John Rutherford · 5 years ago
  12. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  13. 7c5b420 tipc: reduce risk of wakeup queue starvation by Jon Maloy · 5 years ago
  14. 4da5f00 tipc: compat: allow tipc commands without arguments by Taras Kondratiuk · 5 years ago
  15. 2948a1f tipc: fix unitilized skb list crash by Jon Maloy · 5 years ago
  16. 2320bcd tipc: fix changeover issues due to large packet by Tuong Lien · 5 years ago
  17. 4929a93 tipc: optimize link synching mechanism by Tuong Lien · 5 years ago
  18. bad7f86 tipc: Fix a typo by Christophe JAILLET · 5 years ago
  19. 5f4fc6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  20. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 6 years ago
  21. 866e5fd tipc: initialize 'validated' field of received packets by Jon Maloy · 6 years ago
  22. d12cffe tipc: ensure head->lock is initialised by Chris Packham · 6 years ago
  23. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  24. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  25. 30a4616 tipc: use rcu dereference functions properly by Xin Long · 6 years ago
  26. d2c3a4b tipc: remove ub->ubsock checks by Xin Long · 6 years ago
  27. 53962bc tipc: embed jiffies in macro TIPC_BC_RETR_LIM by Jon Maloy · 6 years ago
  28. e9c1a79 tipc: add dst_cache support for udp media by Xin Long · 6 years ago
  29. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  30. a7dc51a tipc: rename function msg_get_wrapped() to msg_inner_hdr() by Jon Maloy · 6 years ago
  31. 20c6731 tipc: eliminate unnecessary skb expansion during retransmission by Jon Maloy · 6 years ago
  32. 77cf8ed tipc: simplify stale link failure criteria by Jon Maloy · 6 years ago
  33. 4f07b80 tipc: check msg->req data len in tipc_nl_compat_bearer_disable by Xin Long · 6 years ago
  34. 8bc81c5 tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_set by Xin Long · 6 years ago
  35. c04b6ea4 tipc: fix missing indentation in source code by john.rutherford@dektech.com.au · 6 years ago
  36. c492d4c tipc: change to use register_pernet_device by Xin Long · 6 years ago
  37. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  38. c3bcde0 tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb by Xin Long · 6 years ago
  39. d0f84d0 tipc: fix issues with early FAILOVER_MSG from peer by Tuong Lien · 6 years ago
  40. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  41. 6a6b5c8 tipc: include retrans failure detection for unicast by Tuong Lien · 6 years ago
  42. 5cf0261 tipc: purge deferredq list for each grp member in tipc_group_delete by Xin Long · 6 years ago
  43. cd238ef docs: kbuild: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  44. f75b6f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  45. 2c1212d Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  46. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  47. 526f5b8 tipc: fix modprobe tipc failed after switch order of device registration by Junwei Hu · 6 years ago
  48. 5593530 Revert "tipc: fix modprobe tipc failed after switch order of device registration" by David S. Miller · 6 years ago
  49. 532b0f7 tipc: fix modprobe tipc failed after switch order of device registration by Junwei Hu · 6 years ago
  50. 7e27e8d tipc: switch order of device registration to fix a crash by Junwei Hu · 6 years ago
  51. ff94683 tipc: fix hanging clients using poll with EPOLLOUT flag by Parthasarathy Bhuvaragan · 6 years ago
  52. c0b14a08 tipc: fix missing Name entries due to half-failover by Tuong Lien · 6 years ago
  53. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  54. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  55. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  56. 0e58156 tipc: remove rcu_read_unlock() left in tipc_udp_recv() by Eric Dumazet · 6 years ago
  57. 4109a2c tipc: tipc_udp_recv() cleanup vs rcu verbs by Eric Dumazet · 6 years ago
  58. 42e5425 tipc: introduce new socket option TIPC_SOCK_RECVQ_USED by Tung Nguyen · 6 years ago
  59. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  60. 4bcd4ec tipc: set sysctl_tipc_rmem and named_timeout right range by Jie Liu · 6 years ago
  61. f7a9378 tipc: fix link established but not in session by Tuong Lien · 6 years ago
  62. 909620f tipc: use standard write_lock & unlock functions when creating node by Jon Maloy · 6 years ago
  63. d184153 tipc: missing entries in name table of publications by Hoang Le · 6 years ago
  64. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  65. 58ee86b tipc: adapt link failover for new Gap-ACK algorithm by Tuong Lien · 6 years ago
  66. 382f598 tipc: reduce duplicate packets for unicast traffic by Tuong Lien · 6 years ago
  67. 9195948 tipc: improve TIPC throughput by Gap ACK blocks by Tuong Lien · 6 years ago
  68. e1279ff tipc: add NULL pointer check by Hoang Le · 6 years ago
  69. 2ac695d1 tipc: handle the err returned from cmd header function by Xin Long · 6 years ago
  70. 8c63bf9 tipc: check link name with right length in tipc_nl_compat_link_set by Xin Long · 6 years ago
  71. 6f07e5f tipc: check bearer name with right length in tipc_nl_compat_bearer_enable by Xin Long · 6 years ago
  72. 3616d08 ipv6: Move ipv6 stubs to a separate header file by David Ahern · 6 years ago
  73. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  74. 6da88a8 tipc: fix return value check in tipc_mcast_send_sync() by Wei Yongjun · 6 years ago
  75. 9926cb5 tipc: change to check tipc_own_id to return in tipc_net_stop by Xin Long · 6 years ago
  76. 737889e tipc: tipc clang warning by Jon Maloy · 6 years ago
  77. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  78. 08e046c tipc: fix a null pointer deref by Hoang Le · 6 years ago
  79. 77d5ad4 tipc: fix use-after-free in tipc_sk_filter_rcv by Hoang Le · 6 years ago
  80. 33872d7 tipc: fix cancellation of topology subscriptions by Erik Hugne · 6 years ago
  81. c55c8ed tipc: smooth change between replicast and broadcast by Hoang Le · 6 years ago
  82. ff2ebbf tipc: introduce new capability flag for cluster by Hoang Le · 6 years ago
  83. 02ec6ca tipc: support broadcast/replicast configurable for bc-link by Hoang Le · 6 years ago
  84. ea23931 tipc: allow service ranges to be connect()'ed on RDM/DGRAM by Erik Hugne · 6 years ago
  85. 517ccc2 net: tipc: fix a missing check for nla_nest_start by Kangjie Lu · 6 years ago
  86. 4589e28 net: tipc: fix a missing check of nla_nest_start by Kangjie Lu · 6 years ago
  87. 0e63208 tipc: fix RDM/DGRAM connect() regression by Erik Hugne · 6 years ago
  88. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  89. bfd07f3 tipc: fix race condition causing hung sendto by Tung Nguyen · 6 years ago
  90. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  91. 48766a5 tipc: improve function tipc_wait_for_rcvmsg() by Tung Nguyen · 6 years ago
  92. 223b732 tipc: improve function tipc_wait_for_cond() by Tung Nguyen · 6 years ago
  93. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  94. 91986ee tipc: fix link session and re-establish issues by Tuong Lien · 6 years ago
  95. 7384b53 tipc: fix skb may be leaky in tipc_link_input by Hoang Le · 6 years ago
  96. 8eab6da tipc: remove dead code in struct tipc_topsrv by Zhaolong Zhang · 6 years ago
  97. f79e336 tipc: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  98. fa7f3a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  99. d4fb30f tipc: remove unneeded semicolon in trace.c by YueHaibing · 6 years ago
  100. 2753ca5 tipc: fix uninit-value in tipc_nl_compat_doit by Ying Xue · 6 years ago