summaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)AuthorFilesLines
2012-06-21batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann7-74/+80
2012-06-21batman-adv: Prefix ring_buffer non-static functions with batadv_Sven Eckelmann3-11/+13
2012-06-21batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann13-131/+134
2012-06-21batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann5-11/+11
2012-06-21batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann6-16/+16
2012-06-21batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann6-41/+43
2012-06-21batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann4-12/+16
2012-06-21batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann10-46/+51
2012-06-21batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann8-58/+62
2012-06-21batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann4-11/+11
2012-06-21batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann5-20/+21
2012-06-21batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann5-16/+17
2012-06-21batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann3-3/+3
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
2012-06-18batman-adv: return added entries instead of number of possibly added entriesMarek Lindner1-1/+1
2012-06-18batman-adv: ignore trailing CR when comparing protocol namesMarek Lindner1-3/+8
2012-06-18batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner2-2/+2
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll7-3/+138
2012-06-18batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_tAntonio Quartulli3-4/+3
2012-06-18batman-adv: Initialize lockdep class keys for hashesSven Eckelmann3-0/+26
2012-06-18batman-adv: fix skb->data assignmentAntonio Quartulli1-0/+2
2012-06-18batman-adv: update internal version numberSven Eckelmann1-1/+1
2012-05-14batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...Antonio Quartulli1-0/+2
2012-05-13batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-05-13batman-adv: use shorter pr_warn instead of pr_warningSven Eckelmann2-5/+5
2012-05-13batman-adv: refactor window_protected to avoid unnecessary return statementMarek Lindner1-9/+6
2012-05-13batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner3-6/+6
2012-05-13batman-adv: improve unicast packet (re)routingAntonio Quartulli4-0/+36
2012-05-13batman-adv: avoid skb_linearise() if not neededAntonio Quartulli1-2/+3
2012-05-11batman-adv: add contributor nameAntonio Quartulli2-2/+2
2012-05-11batman-adv: update copyright yearsAntonio Quartulli2-2/+2
2012-05-11batman-adv: fix checkpatch string complaintMarek Lindner1-2/+2
2012-05-11batman-adv: avoid temporary routing loops by being strict on forwarded OGMsMarek Lindner2-29/+32
2012-05-11batman-adv: Adding hard_iface specific sysfs wrapper macros for UINTLinus Luessing1-0/+43
2012-05-11batman-adv: rename sysfs macros to reflect the soft-interface dependencyMarek Lindner1-28/+29
2012-05-11batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner4-14/+16
2012-05-11batman-adv: ignore protocol packets if the interface did not enable this prot...Marek Lindner1-0/+7
2012-05-11batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner3-27/+48
2012-05-11batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner3-8/+13
2012-05-11batman-adv: rename last_valid to last_seenMarek Lindner3-16/+16