summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* 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
* batman-adv: fix wrong dhcp option list browsingAntonio Quartulli2012-05-111-3/+3
* batman-adv: skip the window protection test when the originator has no neighb...Antonio Quartulli2012-04-181-1/+2
* batman-adv: print OGM seq numbers as unsigned intAntonio Quartulli2012-04-181-4/+4
* batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli2012-04-189-25/+21
* batman-adv: mark existing ogm variables as batman ivMarek Lindner2012-04-183-5/+5
* batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner2012-04-184-14/+14
* batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner2012-04-184-6/+6
* batman-adv: handle routing code initialization properlyMarek Lindner2012-04-183-11/+17
* batman-adv: add iface_disable() callback to routing APIMarek Lindner2012-04-184-2/+11
* batman-adv: randomize initial seqno to avoid collisionMarek Lindner2012-04-181-0/+5
* batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner2012-04-184-6/+6
* batman-adv: move ogm initialization into the proper functionMarek Lindner2012-04-181-1/+7
* batman-adv: remove duplicated line in commentAntonio Quartulli2012-04-181-1/+0
* batman-adv: convert the tt_crc to network orderAntonio Quartulli2012-04-181-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+3
* batman-adv: add bridge loop avoidance compile optionSimon Wunderlich2012-04-117-5/+89
* batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich2012-04-112-6/+116
* batman-adv: drop STP over batmanSimon Wunderlich2012-04-111-0/+8
* batman-adv: add broadcast duplicate checkSimon Wunderlich2012-04-115-0/+91
* batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich2012-04-114-2/+74
* batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich2012-04-112-93/+311
* batman-adv: export claim tables through debugfsSimon Wunderlich2012-04-113-0/+64
* batman-adv: make bridge loop avoidance switchableSimon Wunderlich2012-04-111-0/+2
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-1113-10/+1422
* batman-adv: remove old bridge loop avoidance codeSimon Wunderlich2012-04-119-517/+5
* batman-adv: encourage batman to take shorter routes by changing the default h...Marek Lindner2012-04-111-1/+1
* batman-adv: Remove declaration of only locally used functionsSven Eckelmann2012-04-112-16/+14
* batman-adv: Replace bitarray operations with bitmapSven Eckelmann2012-04-116-130/+41
* batman-adv: use ETH_ALEN instead of hardcoded numeric constantsAntonio Quartulli2012-04-111-13/+13