aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
AgeCommit message (Expand)AuthorFilesLines
2011-10-30Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-3/+18
2011-10-25batman-adv: unify hash_entry field position in tt_local/global_entryAntonio Quartulli1-2/+2
2011-10-25batman-adv: add sanity check when removing global ttsSimon Wunderlich1-0/+3
2011-10-25batman-adv: remove references for global tt entriesSimon Wunderlich1-1/+13
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2011-10-18batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli1-1/+4
2011-10-18batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli1-0/+2
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-5/+5
2011-09-22batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli1-5/+5
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches5-24/+7
2011-09-08batman-adv: update internal version numberSven Eckelmann1-1/+1
2011-09-08batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ...Marek Lindner8-599/+522
2011-09-08batman-adv: move routing packet initialization into corresponding fileMarek Lindner3-32/+46
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner9-634/+698
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner9-182/+204
2011-08-22batman-adv: merge update_transtable() into tt related codeMarek Lindner3-74/+70
2011-08-22batman-adv: reuse tt_len() to calculate tt buffer lengthMarek Lindner1-2/+1
2011-08-22batman-adv: print client flags in the local/global transtables outputAntonio Quartulli1-10/+27
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli5-12/+29
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli5-0/+50
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli9-11/+55
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli12-37/+36
2011-08-22batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli3-9/+22
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller1-16/+0
2011-07-08Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-32/+147
2011-07-07batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli1-0/+12
2011-07-07batman-adv: keep global table consistency in case of roamingAntonio Quartulli1-2/+8
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli4-30/+125
2011-07-07batman-adv: initialise last_ttvn and tt_crc for the orig_node structureAntonio Quartulli1-0/+2
2011-07-05Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller13-59/+71
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann4-21/+9
2011-07-05batman-adv: aggregation checks should use the primary_if pointerMarek Lindner1-5/+20
2011-07-05batman-adv: broadcast primary OGM on all active hard-interfacesMarek Lindner1-4/+13
2011-07-05batman-adv: pass a unique flag arg instead of a sequence of bool onesAntonio Quartulli1-11/+10
2011-07-05batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli4-5/+5
2011-07-05batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli4-15/+16
2011-06-20Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller27-462/+2080
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli4-6/+104
2011-06-20batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli1-0/+6
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli3-56/+82
2011-06-20batman-adv: add wrapper function to throw uevent in userspaceAntonio Quartulli3-0/+84
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli5-128/+150
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli12-33/+334
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli18-305/+1381
2011-06-20batman-adv: Unify the first 3 bytes in each packetAntonio Quartulli1-12/+18
2011-06-20batman-adv: Reduce usage of charSven Eckelmann11-20/+20
2011-06-20batman-adv: count_real_packets() in batman-adv assumes char is signedDavid Howells3-8/+8
2011-06-20batman-adv: Keep interface_tx as local functionSven Eckelmann2-2/+1
2011-06-20batman-adv: Move compare_orig to originator.cSven Eckelmann2-8/+8
2011-06-09Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller10-47/+72
2011-06-09batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner5-5/+7
2011-06-09batman-adv: Use enums for related constantsSven Eckelmann3-31/+47
2011-06-09batman-adv: Rewrite debugfs kobj_to_* helpers as functionsSven Eckelmann1-3/+11
2011-06-09batman-adv: Fix signedness problem in parse_gw_bandwidthSven Eckelmann1-2/+2
2011-06-09batman-adv: Don't return value in void functionSven Eckelmann1-1/+1
2011-06-09batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy loadDaniele Furlan1-5/+4
2011-06-05net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-05-30batman-adv: Ensure that we really have route changes in update_routeSven Eckelmann1-1/+1
2011-05-30batman-adv: a multiline comment should precede the variable it is describingAntonio Quartulli1-4/+4
2011-05-30batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)Antonio Quartulli1-1/+1
2011-05-30batman-adv: Check type of x and y in seq_(before|after)Sven Eckelmann1-2/+5
2011-05-30batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.hAntonio Quartulli2-16/+16
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann3-3/+4
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann14-72/+65
2011-05-30batman-adv: Remove casts from type x to type xSven Eckelmann2-2/+2
2011-05-30batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann3-3/+3
2011-05-30batman-adv: Only use int up and down gw representationSven Eckelmann1-9/+10
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann27-157/+166
2011-05-30batman-adv: Don't do pointer arithmetic with void*Sven Eckelmann1-2/+2
2011-05-30batman-adv: Remove comparising < 0 for unsigned typeSven Eckelmann1-1/+1
2011-05-30batman-adv: Print jiffies as unsigned longSven Eckelmann1-1/+1
2011-05-30batman-adv: Annotate functions with format stringsSven Eckelmann2-1/+3
2011-05-30batman-adv: Use kzalloc rather than kmalloc followed by memset with 0Sven Eckelmann1-2/+1
2011-05-30batman-adv: move neigh_node->if_incoming->if_status check in find_router()Antonio Quartulli2-3/+3
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds24-1021/+1481
2011-05-14Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2-6/+27
2011-05-15batman-adv: reset broadcast flood protection on errorMarek Lindner1-1/+1
2011-05-15batman-adv: Add missing hardif_free_ref in forw_packet_freeSven Eckelmann2-5/+26
2011-05-08Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller19-552/+706
2011-05-08batman-adv: remove duplicate code from function is_bidirectional_neigh()Daniele Furlan1-49/+25
2011-05-08batman-adv: Remove multiline comments from line endingSven Eckelmann4-28/+29
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli18-325/+326
2011-05-08batman-adv: Fix refcount imbalance in find_routerMarek Lindner1-5/+9
2011-05-08batman-adv: Avoid deadlock between rtnl_lock and s_activeSven Eckelmann1-9/+9
2011-05-08batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann4-24/+13
2011-05-08batman-adv: multi vlan support for bridge loop detectionMarek Lindner3-113/+298
2011-05-08batman-adv: remove misplaced commentMarek Lindner1-2/+0
2011-05-07batman,rcu: convert call_rcu(softif_neigh_free_rcu) to kfree_rcuPaul E. McKenney1-9/+1
2011-05-07batman,rcu: convert call_rcu(neigh_node_free_rcu) to kfree()Paul E. McKenney1-9/+1
2011-05-07batman,rcu: convert call_rcu(gw_node_free_rcu) to kfree_rcuPaul E. McKenney1-9/+1
2011-05-02Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller14-138/+292
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner12-118/+280
2011-05-01batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli1-4/+8
2011-05-01batman-adv: Move definition of atomic_dec_not_zero() into main.hAntonio Quartulli3-2/+2
2011-05-01batman-adv: orig_hash_find() manages rcu_lock/unlock internallyAntonio Quartulli1-14/+2
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-20net: batman-adv: remove rx_csum ethtool_opsMichał Mirosław1-13/+0
2011-04-17Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller11-393/+537
2011-04-17batman-adv: Set the txqueuelen to zero when creating soft interfaceAndrew Lunn1-0/+1
2011-04-17batman-adv: protect softif_neigh by rcuSimon Wunderlich2-28/+88
2011-04-17batman-adv: concentrate all curr_gw related rcu operations in select/deselect...Marek Lindner3-74/+100
2011-04-17batman-adv: Protect global TQ window with a spinlockLinus Lüssing3-0/+6
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing8-212/+232
2011-04-17batman-adv: Simplify gw_check_election(), use gw_get_selected()Linus Lüssing1-11/+12
2011-04-17batman-adv: Make gateway_get_selected type safeLinus Lüssing2-2/+2
2011-04-17batman-adv: Move bonding / iface alternating router search to own functionsLinus Lüssing1-75/+105
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-07Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller24-1232/+1634
2011-03-05batman-adv: Disallow regular interface as mesh deviceSven Eckelmann3-12/+36
2011-03-05batman-adv: Remove unused hdr_size variable in route_unicast_packet()Linus Lüssing3-7/+5
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner18-330/+335
2011-03-05batman-adv: rename global if_list to hardif_listMarek Lindner6-22/+22
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner7-148/+38
2011-03-05batman-adv: increase refcount in create_neighbor to be consistentMarek Lindner2-37/+30
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner9-36/+49
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner10-294/+298
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner8-42/+51
2011-03-05batman-adv: Fix possible buffer overflow in softif neigh list outputLinus Lüssing1-21/+1
2011-03-05batman-adv: Increase orig_node refcount before releasing rcu read lockLinus Lüssing2-3/+5
2011-03-05batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing2-32/+72
2011-03-05batman-adv: make broadcast seqno operations atomicMarek Lindner3-22/+37
2011-03-05batman-adv: protect bit operations to count OGMs with spinlockMarek Lindner2-34/+33
2011-03-05batman-adv: Correct rcu refcounting for batman_ifMarek Lindner4-38/+33
2011-03-05batman-adv: Correct rcu refcounting for softif_neighMarek Lindner2-17/+16
2011-03-05batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner2-22/+17
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner7-174/+313
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich7-163/+195
2011-03-05batman-adv: protect ogm counter arrays with spinlockMarek Lindner3-6/+33
2011-03-05batman-adv: protect originator nodes with reference countersMarek Lindner4-19/+78
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner8-45/+141
2011-03-05batman-adv: protect neigh_nodes used outside of rcu_locks with refcountingMarek Lindner1-9/+31
2011-03-05batman-adv: free neighbors when an interface is deactivatedMarek Lindner1-2/+7
2011-03-05batman-adv: protect neighbor list with rcu locksMarek Lindner3-21/+57
2011-03-05batman-adv: convert neighbor list to hlistMarek Lindner3-28/+35
2011-03-05batman-adv: protect neighbor nodes with reference countersMarek Lindner4-8/+28
2011-02-14batman-adv: Remove two duplicate includes.Jesper Juhl1-2/+0
2011-02-11Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller11-26/+7
2011-02-11batman-adv: Disallow originator addressing within mesh layerLinus Lüssing1-6/+1
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing10-14/+0
2011-02-11batman-adv: Split combined variable declarationsMarek Lindner1-2/+2
2011-02-11batman-adv: Use successive sequence numbers for fragmentsSven Eckelmann1-4/+4
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+10
2011-02-08batman-adv: Linearize fragment packets before mergeSven Eckelmann1-5/+10
2011-01-31Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller39-94/+93
2011-01-31batman-adv: Update copyright yearsSven Eckelmann39-39/+39
2011-01-31batman-adv: Remove unused variablesSven Eckelmann2-10/+1
2011-01-31batman-adv: Remove declaration of batman_skb_recvSven Eckelmann2-6/+9
2011-01-31batman-adv: Remove unused definitionsSven Eckelmann1-15/+0
2011-01-31batman-adv: Remove dangling declaration of hash_remove_elementSven Eckelmann1-5/+0
2011-01-31batman-adv: remove unused parametersSimon Wunderlich4-14/+10
2011-01-31batman-adv: Calculate correct size for merged packetsSven Eckelmann4-3/+31
2011-01-31batman-adv: Create roughly equal sized fragmentsSven Eckelmann1-2/+3
2011-01-30batman-adv: Make vis info stack traversal threadsafeSven Eckelmann1-3/+4
2011-01-30batman-adv: Remove vis info element in free_infoSven Eckelmann1-0/+1
2011-01-30batman-adv: Remove vis info on hashing errorsSven Eckelmann1-1/+1
2011-01-25batman-adv: Fix kernel panic when fetching vis data on a vis serverLinus Lüssing1-2/+2
2011-01-16batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann3-12/+12
2011-01-13batman-adv: Even Batman should not dereference NULL pointersJesper Juhl1-2/+4
2010-12-20batman-adv: Return hna count on local buffer fillSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann40-0/+9944