aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-20batman-adv: Fix range check for expected packetsSimon Wunderlich1-1/+1
2011-11-20batman-adv: check for tt_reponse packet real lengthAntonio Quartulli1-0/+9
2011-11-20batman-adv: linearise the tt_response skb only if neededAntonio Quartulli1-5/+6
2011-11-20batman-adv: directly write tt entries without bufferingSimon Wunderlich1-55/+2
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli7-36/+47
2011-11-20batman-adv: use orig_hash_find() instead of get_orig_node() in TT codeAntonio Quartulli1-3/+3
2011-11-20batman-adv: refactoring gateway handling codeMarek Lindner3-75/+126
2011-11-20batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo>Sven Eckelmann2-4/+4
2011-11-20batman-adv: tt_global_del_orig() has to print the correct messageAntonio Quartulli1-2/+3
2011-11-20batman-adv: update internal version numberSven Eckelmann1-1/+1
2011-10-30Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-3/+18
2011-10-25batman-adv: unify hash_entry field position in tt_local/global_entryAntonio Quartulli1-2/+2
2011-10-25batman-adv: add sanity check when removing global ttsSimon Wunderlich1-0/+3
2011-10-25batman-adv: remove references for global tt entriesSimon Wunderlich1-1/+13
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2011-10-18batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli1-1/+4
2011-10-18batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli1-0/+2
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-5/+5
2011-09-22batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli1-5/+5
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches5-24/+7
2011-09-08batman-adv: update internal version numberSven Eckelmann1-1/+1
2011-09-08batman-adv: agglomerate all batman iv ogm sending functions in the batman iv fileMarek Lindner8-599/+522
2011-09-08batman-adv: move routing packet initialization into corresponding fileMarek Lindner3-32/+46
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner9-634/+698
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner9-182/+204
2011-08-22batman-adv: merge update_transtable() into tt related codeMarek Lindner3-74/+70
2011-08-22batman-adv: reuse tt_len() to calculate tt buffer lengthMarek Lindner1-2/+1
2011-08-22batman-adv: print client flags in the local/global transtables outputAntonio Quartulli1-10/+27
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli5-12/+29
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli5-0/+50
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli9-11/+55
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli12-37/+36
2011-08-22batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli3-9/+22
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller1-16/+0
2011-07-08Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-32/+147
2011-07-07batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli1-0/+12
2011-07-07batman-adv: keep global table consistency in case of roamingAntonio Quartulli1-2/+8
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli4-30/+125
2011-07-07batman-adv: initialise last_ttvn and tt_crc for the orig_node structureAntonio Quartulli1-0/+2
2011-07-05Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller13-59/+71
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann4-21/+9
2011-07-05batman-adv: aggregation checks should use the primary_if pointerMarek Lindner1-5/+20
2011-07-05batman-adv: broadcast primary OGM on all active hard-interfacesMarek Lindner1-4/+13
2011-07-05batman-adv: pass a unique flag arg instead of a sequence of bool onesAntonio Quartulli1-11/+10
2011-07-05batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli4-5/+5
2011-07-05batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli4-15/+16
2011-06-20Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller27-462/+2080
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli4-6/+104
2011-06-20batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli1-0/+6
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli3-56/+82