aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: Only write requested number of byte to user bufferSven Eckelmann2013-03-201-3/+2
* batman-adv: bat_socket_read missing checksPaul Kot2013-03-201-2/+2
* batman-adv: only drop packets of known wifi clientsMarek Lindner2012-07-041-4/+4
* batman-adv: fix skb->data assignmentAntonio Quartulli2012-07-041-0/+2
* 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
* 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
| * batman-adv: keep global table consistency in case of roamingAntonio Quartulli2011-07-071-2/+8
| * batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli2011-07-074-30/+125
| * batman-adv: initialise last_ttvn and tt_crc for the orig_node structureAntonio Quartulli2011-07-071-0/+2
* | Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-07-0513-59/+71
|\ \ | |/
| * batman-adv: Replace version info instead of appending themSven Eckelmann2011-07-054-21/+9
| * batman-adv: aggregation checks should use the primary_if pointerMarek Lindner2011-07-051-5/+20
| * batman-adv: broadcast primary OGM on all active hard-interfacesMarek Lindner2011-07-051-4/+13
| * batman-adv: pass a unique flag arg instead of a sequence of bool onesAntonio Quartulli2011-07-051-11/+10
| * batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli2011-07-054-5/+5
| * batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli2011-07-054-15/+16
* | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-06-2027-462/+2080
|\ \ | |/
| * batman-adv: improved gateway tq-based selectionAntonio Quartulli2011-06-204-6/+104
| * batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli2011-06-201-0/+6
| * batman-adv: gateway election code refactoringAntonio Quartulli2011-06-203-56/+82
| * batman-adv: add wrapper function to throw uevent in userspaceAntonio Quartulli2011-06-203-0/+84
| * batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli2011-06-205-128/+150
| * batman-adv: improved roaming mechanismAntonio Quartulli2011-06-2012-33/+334
| * batman-adv: improved client announcement mechanismAntonio Quartulli2011-06-2018-305/+1381