summaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)AuthorFilesLines
2012-07-16batman-adv: only drop packets of known wifi clientsMarek Lindner1-4/+4
2012-07-16batman-adv: fix skb->data assignmentAntonio Quartulli1-0/+2
2012-03-11Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller14-194/+145
2012-03-11batman-adv: Remove spaces after a castSven Eckelmann2-3/+3
2012-03-11batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann1-1/+2
2012-03-11batman-adv: Don't begin block comments with only a /* lineSven Eckelmann2-13/+3
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann12-177/+137
2012-02-28Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller39-156/+141
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann9-45/+44
2012-02-17batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka1-3/+2
2012-02-17batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-02-17batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli1-8/+1
2012-02-17batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli1-9/+6
2012-02-17batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli1-5/+5
2012-02-17batman-adv: Update copyright yearsSven Eckelmann39-39/+39
2012-02-17batman-adv: export used routing algorithm via sysfsMarek Lindner1-0/+9
2012-02-17batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann1-20/+22
2012-02-17batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner1-0/+24
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner8-30/+24
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner7-129/+129
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner7-0/+145
2012-02-17batman-adv: warn if added interface is part of a bridgeMarek Lindner1-0/+8
2012-02-17batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll2-20/+23
2012-02-17batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll1-1/+0
2012-02-17batman-adv: simplify bat_ogm_receive API callMarek Lindner3-9/+9
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann10-98/+87
2012-02-17batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli3-3/+10
2011-12-16batman-adv: Fix merge error.David S. Miller1-1/+1
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2011-12-12batman-adv: Only write requested number of byte to user bufferSven Eckelmann1-3/+2
2011-12-12batman-adv: Directly check read of icmp packet in copy_from_userSven Eckelmann1-6/+1
2011-12-12batman-adv: bat_socket_read missing checksPaul Kot1-2/+2
2011-12-07batman-adv: delete global entry in case of roamingAntonio Quartulli1-3/+18
2011-12-07batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli1-2/+4
2011-12-07batman-adv: format multi-line if in the correct wayAntonio Quartulli1-2/+1
2011-12-07batman-adv: remove extra negation in gw_out_of_range()Dan Carpenter1-1/+1
2011-11-20batman-adv: use unregister_netdevice() when softif_create failsSimon Wunderlich1-1/+1
2011-11-20batman-adv: check return value for hash_add()Simon Wunderlich1-6/+22
2011-11-20batman-adv: generalise tt_local_reset_flags()Antonio Quartulli1-12/+23
2011-11-20batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli3-140/+167
2011-11-20batman-adv: report compat_version in version field in case of version mismatchMarek Lindner1-1/+1
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