summaryrefslogtreecommitdiff
path: root/net/batman-adv/bat_iv_ogm.c
AgeCommit message (Expand)AuthorFilesLines
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 cal...Marek Lindner1-9/+9
2012-05-11batman-adv: ignore protocol packets if the interface did not enable this prot...Marek Lindner1-0/+7
2012-05-11batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner1-6/+34
2012-05-11batman-adv: rename last_valid to last_seenMarek Lindner1-4/+4
2012-05-11batman-adv: register batman ogm receive function during protocol initMarek Lindner1-4/+27
2012-05-11batman-adv: introduce is_single_hop_neigh variable to increase readabilityMarek Lindner1-7/+9
2012-04-18batman-adv: skip the window protection test when the originator has no neighb...Antonio Quartulli1-1/+2
2012-04-18batman-adv: print OGM seq numbers as unsigned intAntonio Quartulli1-4/+4
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli1-4/+3
2012-04-18batman-adv: mark existing ogm variables as batman ivMarek Lindner1-2/+2
2012-04-18batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner1-6/+6
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner1-2/+2
2012-04-18batman-adv: handle routing code initialization properlyMarek Lindner1-1/+10
2012-04-18batman-adv: add iface_disable() callback to routing APIMarek Lindner1-0/+7
2012-04-18batman-adv: randomize initial seqno to avoid collisionMarek Lindner1-0/+5
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner1-2/+2
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann1-7/+8
2012-03-11batman-adv: Don't begin block comments with only a /* lineSven Eckelmann1-2/+1
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-32/+22
2012-02-16batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-16batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner1-85/+94
2012-02-16batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner1-0/+10
2012-02-16batman-adv: simplify bat_ogm_receive API callMarek Lindner1-4/+7
2012-02-16batman-adv: Explicitly mark the common header structureSven Eckelmann1-23/+24
2011-09-08batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ...Marek Lindner1-4/+498
2011-09-08batman-adv: move routing packet initialization into corresponding fileMarek Lindner1-0/+37
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner1-0/+639