1. 6cf8628 tipc: constify dev_addr passing by Jakub Kicinski · 3 years, 3 months ago
  2. f20a46c tipc: fix unique bearer names sanity check by Hoang Le · 3 years, 10 months ago
  3. bc556d3 tipc: fix kernel-doc warnings by Hoang Le · 3 years, 10 months ago
  4. b83e214 tipc: add extack messages for bearer/media failure by Hoang Le · 3 years, 10 months ago
  5. 637b77f net/tipc: fix all function Return: notation by Randy Dunlap · 4 years, 2 months ago
  6. ec6a164 net/tipc: fix bearer.c for kernel-doc by Randy Dunlap · 4 years, 2 months ago
  7. 2f51e57 tipc: fix -Wstringop-truncation warnings by Wenlin Kang · 4 years, 2 months ago
  8. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  9. d814120 net: tipc: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  10. 9798278 tipc: fix NULL pointer dereference in tipc_disc_rcv() by Tuong Lien · 4 years, 7 months ago
  11. 16ad3f4 tipc: introduce variable window congestion control by Jon Maloy · 5 years ago
  12. fc1b6d6 tipc: introduce TIPC encryption & authentication by Tuong Lien · 5 years ago
  13. 2a7ee69 tipc: add reference counter to bearer by Tuong Lien · 5 years ago
  14. 6c9081a tipc: add loopback device tracking by John Rutherford · 5 years ago
  15. 30a4616 tipc: use rcu dereference functions properly by Xin Long · 6 years ago
  16. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  17. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  18. dc4501f tipc: fix a double free in tipc_enable_bearer() by Cong Wang · 6 years ago
  19. cf5f55f tipc: add trace_events for tipc bearer by Tuong Lien · 6 years ago
  20. b4b9771 tipc: enable tracepoints in tipc by Tuong Lien · 6 years ago
  21. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. 94b6ddc tipc: reset bearer if device carrier not ok by Parthasarathy Bhuvaragan · 6 years ago
  23. a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 6 years ago
  24. 63135ee tipc: add missing dev_put() on error in tipc_enable_l2_media by YueHaibing · 6 years ago
  25. c53e0c7 tipc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  26. 682cd3c tipc: confgiure and apply UDP bearer MTU on running links by GhantaKrishnamurthy MohanKrishna · 7 years ago
  27. 901271e0 tipc: implement configuration of UDP media MTU by GhantaKrishnamurthy MohanKrishna · 7 years ago
  28. 52dfae5 tipc: obtain node identity from interface by default by Jon Maloy · 7 years ago
  29. 25b0b9c tipc: handle collisions of 32-bit node address hash values by Jon Maloy · 7 years ago
  30. 2026364 tipc: remove restrictions on node address values by Jon Maloy · 7 years ago
  31. b39e465 tipc: some cleanups in the file discover.c by Jon Maloy · 7 years ago
  32. cb30a633 tipc: refactor function tipc_enable_bearer() by Jon Maloy · 7 years ago
  33. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  34. 37c64cf tipc: apply bearer link tolerance on running links by Jon Maloy · 7 years ago
  35. 07ffb22 tipc: Introduce __tipc_nl_media_set by Ying Xue · 7 years ago
  36. 93532bb tipc: Introduce __tipc_nl_bearer_set by Ying Xue · 7 years ago
  37. 45cf7ed tipc: Introduce __tipc_nl_bearer_enable by Ying Xue · 7 years ago
  38. d59d8b7 tipc: Introduce __tipc_nl_bearer_disable by Ying Xue · 7 years ago
  39. 1914255 tipc: error path leak fixes in tipc_enable_bearer() by Tommi Rantala · 7 years ago
  40. 8e0deed tipc: remove unnecessary call to dev_net() by Kleber Sacilotto de Souza · 7 years ago
  41. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  42. d55c60e tipc: permit bond slave as bearer by Parthasarathy Bhuvaragan · 7 years ago
  43. 40501f90 tipc: don't reset stale broadcast send link by Jon Paul Maloy · 7 years ago
  44. fed5f57 tipc: accept PACKET_MULTICAST packets by Jon Paul Maloy · 7 years ago
  45. fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 8 years ago
  46. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  47. 9999974 tipc: add function for checking broadcast support in bearer by Jon Paul Maloy · 8 years ago
  48. 3de81b7 tipc: check minimum bearer MTU by Michal Kubeček · 8 years ago
  49. fdb3acc tipc: add the ability to get UDP options via netlink by Richard Alpe · 8 years ago
  50. ef20cd4 tipc: introduce UDP replicast by Richard Alpe · 8 years ago
  51. 5128b18 tipc: use kfree_skb() instead of kfree() by Wei Yongjun · 8 years ago
  52. 0d051bf tipc: make bearer packet filtering generic by Jon Paul Maloy · 8 years ago
  53. ff0d3e7 tipc: add a function to get the bearer name by Parthasarathy Bhuvaragan · 8 years ago
  54. 9ff26e9 tipc: introduce constants for tipc address validation by Parthasarathy Bhuvaragan · 8 years ago
  55. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  56. 1fc07f3e tipc: reset all unicast links when broadcast send link fails by Jon Paul Maloy · 9 years ago
  57. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. 66d95b6 tipc: fix suspicious RCU usage by Ying Xue · 9 years ago
  59. 35c55c9 tipc: add neighbor monitoring framework by Jon Paul Maloy · 9 years ago
  60. 5b7066c tipc: stricter filtering of packets in bearer layer by Jon Paul Maloy · 9 years ago
  61. 4e801fa tipc: eliminate buffer leak in bearer layer by Jon Paul Maloy · 9 years ago
  62. 49cc66e tipc: move netlink policies to netlink.c by Richard Alpe · 9 years ago
  63. 1a90632 tipc: eliminate remnants of hungarian notation by Jon Paul Maloy · 9 years ago
  64. 2af5ae3 tipc: clean up unused code and structures by Jon Paul Maloy · 9 years ago
  65. 7214bcf tipc: eliminate redundant buffer cloning at transmission by Jon Paul Maloy · 9 years ago
  66. 60852d6 tipc: let neighbor discoverer tranmsit consumable buffers by Jon Paul Maloy · 9 years ago
  67. 959e178 tipc: introduce jumbo frame support for broadcast by Jon Paul Maloy · 9 years ago
  68. b06b281 tipc: simplify bearer level broadcast by Jon Paul Maloy · 9 years ago
  69. 282b3a0 tipc: send out RESET immediately when link goes down by Jon Paul Maloy · 9 years ago
  70. 6144a99 tipc: move all link_reset() calls to link aggregation level by Jon Paul Maloy · 9 years ago
  71. af9b028 tipc: make media xmit call outside node spinlock context by Jon Paul Maloy · 10 years ago
  72. b1c29f6 tipc: simplify resetting and disabling of bearers by Jon Paul Maloy · 10 years ago
  73. c3d6fb8 tipc: fix default link prop regression in nl compat by Richard Alpe · 10 years ago
  74. f2f6739 tipc: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 10 years ago
  75. 169bf91 tipc: ensure that idle links are deleted when a bearer is disabled by Jon Paul Maloy · 10 years ago
  76. d0f9193 tipc: add ip/udp media type by Erik Hugne · 10 years ago
  77. afaa3f6 tipc: purge links when bearer is disabled by Erik Hugne · 10 years ago
  78. 941787b tipc: remove tipc_snprintf by Richard Alpe · 10 years ago
  79. 22ae7cf tipc: nl compat add noop and remove legacy nl framework by Richard Alpe · 10 years ago
  80. 5bfc335 tipc: convert legacy nl media dump to nl compat by Richard Alpe · 10 years ago
  81. 9ab1546 tipc: convert legacy nl bearer enable/disable to nl compat by Richard Alpe · 10 years ago
  82. d0796d1 tipc: convert legacy nl bearer dump to nl compat by Richard Alpe · 10 years ago
  83. bfb3e5d tipc: move and rename the legacy nl api to "nl compat" by Richard Alpe · 10 years ago
  84. 3474753 tipc: make tipc node address support net namespace by Ying Xue · 10 years ago
  85. 1da4656 tipc: make tipc broadcast link support net namespace by Ying Xue · 10 years ago
  86. 7f9f95d tipc: make bearer list support net namespace by Ying Xue · 10 years ago
  87. f2f9800 tipc: make tipc node table aware of net namespace by Ying Xue · 10 years ago
  88. c93d3ba tipc: involve namespace infrastructure by Ying Xue · 10 years ago
  89. d818280 tipc: fix sparse warnings in new nl api by Richard Alpe · 10 years ago
  90. 1e55417 tipc: add media set to new netlink api by Richard Alpe · 10 years ago
  91. 46f15c6 tipc: add media get/dump to new netlink api by Richard Alpe · 10 years ago
  92. 315c00b tipc: add bearer set to new netlink api by Richard Alpe · 10 years ago
  93. 35b9dd7 tipc: add bearer get/dump to new netlink api by Richard Alpe · 10 years ago
  94. 0655f6a tipc: add bearer disable/enable to new netlink api by Richard Alpe · 10 years ago
  95. 38504c2 tipc: improve and extend media address conversion functions by Jon Paul Maloy · 11 years ago
  96. a8b9b96e tipc: fix race in disc create/delete by Ying Xue · 11 years ago
  97. 28dd941 tipc: use bc_lock to protect node map in bearer structure by Ying Xue · 11 years ago
  98. 4ae88c9 tipc: use bearer_disable to disable bearer in tipc_l2_device_event by Ying Xue · 11 years ago
  99. f1c8d8c tipc: make media_ptr pointed netdevice valid by Ying Xue · 11 years ago
  100. 7216cd9 tipc: purge tipc_net_lock lock by Ying Xue · 11 years ago