summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-03-1114-194/+145
|\
| * batman-adv: Remove spaces after a castSven Eckelmann2012-03-112-3/+3
| * batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann2012-03-111-1/+2
| * batman-adv: Don't begin block comments with only a /* lineSven Eckelmann2012-03-112-13/+3
| * batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann2012-03-1112-177/+137
* | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-02-2839-156/+141
|\ \ | |/
| * batman-adv: Fix indentation of multiline statementsSven Eckelmann2012-02-289-45/+44
| * batman-adv: Start new development cycleSven Eckelmann2012-02-171-1/+1
| * batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli2012-02-171-8/+1
| * batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli2012-02-171-9/+6
| * batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli2012-02-171-5/+5
| * batman-adv: Update copyright yearsSven Eckelmann2012-02-1739-39/+39
| * batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann2012-02-171-20/+22
| * batman-adv: convert time_after instances to has_timed_outMarek Lindner2012-02-178-30/+24
* | batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka2012-02-171-3/+2
|/
* batman-adv: export used routing algorithm via sysfsMarek Lindner2012-02-171-0/+9
* batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner2012-02-171-0/+24
* batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner2012-02-177-129/+129
* batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner2012-02-177-0/+145
* batman-adv: warn if added interface is part of a bridgeMarek Lindner2012-02-171-0/+8
* batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll2012-02-172-20/+23
* batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll2012-02-171-1/+0
* batman-adv: simplify bat_ogm_receive API callMarek Lindner2012-02-173-9/+9
* batman-adv: Explicitly mark the common header structureSven Eckelmann2012-02-1710-98/+87
* batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli2012-02-173-3/+10
* batman-adv: Fix merge error.David S. Miller2011-12-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-161-4/+20
|\
| * batman-adv: delete global entry in case of roamingAntonio Quartulli2011-12-071-3/+18
| * batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli2011-12-071-2/+4
* | batman-adv: Only write requested number of byte to user bufferSven Eckelmann2011-12-121-3/+2
* | batman-adv: Directly check read of icmp packet in copy_from_userSven Eckelmann2011-12-121-6/+1
* | batman-adv: bat_socket_read missing checksPaul Kot2011-12-121-2/+2
* | batman-adv: format multi-line if in the correct wayAntonio Quartulli2011-12-071-2/+1
* | batman-adv: remove extra negation in gw_out_of_range()Dan Carpenter2011-12-071-1/+1
* | batman-adv: use unregister_netdevice() when softif_create failsSimon Wunderlich2011-11-201-1/+1
* | batman-adv: check return value for hash_add()Simon Wunderlich2011-11-201-6/+22
* | batman-adv: generalise tt_local_reset_flags()Antonio Quartulli2011-11-201-12/+23
* | batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli2011-11-203-140/+167
* | batman-adv: report compat_version in version field in case of version mismatchMarek Lindner2011-11-201-1/+1
* | batman-adv: Fix range check for expected packetsSimon Wunderlich2011-11-201-1/+1
* | batman-adv: check for tt_reponse packet real lengthAntonio Quartulli2011-11-201-0/+9
* | batman-adv: linearise the tt_response skb only if neededAntonio Quartulli2011-11-201-5/+6
* | batman-adv: directly write tt entries without bufferingSimon Wunderlich2011-11-201-55/+2
* | batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli2011-11-207-36/+47
* | batman-adv: use orig_hash_find() instead of get_orig_node() in TT codeAntonio Quartulli2011-11-201-3/+3
* | batman-adv: refactoring gateway handling codeMarek Lindner2011-11-203-75/+126
* | batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo>Sven Eckelmann2011-11-202-4/+4
* | batman-adv: tt_global_del_orig() has to print the correct messageAntonio Quartulli2011-11-201-2/+3
* | batman-adv: update internal version numberSven Eckelmann2011-11-201-1/+1
|/
* Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-10-302-3/+18
|\
OpenPOWER on IntegriCloud