Age | Commit message (Expand) | Author |
2011-10-25 | batman-adv: unify hash_entry field position in tt_local/global_entry | Antonio Quartulli |
2011-10-25 | batman-adv: add sanity check when removing global tts | Simon Wunderlich |
2011-10-25 | batman-adv: remove references for global tt entries | Simon Wunderlich |
2011-10-24 | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2011-10-18 | batman-adv: correctly set the data field in the TT_REPONSE packet | Antonio Quartulli |
2011-10-18 | batman-adv: fix tt_local_reset_flags() function | Antonio Quartulli |
2011-10-07 | Merge branch 'master' of github.com:davem330/net | David S. Miller |
2011-09-22 | batman-adv: do_bcast has to be true for broadcast packets only | Antonio Quartulli |
2011-09-08 | batman-adv: Remove unnecessary OOM logging messages | Joe Perches |
2011-09-08 | batman-adv: update internal version number | Sven Eckelmann |
2011-09-08 | batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ... | Marek Lindner |
2011-09-08 | batman-adv: move routing packet initialization into corresponding file | Marek Lindner |
2011-09-08 | batman-adv: agglomerate all batman iv ogm processing functions in a single file | Marek Lindner |
2011-09-08 | batman-adv: rename all instances of batman_packet to batman_ogm_packet | Marek Lindner |
2011-08-22 | batman-adv: merge update_transtable() into tt related code | Marek Lindner |
2011-08-22 | batman-adv: reuse tt_len() to calculate tt buffer length | Marek Lindner |
2011-08-22 | batman-adv: print client flags in the local/global transtables output | Antonio Quartulli |
2011-08-22 | batman-adv: implement AP-isolation on the sender side | Antonio Quartulli |
2011-08-22 | batman-adv: implement AP-isolation on the receiver side | Antonio Quartulli |
2011-08-22 | batman-adv: detect clients connected through a 802.11 device | Antonio Quartulli |
2011-08-22 | batman-adv: correct several typ0s in the comments | Antonio Quartulli |
2011-08-22 | batman-adv: hash_add() has to discriminate on the return value | Antonio Quartulli |
2011-07-12 | netdevice: Kill 'feature' test macros. | David S. Miller |
2011-07-08 | Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge | David S. Miller |
2011-07-07 | batman-adv: request the full table if tt_crc doesn't match | Antonio Quartulli |
2011-07-07 | batman-adv: keep global table consistency in case of roaming | Antonio Quartulli |
2011-07-07 | batman-adv: keep local table consistency for further TT_RESPONSE | Antonio Quartulli |
2011-07-07 | batman-adv: initialise last_ttvn and tt_crc for the orig_node structure | Antonio Quartulli |
2011-07-05 | Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge | David S. Miller |
2011-07-05 | batman-adv: Replace version info instead of appending them | Sven Eckelmann |
2011-07-05 | batman-adv: aggregation checks should use the primary_if pointer | Marek Lindner |
2011-07-05 | batman-adv: broadcast primary OGM on all active hard-interfaces | Marek Lindner |
2011-07-05 | batman-adv: pass a unique flag arg instead of a sequence of bool ones | Antonio Quartulli |
2011-07-05 | batman-adv: add_bcast_packet_to_list() takes the sending delay as parameter | Antonio Quartulli |
2011-07-05 | batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entry | Antonio Quartulli |
2011-06-20 | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge | David S. Miller |
2011-06-20 | batman-adv: improved gateway tq-based selection | Antonio Quartulli |
2011-06-20 | batman-adv: throw uevent in userspace on gateway add/change/del event | Antonio Quartulli |
2011-06-20 | batman-adv: gateway election code refactoring | Antonio Quartulli |
2011-06-20 | batman-adv: add wrapper function to throw uevent in userspace | Antonio Quartulli |
2011-06-20 | batman-adv: protect the local and the global trans-tables with rcu | Antonio Quartulli |
2011-06-20 | batman-adv: improved roaming mechanism | Antonio Quartulli |
2011-06-20 | batman-adv: improved client announcement mechanism | Antonio Quartulli |
2011-06-20 | batman-adv: Unify the first 3 bytes in each packet | Antonio Quartulli |
2011-06-20 | batman-adv: Reduce usage of char | Sven Eckelmann |
2011-06-20 | batman-adv: count_real_packets() in batman-adv assumes char is signed | David Howells |
2011-06-20 | batman-adv: Keep interface_tx as local function | Sven Eckelmann |
2011-06-20 | batman-adv: Move compare_orig to originator.c | Sven Eckelmann |
2011-06-09 | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge | David S. Miller |
2011-06-09 | batman-adv: use NO_FLAGS define instead of hard-coding 0 | Marek Lindner |