Commit Graph

156 Commits (7c77509c542927ee2a3c8812fad84957e51bf67d)

Author SHA1 Message Date
Antonio Quartulli 9d8523931f batman-adv: correctly set the data field in the TT_REPONSE packet 13 years ago
Antonio Quartulli 3190126451 batman-adv: fix tt_local_reset_flags() function 13 years ago
Antonio Quartulli 8b267b312d batman-adv: do_bcast has to be true for broadcast packets only 14 years ago
Joe Perches 320f422f62 batman-adv: Remove unnecessary OOM logging messages 14 years ago
Sven Eckelmann 45485ad7d2 batman-adv: update internal version number 14 years ago
Marek Lindner b9dacc521f batman-adv: agglomerate all batman iv ogm sending functions in the batman iv file 14 years ago
Marek Lindner d0b9fd89c2 batman-adv: move routing packet initialization into corresponding file 14 years ago
Marek Lindner fc95727564 batman-adv: agglomerate all batman iv ogm processing functions in a single file 14 years ago
Marek Lindner b6da4bf5d7 batman-adv: rename all instances of batman_packet to batman_ogm_packet 14 years ago
Marek Lindner a943cac144 batman-adv: merge update_transtable() into tt related code 14 years ago
Marek Lindner 267151cdfd batman-adv: reuse tt_len() to calculate tt buffer length 14 years ago
Antonio Quartulli df6edb9e69 batman-adv: print client flags in the local/global transtables output 14 years ago
Antonio Quartulli 3d393e4732 batman-adv: implement AP-isolation on the sender side 14 years ago
Antonio Quartulli 59b699cdee batman-adv: implement AP-isolation on the receiver side 14 years ago
Antonio Quartulli bc2790808a batman-adv: detect clients connected through a 802.11 device 14 years ago
Antonio Quartulli 015758d002 batman-adv: correct several typ0s in the comments 14 years ago
Antonio Quartulli 1a1f37d925 batman-adv: hash_add() has to discriminate on the return value 14 years ago
David S. Miller e2270ea62a netdevice: Kill 'feature' test macros. 14 years ago
Antonio Quartulli a7f9becb7d batman-adv: request the full table if tt_crc doesn't match 14 years ago
Antonio Quartulli 980d55b20a batman-adv: keep global table consistency in case of roaming 14 years ago
Antonio Quartulli 058d0e2698 batman-adv: keep local table consistency for further TT_RESPONSE 14 years ago
Antonio Quartulli c8c991bf20 batman-adv: initialise last_ttvn and tt_crc for the orig_node structure 14 years ago
Sven Eckelmann 44c4349a2a batman-adv: Replace version info instead of appending them 14 years ago
Marek Lindner b539e4cd3b batman-adv: aggregation checks should use the primary_if pointer 14 years ago
Marek Lindner 6a020ab452 batman-adv: broadcast primary OGM on all active hard-interfaces 14 years ago
Antonio Quartulli ff66c975d5 batman-adv: pass a unique flag arg instead of a sequence of bool ones 14 years ago
Antonio Quartulli 8698529d20 batman-adv: add_bcast_packet_to_list() takes the sending delay as parameter 14 years ago
Antonio Quartulli 5fbc1598c2 batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entry 14 years ago
Antonio Quartulli 43676ab590 batman-adv: improved gateway tq-based selection 14 years ago
Antonio Quartulli 19595e054d batman-adv: throw uevent in userspace on gateway add/change/del event 14 years ago
Antonio Quartulli 2265c14108 batman-adv: gateway election code refactoring 14 years ago
Antonio Quartulli c6bda689c2 batman-adv: add wrapper function to throw uevent in userspace 14 years ago
Antonio Quartulli 7683fdc1e8 batman-adv: protect the local and the global trans-tables with rcu 14 years ago
Antonio Quartulli cc47f66e6b batman-adv: improved roaming mechanism 14 years ago
Antonio Quartulli a73105b8d4 batman-adv: improved client announcement mechanism 14 years ago
Antonio Quartulli 3b27ffb00f batman-adv: Unify the first 3 bytes in each packet 14 years ago
Sven Eckelmann b4e1705417 batman-adv: Reduce usage of char 14 years ago
David Howells b2c44a5383 batman-adv: count_real_packets() in batman-adv assumes char is signed 14 years ago
Sven Eckelmann db69ecfcb0 batman-adv: Keep interface_tx as local function 14 years ago
Sven Eckelmann b8e2dd135c batman-adv: Move compare_orig to originator.c 14 years ago
Marek Lindner ecbd532108 batman-adv: use NO_FLAGS define instead of hard-coding 0 14 years ago
Sven Eckelmann e8958dbf0d batman-adv: Use enums for related constants 14 years ago
Sven Eckelmann 3d222bbaa7 batman-adv: Rewrite debugfs kobj_to_* helpers as functions 14 years ago
Sven Eckelmann e72948eb21 batman-adv: Fix signedness problem in parse_gw_bandwidth 14 years ago
Sven Eckelmann 6b9aadfa97 batman-adv: Don't return value in void function 14 years ago
Daniele Furlan d1829fa0c3 batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy load 14 years ago
Joe Perches f81c622420 net: Remove unnecessary semicolons 14 years ago
Sven Eckelmann bb899b89f4 batman-adv: Ensure that we really have route changes in update_route 14 years ago
Antonio Quartulli 4021967248 batman-adv: a multiline comment should precede the variable it is describing 14 years ago
Antonio Quartulli 44e92bc8d6 batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr) 14 years ago