1. 220b07e batman-adv: Fix merge error. by David S. Miller · 13 years ago
  2. b26e478 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  3. b5a1eee batman-adv: Only write requested number of byte to user buffer by Sven Eckelmann · 13 years ago
  4. d18eb45 batman-adv: Directly check read of icmp packet in copy_from_user by Sven Eckelmann · 13 years ago
  5. c00b685 batman-adv: bat_socket_read missing checks by Paul Kot · 13 years ago
  6. 797399b batman-adv: delete global entry in case of roaming by Antonio Quartulli · 13 years ago
  7. 03fc307 batman-adv: in case of roaming mark the client with TT_CLIENT_ROAM by Antonio Quartulli · 13 years ago
  8. 69497c1 batman-adv: format multi-line if in the correct way by Antonio Quartulli · 13 years ago
  9. 2ef04f4 batman-adv: remove extra negation in gw_out_of_range() by Dan Carpenter · 13 years ago
  10. 06ba7ce batman-adv: use unregister_netdevice() when softif_create fails by Simon Wunderlich · 13 years ago
  11. 80b3f58 batman-adv: check return value for hash_add() by Simon Wunderlich · 13 years ago
  12. 697f253 batman-adv: generalise tt_local_reset_flags() by Antonio Quartulli · 13 years ago
  13. 48100ba batman-adv: create a common substructure for tt_global/local_entry by Antonio Quartulli · 13 years ago
  14. ad24431 batman-adv: report compat_version in version field in case of version mismatch by Marek Lindner · 13 years ago
  15. 76e8d7b batman-adv: Fix range check for expected packets by Simon Wunderlich · 13 years ago
  16. 8b7342d batman-adv: check for tt_reponse packet real length by Antonio Quartulli · 13 years ago
  17. dc58fe3 batman-adv: linearise the tt_response skb only if needed by Antonio Quartulli · 13 years ago
  18. d099c2c batman-adv: directly write tt entries without buffering by Simon Wunderlich · 13 years ago
  19. c90681b batman-adv: fixed hash functions type to uint32_t instead of int by Antonio Quartulli · 13 years ago
  20. eb7e2a1 batman-adv: use orig_hash_find() instead of get_orig_node() in TT code by Antonio Quartulli · 13 years ago
  21. be7af5c batman-adv: refactoring gateway handling code by Marek Lindner · 13 years ago
  22. 25a92b1 batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo> by Sven Eckelmann · 13 years ago
  23. 8794497 batman-adv: tt_global_del_orig() has to print the correct message by Antonio Quartulli · 13 years ago
  24. c20186b batman-adv: update internal version number by Sven Eckelmann · 13 years ago
  25. 9eeebb5 Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-merge by David S. Miller · 13 years ago
  26. 93840ac batman-adv: unify hash_entry field position in tt_local/global_entry by Antonio Quartulli · 13 years ago
  27. 6e80149 batman-adv: add sanity check when removing global tts by Simon Wunderlich · 13 years ago
  28. 531027f batman-adv: remove references for global tt entries by Simon Wunderlich · 13 years ago
  29. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  30. 9d85239 batman-adv: correctly set the data field in the TT_REPONSE packet by Antonio Quartulli · 13 years ago
  31. 3190126 batman-adv: fix tt_local_reset_flags() function by Antonio Quartulli · 13 years ago
  32. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  33. 8b267b31 batman-adv: do_bcast has to be true for broadcast packets only by Antonio Quartulli · 13 years ago
  34. 320f422 batman-adv: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  35. 45485ad batman-adv: update internal version number by Sven Eckelmann · 13 years ago
  36. b9dacc5 batman-adv: agglomerate all batman iv ogm sending functions in the batman iv file by Marek Lindner · 13 years ago
  37. d0b9fd8 batman-adv: move routing packet initialization into corresponding file by Marek Lindner · 13 years ago
  38. fc95727 batman-adv: agglomerate all batman iv ogm processing functions in a single file by Marek Lindner · 13 years ago
  39. b6da4bf batman-adv: rename all instances of batman_packet to batman_ogm_packet by Marek Lindner · 13 years ago
  40. a943cac batman-adv: merge update_transtable() into tt related code by Marek Lindner · 13 years ago
  41. 267151c batman-adv: reuse tt_len() to calculate tt buffer length by Marek Lindner · 13 years ago
  42. df6edb9 batman-adv: print client flags in the local/global transtables output by Antonio Quartulli · 13 years ago
  43. 3d393e4 batman-adv: implement AP-isolation on the sender side by Antonio Quartulli · 13 years ago
  44. 59b699c batman-adv: implement AP-isolation on the receiver side by Antonio Quartulli · 13 years ago
  45. bc27908 batman-adv: detect clients connected through a 802.11 device by Antonio Quartulli · 13 years ago
  46. 015758d batman-adv: correct several typ0s in the comments by Antonio Quartulli · 13 years ago
  47. 1a1f37d batman-adv: hash_add() has to discriminate on the return value by Antonio Quartulli · 13 years ago
  48. e2270ea netdevice: Kill 'feature' test macros. by David S. Miller · 13 years ago
  49. 3f9aed7 Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge by David S. Miller · 13 years ago
  50. a7f9bec batman-adv: request the full table if tt_crc doesn't match by Antonio Quartulli · 13 years ago
  51. 980d55b batman-adv: keep global table consistency in case of roaming by Antonio Quartulli · 13 years ago
  52. 058d0e2 batman-adv: keep local table consistency for further TT_RESPONSE by Antonio Quartulli · 13 years ago
  53. c8c991b batman-adv: initialise last_ttvn and tt_crc for the orig_node structure by Antonio Quartulli · 13 years ago
  54. f8bae99 Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge by David S. Miller · 13 years ago
  55. 44c4349 batman-adv: Replace version info instead of appending them by Sven Eckelmann · 13 years ago
  56. b539e4c batman-adv: aggregation checks should use the primary_if pointer by Marek Lindner · 13 years ago
  57. 6a020ab batman-adv: broadcast primary OGM on all active hard-interfaces by Marek Lindner · 13 years ago
  58. ff66c97 batman-adv: pass a unique flag arg instead of a sequence of bool ones by Antonio Quartulli · 13 years ago
  59. 8698529 batman-adv: add_bcast_packet_to_list() takes the sending delay as parameter by Antonio Quartulli · 13 years ago
  60. 5fbc159 batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entry by Antonio Quartulli · 13 years ago
  61. eac5646 Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 13 years ago
  62. 43676ab5 batman-adv: improved gateway tq-based selection by Antonio Quartulli · 13 years ago
  63. 19595e0 batman-adv: throw uevent in userspace on gateway add/change/del event by Antonio Quartulli · 13 years ago
  64. 2265c14 batman-adv: gateway election code refactoring by Antonio Quartulli · 13 years ago
  65. c6bda68 batman-adv: add wrapper function to throw uevent in userspace by Antonio Quartulli · 13 years ago
  66. 7683fdc batman-adv: protect the local and the global trans-tables with rcu by Antonio Quartulli · 13 years ago
  67. cc47f66 batman-adv: improved roaming mechanism by Antonio Quartulli · 13 years ago
  68. a73105b batman-adv: improved client announcement mechanism by Antonio Quartulli · 13 years ago
  69. 3b27ffb batman-adv: Unify the first 3 bytes in each packet by Antonio Quartulli · 13 years ago
  70. b4e1705 batman-adv: Reduce usage of char by Sven Eckelmann · 13 years ago
  71. b2c44a5 batman-adv: count_real_packets() in batman-adv assumes char is signed by David Howells · 13 years ago
  72. db69ecf batman-adv: Keep interface_tx as local function by Sven Eckelmann · 13 years ago
  73. b8e2dd1 batman-adv: Move compare_orig to originator.c by Sven Eckelmann · 13 years ago
  74. 6018e11 Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 13 years ago
  75. ecbd532 batman-adv: use NO_FLAGS define instead of hard-coding 0 by Marek Lindner · 13 years ago
  76. e8958db batman-adv: Use enums for related constants by Sven Eckelmann · 13 years ago
  77. 3d222bb batman-adv: Rewrite debugfs kobj_to_* helpers as functions by Sven Eckelmann · 13 years ago
  78. e72948e batman-adv: Fix signedness problem in parse_gw_bandwidth by Sven Eckelmann · 13 years ago
  79. 6b9aadf batman-adv: Don't return value in void function by Sven Eckelmann · 13 years ago
  80. d1829fa batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy load by Daniele Furlan · 13 years ago
  81. f81c622 net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  82. bb899b8 batman-adv: Ensure that we really have route changes in update_route by Sven Eckelmann · 13 years ago
  83. 4021967 batman-adv: a multiline comment should precede the variable it is describing by Antonio Quartulli · 13 years ago
  84. 44e92bc batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr) by Antonio Quartulli · 13 years ago
  85. 0bb8575 batman-adv: Check type of x and y in seq_(before|after) by Sven Eckelmann · 13 years ago
  86. f5d33d3 batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.h by Antonio Quartulli · 13 years ago
  87. 728cbc6 batman-adv: Use rcu_dereference_protected by update-side by Sven Eckelmann · 13 years ago
  88. 704509b batman-adv: Calculate sizeof using variable insead of types by Sven Eckelmann · 13 years ago
  89. 958ca59 batman-adv: Remove casts from type x to type x by Sven Eckelmann · 13 years ago
  90. 5f718c2 batman-adv: Remove explicit casts cast from void* for store by Sven Eckelmann · 13 years ago
  91. 37a4065 batman-adv: Only use int up and down gw representation by Sven Eckelmann · 13 years ago
  92. 747e422 batman-adv: Add const type qualifier for pointers by Sven Eckelmann · 13 years ago
  93. 38e3c5f batman-adv: Don't do pointer arithmetic with void* by Sven Eckelmann · 13 years ago
  94. 16f14b4 batman-adv: Remove comparising < 0 for unsigned type by Sven Eckelmann · 13 years ago
  95. f678bc9 batman-adv: Print jiffies as unsigned long by Sven Eckelmann · 13 years ago
  96. d3a547b batman-adv: Annotate functions with format strings by Sven Eckelmann · 13 years ago
  97. 1b38bed batman-adv: Use kzalloc rather than kmalloc followed by memset with 0 by Sven Eckelmann · 13 years ago
  98. e2cbc11 batman-adv: move neigh_node->if_incoming->if_status check in find_router() by Antonio Quartulli · 13 years ago
  99. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  100. 4dc6ec2 Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 13 years ago