aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bat_iv_ogm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2013-01-19batman-adv: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-01-12batman-adv: fix typo in debug messageAntonio Quartulli1-1/+1
2013-01-12batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli1-6/+0
2013-01-12batman-adv: unify and properly print hex valuesAntonio Quartulli1-1/+1
2012-12-26batman-adv: fix random jitter calculationAkinobu Mita1-1/+1
2012-11-07batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann1-3/+5
2012-10-29batman-adv: split hard_iface struct for each routing protocolMarek Lindner1-19/+24
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2012-09-23batman-adv: Fix symmetry check / route flapping in multi interface setupsLinus Lüssing1-6/+7
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann1-15/+26
2012-08-23batman-adv: Don't break statements after assignment operatorSven Eckelmann1-18/+21
2012-08-23batman-adv: Use BIT(x) macro to calculate bit positionsSven Eckelmann1-5/+7
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-2/+2
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-61/+64
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-129/+129
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-24/+24
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-22/+26
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann1-4/+4
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-3/+3
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-42/+61
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-10/+10
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-1/+1
2012-06-25batman-adv: Prefix bat_iv_ogm local static functions with batadv_Sven Eckelmann1-127/+130
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-99/+107
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-7/+7
2012-06-24batman-adv: Prefix bitarray static inline functions with batadv_Sven Eckelmann1-6/+7
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-33/+42
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-8/+8
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-10/+13
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-4/+5
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann1-7/+8
2012-06-20batman-adv: Prefix ring_buffer non-static functions with batadv_Sven Eckelmann1-7/+7
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-21/+22
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-18batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner1-5/+9
2012-06-18batman-adv: don't bother flipping ->tt_crcAl Viro1-8/+2
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann1-1/+1
2012-06-18batman-adv: keep batman_ogm_packet ->seqno net-endian all alongAl Viro1-11/+11
2012-06-18batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner1-1/+1
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll1-1/+9
2012-06-18batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_tAntonio Quartulli1-2/+1
2012-05-13batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner1-5/+4
2012-05-11batman-adv: fix checkpatch string complaintMarek Lindner1-2/+2
2012-05-11batman-adv: avoid temporary routing loops by being strict on forwarded OGMsMarek Lindner1-29/+31
2012-05-11batman-adv: refactoring API: find generalized name for bat_ogm_update_mac callbackMarek Lindner1-9/+9
2012-05-11batman-adv: ignore protocol packets if the interface did not enable this protocolMarek Lindner1-0/+7