summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * batman-adv: unify hash_entry field position in tt_local/global_entryAntonio Quartulli2011-10-251-2/+2
| * batman-adv: add sanity check when removing global ttsSimon Wunderlich2011-10-251-0/+3
| * batman-adv: remove references for global tt entriesSimon Wunderlich2011-10-251-1/+13
* | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-241-1/+6
|\|
| * batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli2011-10-181-1/+4
| * batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli2011-10-181-0/+2
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-5/+5
|\|
| * batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli2011-09-221-5/+5
* | batman-adv: Remove unnecessary OOM logging messagesJoe Perches2011-09-085-24/+7
* | batman-adv: update internal version numberSven Eckelmann2011-09-081-1/+1
* | batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ...Marek Lindner2011-09-088-599/+522
* | batman-adv: move routing packet initialization into corresponding fileMarek Lindner2011-09-083-32/+46
* | batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner2011-09-089-634/+698
* | batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner2011-09-089-182/+204
* | batman-adv: merge update_transtable() into tt related codeMarek Lindner2011-08-223-74/+70
* | batman-adv: reuse tt_len() to calculate tt buffer lengthMarek Lindner2011-08-221-2/+1
* | batman-adv: print client flags in the local/global transtables outputAntonio Quartulli2011-08-221-10/+27
* | batman-adv: implement AP-isolation on the sender sideAntonio Quartulli2011-08-225-12/+29
* | batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli2011-08-225-0/+50
* | batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli2011-08-229-11/+55
* | batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-2212-37/+36
* | batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli2011-08-223-9/+22
|/
* netdevice: Kill 'feature' test macros.David S. Miller2011-07-121-16/+0
* Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-07-086-32/+147
|\
| * batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli2011-07-071-0/+12