aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
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
2012-06-18batman-adv: return added entries instead of number of possibly added entriesMarek Lindner
2012-06-18batman-adv: ignore trailing CR when comparing protocol namesMarek Lindner
2012-06-18batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll
2012-06-18batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_tAntonio Quartulli
2012-06-18batman-adv: Initialize lockdep class keys for hashesSven Eckelmann
2012-06-18batman-adv: fix skb->data assignmentAntonio Quartulli
2012-06-18batman-adv: update internal version numberSven Eckelmann
2012-05-14batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...Antonio Quartulli
2012-05-13batman-adv: Start new development cycleSven Eckelmann
2012-05-13batman-adv: use shorter pr_warn instead of pr_warningSven Eckelmann
2012-05-13batman-adv: refactor window_protected to avoid unnecessary return statementMarek Lindner
2012-05-13batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner
2012-05-13batman-adv: improve unicast packet (re)routingAntonio Quartulli
2012-05-13batman-adv: avoid skb_linearise() if not neededAntonio Quartulli
2012-05-11batman-adv: add contributor nameAntonio Quartulli
2012-05-11batman-adv: update copyright yearsAntonio Quartulli
2012-05-11batman-adv: fix checkpatch string complaintMarek Lindner
2012-05-11batman-adv: avoid temporary routing loops by being strict on forwarded OGMsMarek Lindner
2012-05-11batman-adv: Adding hard_iface specific sysfs wrapper macros for UINTLinus Luessing
2012-05-11batman-adv: rename sysfs macros to reflect the soft-interface dependencyMarek Lindner
2012-05-11batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner
2012-05-11batman-adv: ignore protocol packets if the interface did not enable this prot...Marek Lindner
2012-05-11batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner
2012-05-11batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner
2012-05-11batman-adv: rename last_valid to last_seenMarek Lindner
2012-05-11batman-adv: register batman ogm receive function during protocol initMarek Lindner
2012-05-11batman-adv: introduce packet type handler array for incoming packetsMarek Lindner
2012-05-11batman-adv: introduce is_single_hop_neigh variable to increase readabilityMarek Lindner
2012-05-11batman-adv: fix wrong dhcp option list browsingAntonio Quartulli
2012-04-18batman-adv: skip the window protection test when the originator has no neighb...Antonio Quartulli