summaryrefslogtreecommitdiff
path: root/net/batman-adv/hard-interface.c
AgeCommit message (Expand)Author
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches
2011-09-08batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ...Marek Lindner
2011-09-08batman-adv: move routing packet initialization into corresponding fileMarek Lindner
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli
2011-06-20Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli
2011-06-09Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller
2011-06-09batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner
2011-06-05net: Remove unnecessary semicolonsJoe Perches
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann
2011-05-30batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli
2011-05-08batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner
2011-03-05batman-adv: Disallow regular interface as mesh deviceSven Eckelmann
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner
2011-03-05batman-adv: rename global if_list to hardif_listMarek Lindner
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner
2011-03-05batman-adv: Correct rcu refcounting for batman_ifMarek Lindner
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich
2011-01-31batman-adv: Update copyright yearsSven Eckelmann
2011-01-31batman-adv: Remove declaration of batman_skb_recvSven Eckelmann
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann