aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
2012-06-25batman-adv: Prefix originator local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix icmp_socket local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix hash local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix hard-interface local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix gateway_common local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix gateway_client local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix bridge_loop_avoidance local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix bat_sysfs local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix bat_iv_ogm local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix unicast static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix bitarray static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix bat_debugfs local static functions with batadv_Sven Eckelmann
2012-06-23batman-adv: fix race condition in TT full-table replacementAntonio Quartulli
2012-06-23batman-adv: only drop packets of known wifi clientsMarek Lindner
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix ring_buffer non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann
2012-06-19batman-adv: fix skb->data assignmentAntonio Quartulli
2012-06-18batman-adv: only store changed gw_bandwidth valuesMarek Lindner
2012-06-18batman-adv: fix locking in hash_add()Matthias Schiffer
2012-06-18batman-adv: use DBG_ALL in log_level sysfs definitionAntonio Quartulli
2012-06-18batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner
2012-06-18batman-adv: fix visualization output without neighbors on the primary interfaceMatthias Schiffer
2012-06-18batman-adv: don't bother flipping ->tt_crcAl Viro
2012-06-18batman-adv: don't bother flipping ->tt_dataAl Viro
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann
2012-06-18batman-adv: keep batman_ogm_packet ->seqno net-endian all alongAl Viro
2012-06-18batman-adv: trivial endianness annotationsAl Viro
2012-06-18batman-adv: get rid of pointless cast in memcpy()Al Viro