summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* 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
* batman-adv: Adding hard_iface specific sysfs wrapper macros for UINTLinus Luessing2012-05-111-0/+43
* batman-adv: rename sysfs macros to reflect the soft-interface dependencyMarek Lindner2012-05-111-28/+29
* batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner2012-05-114-14/+16
* batman-adv: ignore protocol packets if the interface did not enable this prot...Marek Lindner2012-05-111-0/+7
* batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner2012-05-113-27/+48
* batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner2012-05-113-8/+13
* batman-adv: rename last_valid to last_seenMarek Lindner2012-05-113-16/+16
* batman-adv: register batman ogm receive function during protocol initMarek Lindner2012-05-115-24/+41
* batman-adv: introduce packet type handler array for incoming packetsMarek Lindner2012-05-113-113/+127
* batman-adv: introduce is_single_hop_neigh variable to increase readabilityMarek Lindner2012-05-111-7/+9
OpenPOWER on IntegriCloud