aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/bat_iv_ogm.c
AgeCommit message (Expand)Author
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix bat_iv_ogm local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix bitarray static inline functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix ring_buffer non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix originator 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 bitarray non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann
2012-06-18batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner
2012-06-18batman-adv: don't bother flipping ->tt_crcAl 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: 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-05-13batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner
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: 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: 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 is_single_hop_neigh variable to increase readabilityMarek Lindner
2012-04-18batman-adv: skip the window protection test when the originator has no neighb...Antonio Quartulli
2012-04-18batman-adv: print OGM seq numbers as unsigned intAntonio Quartulli
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli
2012-04-18batman-adv: mark existing ogm variables as batman ivMarek Lindner
2012-04-18batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner
2012-04-18batman-adv: handle routing code initialization properlyMarek Lindner
2012-04-18batman-adv: add iface_disable() callback to routing APIMarek Lindner
2012-04-18batman-adv: randomize initial seqno to avoid collisionMarek Lindner
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner