summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
AgeCommit message (Expand)AuthorFilesLines
2012-06-25batman-adv: Prefix originator local static functions with batadv_Sven Eckelmann1-27/+27
2012-06-25batman-adv: Prefix icmp_socket local static functions with batadv_Sven Eckelmann1-32/+34
2012-06-25batman-adv: Prefix hash local static functions with batadv_Sven Eckelmann1-2/+2
2012-06-25batman-adv: Prefix hard-interface local static functions with batadv_Sven Eckelmann1-31/+33
2012-06-25batman-adv: Prefix gateway_common local static functions with batadv_Sven Eckelmann1-5/+5
2012-06-25batman-adv: Prefix gateway_client local static functions with batadv_Sven Eckelmann1-32/+35
2012-06-25batman-adv: Prefix bridge_loop_avoidance local static functions with batadv_Sven Eckelmann1-152/+168
2012-06-25batman-adv: Prefix bat_sysfs local static functions with batadv_Sven Eckelmann1-117/+138
2012-06-25batman-adv: Prefix bat_iv_ogm local static functions with batadv_Sven Eckelmann1-127/+130
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann16-395/+414
2012-06-24batman-adv: Prefix unicast static inline functions with batadv_Sven Eckelmann2-2/+3
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann8-32/+37
2012-06-24batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann5-35/+42
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann14-83/+84
2012-06-24batman-adv: Prefix bitarray static inline functions with batadv_Sven Eckelmann4-15/+16
2012-06-24batman-adv: Prefix bat_debugfs local static functions with batadv_Sven Eckelmann1-71/+72
2012-06-23batman-adv: fix race condition in TT full-table replacementAntonio Quartulli1-2/+2
2012-06-23batman-adv: only drop packets of known wifi clientsMarek Lindner1-4/+4
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann40-388/+349
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann13-97/+99
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann5-26/+26
2012-06-20batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann5-22/+25
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann11-107/+125
2012-06-20batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann6-27/+27
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann11-41/+46
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann7-74/+80
2012-06-20batman-adv: Prefix ring_buffer non-static functions with batadv_Sven Eckelmann3-11/+13
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann13-131/+134
2012-06-20batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann5-11/+11
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann6-16/+16
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann6-41/+43
2012-06-20batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann4-12/+16
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann10-46/+51
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann8-58/+62
2012-06-20batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann4-11/+11
2012-06-20batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann5-20/+21
2012-06-20batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann5-16/+17
2012-06-20batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann3-3/+3
2012-06-19batman-adv: fix skb->data assignmentAntonio Quartulli1-0/+2
2012-06-18batman-adv: only store changed gw_bandwidth valuesMarek Lindner1-0/+3
2012-06-18batman-adv: fix locking in hash_add()Matthias Schiffer1-9/+6
2012-06-18batman-adv: use DBG_ALL in log_level sysfs definitionAntonio Quartulli1-1/+1
2012-06-18batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner5-104/+118
2012-06-18batman-adv: fix visualization output without neighbors on the primary interfaceMatthias Schiffer1-7/+14
2012-06-18batman-adv: don't bother flipping ->tt_crcAl Viro2-9/+3
2012-06-18batman-adv: don't bother flipping ->tt_dataAl Viro3-12/+10
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann10-48/+58
2012-06-18batman-adv: keep batman_ogm_packet ->seqno net-endian all alongAl Viro2-12/+12
2012-06-18batman-adv: trivial endianness annotationsAl Viro2-9/+9
2012-06-18batman-adv: get rid of pointless cast in memcpy()Al Viro1-1/+1