summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-2040-388/+349
* batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-2013-97/+99
* batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann2012-06-205-26/+26
* batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann2012-06-205-22/+25
* batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann2012-06-2011-107/+125
* batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann2012-06-206-27/+27
* batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann2012-06-2011-41/+46
* batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann2012-06-207-74/+80
* batman-adv: Prefix ring_buffer non-static functions with batadv_Sven Eckelmann2012-06-203-11/+13
* batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-2013-131/+134
* batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann2012-06-205-11/+11
* batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann2012-06-206-16/+16
* batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann2012-06-206-41/+43
* batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann2012-06-204-12/+16
* batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann2012-06-2010-46/+51
* batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann2012-06-208-58/+62
* batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann2012-06-204-11/+11
* batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann2012-06-205-20/+21
* batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann2012-06-205-16/+17
* batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann2012-06-203-3/+3
* batman-adv: only store changed gw_bandwidth valuesMarek Lindner2012-06-181-0/+3
* batman-adv: fix locking in hash_add()Matthias Schiffer2012-06-181-9/+6
* batman-adv: use DBG_ALL in log_level sysfs definitionAntonio Quartulli2012-06-181-1/+1
* batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner2012-06-185-104/+118
* batman-adv: fix visualization output without neighbors on the primary interfaceMatthias Schiffer2012-06-181-7/+14
* batman-adv: don't bother flipping ->tt_crcAl Viro2012-06-182-9/+3
* batman-adv: don't bother flipping ->tt_dataAl Viro2012-06-183-12/+10
* batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-1810-48/+58
* batman-adv: keep batman_ogm_packet ->seqno net-endian all alongAl Viro2012-06-182-12/+12
* batman-adv: trivial endianness annotationsAl Viro2012-06-182-9/+9
* batman-adv: get rid of pointless cast in memcpy()Al Viro2012-06-181-1/+1
* batman-adv: return added entries instead of number of possibly added entriesMarek Lindner2012-06-181-1/+1
* batman-adv: ignore trailing CR when comparing protocol namesMarek Lindner2012-06-181-3/+8
* batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner2012-06-182-2/+2
* batman-adv: Add get_ethtool_stats() supportMartin Hundebøll2012-06-187-3/+138
* batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_tAntonio Quartulli2012-06-183-4/+3
* batman-adv: Initialize lockdep class keys for hashesSven Eckelmann2012-06-183-0/+26
* batman-adv: fix skb->data assignmentAntonio Quartulli2012-06-181-0/+2
* batman-adv: update internal version numberSven Eckelmann2012-06-181-1/+1
* batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...Antonio Quartulli2012-05-141-0/+2
* batman-adv: Start new development cycleSven Eckelmann2012-05-131-1/+1
* batman-adv: use shorter pr_warn instead of pr_warningSven Eckelmann2012-05-132-5/+5
* batman-adv: refactor window_protected to avoid unnecessary return statementMarek Lindner2012-05-131-9/+6
* batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner2012-05-133-6/+6
* batman-adv: improve unicast packet (re)routingAntonio Quartulli2012-05-134-0/+36
* batman-adv: avoid skb_linearise() if not neededAntonio Quartulli2012-05-131-2/+3
* batman-adv: add contributor nameAntonio Quartulli2012-05-112-2/+2
* batman-adv: update copyright yearsAntonio Quartulli2012-05-112-2/+2
* batman-adv: fix checkpatch string complaintMarek Lindner2012-05-111-2/+2
* batman-adv: avoid temporary routing loops by being strict on forwarded OGMsMarek Lindner2012-05-112-29/+32
OpenPOWER on IntegriCloud