1. 8fdd015 batman-adv: prefer ether_addr_copy to memcpy by Antonio Quartulli · 10 years ago
  2. a5a5cb8 batman-adv: avoid double free when orig_node initialization fails by Antonio Quartulli · 10 years ago
  3. b2262df batman-adv: fix potential orig_node reference leak by Simon Wunderlich · 10 years ago
  4. 08bf0ed batman-adv: avoid potential race condition when adding a new neighbour by Antonio Quartulli · 10 years ago
  5. 1b371d1 batman-adv: use consistent kerneldoc style by Simon Wunderlich · 11 years ago
  6. e19f975 batman-adv: update copyright years for 2014 by Simon Wunderlich · 11 years ago
  7. cb1c92e batman-adv: add debugfs support to view multiif tables by Simon Wunderlich · 11 years ago
  8. ef0a937 batman-adv: consider outgoing interface in OGM sending by Simon Wunderlich · 11 years ago
  9. c039876 batman-adv: add WiFi penalty by Simon Wunderlich · 11 years ago
  10. 7351a482 batman-adv: split out router from orig_node by Simon Wunderlich · 11 years ago
  11. 8965233 batman-adv: split tq information in neigh_node struct by Simon Wunderlich · 11 years ago
  12. f6c8b71 batman-adv: remove bonding and interface alternating by Simon Wunderlich · 11 years ago
  13. ebf38fb batman-adv: remove FSF address from GPL disclaimer by Antonio Quartulli · 11 years ago
  14. a40d9b0 batman-adv: fix header alignment by unrolling batadv_header by Simon Wunderlich · 11 years ago
  15. d0015fd batman-adv: provide orig_node routing API by Antonio Quartulli · 11 years ago
  16. 6680a12 batman-adv: adapt bonding to use the new API functions by Antonio Quartulli · 11 years ago
  17. c43c981 batman-adv: add bat_neigh_is_equiv_or_better API function by Antonio Quartulli · 11 years ago
  18. a3285a8 batman-adv: add bat_neigh_cmp API function by Antonio Quartulli · 11 years ago
  19. 737a2a22 batman-adv: add bat_orig_print API function by Antonio Quartulli · 11 years ago
  20. bbad0a5 batman-adv: make struct batadv_orig_node algorithm agnostic by Antonio Quartulli · 11 years ago
  21. 0538f75 batman-adv: make struct batadv_neigh_node algorithm agnostic by Antonio Quartulli · 11 years ago
  22. 9f4980e batman-adv: remove vis functionality by Simon Wunderlich · 11 years ago
  23. e1bf0c1 batman-adv: tvlv - convert tt data sent within OGMs by Marek Lindner · 11 years ago
  24. 414254e batman-adv: tvlv - gateway download/upload bandwidth container by Marek Lindner · 11 years ago
  25. ef26157 batman-adv: tvlv - basic infrastructure by Marek Lindner · 11 years ago
  26. 791c2a2 batman-adv: move enum definition at the top of the file by Antonio Quartulli · 11 years ago
  27. c54f38c batman-adv: set skb priority according to content by Simon Wunderlich · 11 years ago
  28. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  29. 7c24bbb batman-adv: forward late OGMs from best next hop by Simon Wunderlich · 11 years ago
  30. e54c77f batman-adv: Remove unnecessary INIT_HLIST_NODE() calls by Linus Lüssing · 11 years ago
  31. 41ab6c4 batman-adv: don't deal with NET_IP_ALIGN manually by Antonio Quartulli · 11 years ago
  32. d989661 batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.c by Antonio Quartulli · 11 years ago
  33. 24a5dee batman-adv: move ring_buffer helper functions in bat_iv_ogm by Antonio Quartulli · 11 years ago
  34. 7ed4be9 batman-adv: use eth_hdr() when it makes sense by Antonio Quartulli · 11 years ago
  35. 38dc40e batman-adv: do not silently ignore wrong condition by Antonio Quartulli · 11 years ago
  36. a3b81b6 batman-adv: don't check compat version twice by Antonio Quartulli · 11 years ago
  37. 281581d batman-adv: don't check the source address twice by Antonio Quartulli · 11 years ago
  38. 863dd7a batman-adv: drop useless argument seqno in neighbor creation by Antonio Quartulli · 11 years ago
  39. d56b170 batman-adv: network coding - detect coding nodes and remove these after timeout by Martin Hundebøll · 11 years ago
  40. b47506d batman-adv: verify tt len does not exceed packet len by Marek Lindner · 11 years ago
  41. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  42. 0b87393 batman-adv: update copyright years by Antonio Quartulli · 12 years ago
  43. e76e432 batman-adv: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  44. c0275e2 batman-adv: fix typo in debug message by Antonio Quartulli · 12 years ago
  45. 46d160e batman-adv: remove useless blank lines before and after brackets by Antonio Quartulli · 12 years ago
  46. 39a3299 batman-adv: unify and properly print hex values by Antonio Quartulli · 12 years ago
  47. 143cdd8 batman-adv: fix random jitter calculation by Akinobu Mita · 12 years ago
  48. 5b24657 batman-adv: Reserve extra bytes in skb for better alignment by Sven Eckelmann · 12 years ago
  49. 1451151 batman-adv: split hard_iface struct for each routing protocol by Marek Lindner · 12 years ago
  50. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  51. 7caf69f batman-adv: Fix symmetry check / route flapping in multi interface setups by Linus Lüssing · 12 years ago
  52. c67893d batman-adv: Reduce accumulated length of simple statements by Sven Eckelmann · 12 years ago
  53. bbb1f90 batman-adv: Don't break statements after assignment operator by Sven Eckelmann · 12 years ago
  54. 8de47de batman-adv: Use BIT(x) macro to calculate bit positions by Sven Eckelmann · 12 years ago
  55. 807736f batman-adv: Split batadv_priv in sub-structures for features by Sven Eckelmann · 12 years ago
  56. 56303d3 batman-adv: Prefix types structs with batadv_ by Sven Eckelmann · 12 years ago
  57. 9641269 batman-adv: Prefix packet structs with batadv_ by Sven Eckelmann · 12 years ago
  58. 39c75a5 batman-adv: Prefix main enum with BATADV_ by Sven Eckelmann · 12 years ago
  59. acd34af batman-adv: Prefix packet enum with BATADV_ by Sven Eckelmann · 12 years ago
  60. d69909d batman-adv: Prefix types enum with BATADV_ by Sven Eckelmann · 12 years ago
  61. e9a4f29 batman-adv: Prefix hard-interface enum with BATADV_ by Sven Eckelmann · 12 years ago
  62. cd646ab batman-adv: Prefix gateway enum with BATADV_ by Sven Eckelmann · 12 years ago
  63. 42d0b04 batman-adv: Prefix main defines with BATADV_ by Sven Eckelmann · 12 years ago
  64. 7e071c7 batman-adv: Prefix packet defines with BATADV_ by Sven Eckelmann · 12 years ago
  65. 3e34819 batman-adv: Prefix remaining function like macros with batadv_ by Sven Eckelmann · 12 years ago
  66. fe8bc39 batman-adv: Prefix bat_iv_ogm local static functions with batadv_ by Sven Eckelmann · 12 years ago
  67. 1eda58b batman-adv: Prefix main static inline functions with batadv_ by Sven Eckelmann · 12 years ago
  68. e5d8925 batman-adv: Prefix hard-interface static inline functions with batadv_ by Sven Eckelmann · 12 years ago
  69. 9b4a115 batman-adv: Prefix bitarray static inline functions with batadv_ by Sven Eckelmann · 12 years ago
  70. 9cfc7bd batman-adv: Reformat multiline comments to consistent style by Sven Eckelmann · 12 years ago
  71. 3193e8f batman-adv: Prefix main non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  72. 08c36d3 batman-adv: Prefix translation-table non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  73. 9455e34 batman-adv: Prefix send non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  74. 30d3c51 batman-adv: Prefix routing non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  75. 925a667 batman-adv: Prefix ring_buffer non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  76. 7d211ef batman-adv: Prefix originator non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  77. 7cf06bc batman-adv: Prefix gateway-client non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  78. 0f5f932 batman-adv: Prefix bitarray non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  79. 81c524f batman-adv: Prefix bat_algo non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  80. be9aa4c batman-adv: turn tt commit code into routing protocol agnostic API by Marek Lindner · 12 years ago
  81. 16a7034 batman-adv: don't bother flipping ->tt_crc by Al Viro · 12 years ago
  82. 5346c35 batman-adv: Return error codes instead of -1 on failures by Sven Eckelmann · 12 years ago
  83. e0f5211 batman-adv: keep batman_ogm_packet ->seqno net-endian all along by Al Viro · 12 years ago
  84. 519d349 batman-adv: avoid characters requiring shell escapes in protocol names by Marek Lindner · 12 years ago
  85. f821486 batman-adv: Add get_ethtool_stats() support by Martin Hundebøll · 12 years ago
  86. 66a1b2b batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t by Antonio Quartulli · 12 years ago
  87. e3b0d0d batman-adv: prepare lq_update_lock to be shared among different protocols by Marek Lindner · 12 years ago
  88. fefa532 batman-adv: fix checkpatch string complaint by Marek Lindner · 12 years ago
  89. 13b2541 batman-adv: avoid temporary routing loops by being strict on forwarded OGMs by Marek Lindner · 12 years ago
  90. c322939 batman-adv: refactoring API: find generalized name for bat_ogm_update_mac callback by Marek Lindner · 12 years ago
  91. edbf12b batman-adv: ignore protocol packets if the interface did not enable this protocol by Marek Lindner · 12 years ago
  92. 7ae8b28 batman-adv: split neigh_new function into generic and batman iv specific parts by Marek Lindner · 12 years ago
  93. d7b2a97 batman-adv: rename last_valid to last_seen by Marek Lindner · 12 years ago
  94. c3e2931 batman-adv: register batman ogm receive function during protocol init by Marek Lindner · 12 years ago
  95. 75cd33f batman-adv: introduce is_single_hop_neigh variable to increase readability by Marek Lindner · 12 years ago
  96. 1e5cc26 batman-adv: skip the window protection test when the originator has no neighbours by Antonio Quartulli · 12 years ago
  97. c97c72b batman-adv: print OGM seq numbers as unsigned int by Antonio Quartulli · 12 years ago
  98. 0d12507 batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr) by Antonio Quartulli · 12 years ago
  99. 1eeb479 batman-adv: mark existing ogm variables as batman iv by Marek Lindner · 12 years ago
  100. 76e3d7f batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLEN by Marek Lindner · 12 years ago