1. f60f577 tipc: error path leak fixes in tipc_enable_bearer() by Tommi Rantala · 6 years ago
  2. 3de81b7 tipc: check minimum bearer MTU by Michal Kubeček · 7 years ago
  3. fdb3acc tipc: add the ability to get UDP options via netlink by Richard Alpe · 8 years ago
  4. ef20cd4 tipc: introduce UDP replicast by Richard Alpe · 8 years ago
  5. 5128b18 tipc: use kfree_skb() instead of kfree() by Wei Yongjun · 8 years ago
  6. 0d051bf tipc: make bearer packet filtering generic by Jon Paul Maloy · 8 years ago
  7. ff0d3e7 tipc: add a function to get the bearer name by Parthasarathy Bhuvaragan · 8 years ago
  8. 9ff26e9 tipc: introduce constants for tipc address validation by Parthasarathy Bhuvaragan · 8 years ago
  9. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  10. 1fc07f3 tipc: reset all unicast links when broadcast send link fails by Jon Paul Maloy · 8 years ago
  11. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  12. 66d95b6 tipc: fix suspicious RCU usage by Ying Xue · 8 years ago
  13. 35c55c9 tipc: add neighbor monitoring framework by Jon Paul Maloy · 8 years ago
  14. 5b7066c tipc: stricter filtering of packets in bearer layer by Jon Paul Maloy · 8 years ago
  15. 4e801fa tipc: eliminate buffer leak in bearer layer by Jon Paul Maloy · 8 years ago
  16. 49cc66e tipc: move netlink policies to netlink.c by Richard Alpe · 8 years ago
  17. 1a90632 tipc: eliminate remnants of hungarian notation by Jon Paul Maloy · 8 years ago
  18. 2af5ae3 tipc: clean up unused code and structures by Jon Paul Maloy · 9 years ago
  19. 7214bcf tipc: eliminate redundant buffer cloning at transmission by Jon Paul Maloy · 9 years ago
  20. 60852d6 tipc: let neighbor discoverer tranmsit consumable buffers by Jon Paul Maloy · 9 years ago
  21. 959e178 tipc: introduce jumbo frame support for broadcast by Jon Paul Maloy · 9 years ago
  22. b06b281 tipc: simplify bearer level broadcast by Jon Paul Maloy · 9 years ago
  23. 282b3a0 tipc: send out RESET immediately when link goes down by Jon Paul Maloy · 9 years ago
  24. 6144a99 tipc: move all link_reset() calls to link aggregation level by Jon Paul Maloy · 9 years ago
  25. af9b028 tipc: make media xmit call outside node spinlock context by Jon Paul Maloy · 9 years ago
  26. b1c29f6 tipc: simplify resetting and disabling of bearers by Jon Paul Maloy · 9 years ago
  27. c3d6fb8 tipc: fix default link prop regression in nl compat by Richard Alpe · 9 years ago
  28. f2f6739 tipc: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 9 years ago
  29. 169bf91 tipc: ensure that idle links are deleted when a bearer is disabled by Jon Paul Maloy · 9 years ago
  30. d0f9193 tipc: add ip/udp media type by Erik Hugne · 9 years ago
  31. afaa3f6 tipc: purge links when bearer is disabled by Erik Hugne · 9 years ago
  32. 941787b tipc: remove tipc_snprintf by Richard Alpe · 9 years ago
  33. 22ae7cf tipc: nl compat add noop and remove legacy nl framework by Richard Alpe · 9 years ago
  34. 5bfc335 tipc: convert legacy nl media dump to nl compat by Richard Alpe · 9 years ago
  35. 9ab1546 tipc: convert legacy nl bearer enable/disable to nl compat by Richard Alpe · 9 years ago
  36. d0796d1 tipc: convert legacy nl bearer dump to nl compat by Richard Alpe · 9 years ago
  37. bfb3e5d tipc: move and rename the legacy nl api to "nl compat" by Richard Alpe · 9 years ago
  38. 3474753 tipc: make tipc node address support net namespace by Ying Xue · 9 years ago
  39. 1da4656 tipc: make tipc broadcast link support net namespace by Ying Xue · 9 years ago
  40. 7f9f95d tipc: make bearer list support net namespace by Ying Xue · 9 years ago
  41. f2f9800 tipc: make tipc node table aware of net namespace by Ying Xue · 9 years ago
  42. c93d3ba tipc: involve namespace infrastructure by Ying Xue · 9 years ago
  43. d818280 tipc: fix sparse warnings in new nl api by Richard Alpe · 9 years ago
  44. 1e55417 tipc: add media set to new netlink api by Richard Alpe · 9 years ago
  45. 46f15c6 tipc: add media get/dump to new netlink api by Richard Alpe · 9 years ago
  46. 315c00b tipc: add bearer set to new netlink api by Richard Alpe · 9 years ago
  47. 35b9dd7 tipc: add bearer get/dump to new netlink api by Richard Alpe · 9 years ago
  48. 0655f6a tipc: add bearer disable/enable to new netlink api by Richard Alpe · 9 years ago
  49. 38504c2 tipc: improve and extend media address conversion functions by Jon Paul Maloy · 10 years ago
  50. a8b9b96 tipc: fix race in disc create/delete by Ying Xue · 10 years ago
  51. 28dd941 tipc: use bc_lock to protect node map in bearer structure by Ying Xue · 10 years ago
  52. 4ae88c9 tipc: use bearer_disable to disable bearer in tipc_l2_device_event by Ying Xue · 10 years ago
  53. f1c8d8c tipc: make media_ptr pointed netdevice valid by Ying Xue · 10 years ago
  54. 7216cd9 tipc: purge tipc_net_lock lock by Ying Xue · 10 years ago
  55. 2231c5a tipc: use RCU to protect media_ptr pointer by Ying Xue · 10 years ago
  56. 7a2f7d1 tipc: decouple the relationship between bearer and link by Ying Xue · 10 years ago
  57. f8322df tipc: convert bearer_list to RCU list by Ying Xue · 10 years ago
  58. ca07fb0 tipc: adjust locking policy of protecting tipc_ptr pointer of net_device by Ying Xue · 10 years ago
  59. 1647011 tipc: make discovery domain a bearer attribute by Erik Hugne · 10 years ago
  60. a21a584 tipc: fix neighbor detection problem after hw address change by Erik Hugne · 10 years ago
  61. 987b58b tipc: make broadcast bearer store in bearer_list array by Ying Xue · 10 years ago
  62. f47de12 tipc: remove active flag from tipc_bearer structure by Ying Xue · 10 years ago
  63. 3874ccb tipc: convert tipc_bearers array to pointer list by Ying Xue · 10 years ago
  64. 184593c tipc: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  65. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  66. 970122f tipc: make bearer set up in module insertion stage by Ying Xue · 10 years ago
  67. a830452 tipc: remove bearer_lock from tipc_bearer struct by Ying Xue · 10 years ago
  68. 7d33939 tipc: delay delete of link when failover is needed by Jon Paul Maloy · 10 years ago
  69. c61dd61 tipc: remove 'links' list from tipc_bearer struct by Ying Xue · 10 years ago
  70. 8d8439b tipc: move code for deleting links from bearer.c to link.c by Ying Xue · 10 years ago
  71. e0ca2c3 tipc: move code for resetting links from bearer.c to link.c by Ying Xue · 10 years ago
  72. 963a1855 tipc: spelling fixes by stephen hemminger · 10 years ago
  73. 170b392 tipc: rename functions related to link failover and improve comments by Jon Paul Maloy · 10 years ago
  74. eec73f1 tipc: remove unused code by stephen hemminger · 10 years ago
  75. e4d050c tipc: eliminate code duplication in media layer by Ying Xue · 10 years ago
  76. 6e967ad tipc: relocate common functions from media to bearer by Ying Xue · 10 years ago
  77. ef72a7e tipc: improve naming and comment consistency in media layer by Jon Paul Maloy · 10 years ago
  78. 5702dba tipc: initiate media type array at compile time by Jon Paul Maloy · 10 years ago
  79. 512137e tipc: remove interface state mirroring in bearer by Erik Hugne · 10 years ago
  80. f2875c3 tipc: avoid unnecessary lookup for tipc bearer instance by Ying Xue · 11 years ago
  81. 4babbaa tipc: make bearer and media naming consistent by Ying Xue · 11 years ago
  82. d4cca39 tipc: avoid possible deadlock while enable and disable bearer by dingtianhong · 11 years ago
  83. a29a194 tipc: add InfiniBand media type by Patrick McHardy · 11 years ago
  84. 8aeb89f tipc: move bcast_addr from struct tipc_media to struct tipc_bearer by Patrick McHardy · 11 years ago
  85. 3c294cb tipc: remove the bearer congestion mechanism by Ying Xue · 12 years ago
  86. 3812943 tipc: manually inline single use media_name_valid routine by Ying Xue · 12 years ago
  87. fc07393 tipc: remove pointless name sanity check and tipc_alphabet array by Ying Xue · 12 years ago
  88. dc1aed3 tipc: phase out most of the struct print_buf usage by Erik Hugne · 12 years ago
  89. 2cf8aa1 tipc: use standard printk shortcut macros (pr_err etc.) by Erik Hugne · 12 years ago
  90. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  91. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 12 years ago
  92. 336ebf5 tipc: Add routines for safe checking of node's network address by Allan Stephens · 12 years ago
  93. b58343f tipc: Eliminate support for tipc_mode global variable by Allan Stephens · 13 years ago
  94. 9efde4a tipc: Eliminate a test for negative unsigned quantities by Allan Stephens · 13 years ago
  95. f19765f tipc: rename struct bearer_name to struct tipc_bearer_names by Paul Gortmaker · 12 years ago
  96. a18c4bc tipc: rename struct link* to struct tipc_link* by Paul Gortmaker · 12 years ago
  97. 358a0d1 tipc: rename struct media to struct tipc_media by Paul Gortmaker · 12 years ago
  98. 5c216e1 tipc: Allow run-time alteration of default link settings by Allan Stephens · 13 years ago
  99. 3d749a6 tipc: Hide media-specific addressing details from generic bearer code by Allan Stephens · 13 years ago
  100. c61b666 tipc: Improve handling of media address printing errors by Allan Stephens · 13 years ago