aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAge
* batman-adv: Prefix ring_buffer non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: only store changed gw_bandwidth valuesMarek Lindner2012-06-18
* batman-adv: fix locking in hash_add()Matthias Schiffer2012-06-18
* batman-adv: use DBG_ALL in log_level sysfs definitionAntonio Quartulli2012-06-18
* batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner2012-06-18
* batman-adv: fix visualization output without neighbors on the primary interfaceMatthias Schiffer2012-06-18
* batman-adv: don't bother flipping ->tt_crcAl Viro2012-06-18
* batman-adv: don't bother flipping ->tt_dataAl Viro2012-06-18
* batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-18
* batman-adv: keep batman_ogm_packet ->seqno net-endian all alongAl Viro2012-06-18
* batman-adv: trivial endianness annotationsAl Viro2012-06-18
* batman-adv: get rid of pointless cast in memcpy()Al Viro2012-06-18
* batman-adv: return added entries instead of number of possibly added entriesMarek Lindner2012-06-18
* batman-adv: ignore trailing CR when comparing protocol namesMarek Lindner2012-06-18
* batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner2012-06-18
* batman-adv: Add get_ethtool_stats() supportMartin Hundebøll2012-06-18
* batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_tAntonio Quartulli2012-06-18
* batman-adv: Initialize lockdep class keys for hashesSven Eckelmann2012-06-18
* batman-adv: fix skb->data assignmentAntonio Quartulli2012-06-18
* batman-adv: update internal version numberSven Eckelmann2012-06-18
* batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...Antonio Quartulli2012-05-14
* batman-adv: Start new development cycleSven Eckelmann2012-05-13
* batman-adv: use shorter pr_warn instead of pr_warningSven Eckelmann2012-05-13
* batman-adv: refactor window_protected to avoid unnecessary return statementMarek Lindner2012-05-13
* batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner2012-05-13
* batman-adv: improve unicast packet (re)routingAntonio Quartulli2012-05-13
* batman-adv: avoid skb_linearise() if not neededAntonio Quartulli2012-05-13
* batman-adv: add contributor nameAntonio Quartulli2012-05-11
* batman-adv: update copyright yearsAntonio Quartulli2012-05-11
* batman-adv: fix checkpatch string complaintMarek Lindner2012-05-11
* batman-adv: avoid temporary routing loops by being strict on forwarded OGMsMarek Lindner2012-05-11
* batman-adv: Adding hard_iface specific sysfs wrapper macros for UINTLinus Luessing2012-05-11
* batman-adv: rename sysfs macros to reflect the soft-interface dependencyMarek Lindner2012-05-11
* batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner2012-05-11
* batman-adv: ignore protocol packets if the interface did not enable this prot...Marek Lindner2012-05-11
* batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner2012-05-11
* batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner2012-05-11
* batman-adv: rename last_valid to last_seenMarek Lindner2012-05-11
* batman-adv: register batman ogm receive function during protocol initMarek Lindner2012-05-11