summaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
2011-12-16batman-adv: Fix merge error.David S. Miller
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-12batman-adv: Only write requested number of byte to user bufferSven Eckelmann
2011-12-12batman-adv: Directly check read of icmp packet in copy_from_userSven Eckelmann
2011-12-12batman-adv: bat_socket_read missing checksPaul Kot
2011-12-07batman-adv: delete global entry in case of roamingAntonio Quartulli
2011-12-07batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli
2011-12-07batman-adv: format multi-line if in the correct wayAntonio Quartulli
2011-12-07batman-adv: remove extra negation in gw_out_of_range()Dan Carpenter
2011-11-20batman-adv: use unregister_netdevice() when softif_create failsSimon Wunderlich
2011-11-20batman-adv: check return value for hash_add()Simon Wunderlich
2011-11-20batman-adv: generalise tt_local_reset_flags()Antonio Quartulli
2011-11-20batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli
2011-11-20batman-adv: report compat_version in version field in case of version mismatchMarek Lindner
2011-11-20batman-adv: Fix range check for expected packetsSimon Wunderlich
2011-11-20batman-adv: check for tt_reponse packet real lengthAntonio Quartulli
2011-11-20batman-adv: linearise the tt_response skb only if neededAntonio Quartulli
2011-11-20batman-adv: directly write tt entries without bufferingSimon Wunderlich
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli
2011-11-20batman-adv: use orig_hash_find() instead of get_orig_node() in TT codeAntonio Quartulli
2011-11-20batman-adv: refactoring gateway handling codeMarek Lindner
2011-11-20batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo>Sven Eckelmann
2011-11-20batman-adv: tt_global_del_orig() has to print the correct messageAntonio Quartulli
2011-11-20batman-adv: update internal version numberSven Eckelmann
2011-10-30Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2011-10-25batman-adv: unify hash_entry field position in tt_local/global_entryAntonio Quartulli
2011-10-25batman-adv: add sanity check when removing global ttsSimon Wunderlich
2011-10-25batman-adv: remove references for global tt entriesSimon Wunderlich
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-18batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli
2011-10-18batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-22batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches
2011-09-08batman-adv: update internal version numberSven Eckelmann
2011-09-08batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ...Marek Lindner
2011-09-08batman-adv: move routing packet initialization into corresponding fileMarek Lindner
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner
2011-08-22batman-adv: merge update_transtable() into tt related codeMarek Lindner
2011-08-22batman-adv: reuse tt_len() to calculate tt buffer lengthMarek Lindner
2011-08-22batman-adv: print client flags in the local/global transtables outputAntonio Quartulli
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli
2011-08-22batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller
2011-07-08Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2011-07-07batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli