aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller1-16/+0
2011-07-08Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-32/+147
2011-07-07batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli1-0/+12
2011-07-07batman-adv: keep global table consistency in case of roamingAntonio Quartulli1-2/+8
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli4-30/+125
2011-07-07batman-adv: initialise last_ttvn and tt_crc for the orig_node structureAntonio Quartulli1-0/+2
2011-07-05Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller13-59/+71
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann4-21/+9
2011-07-05batman-adv: aggregation checks should use the primary_if pointerMarek Lindner1-5/+20
2011-07-05batman-adv: broadcast primary OGM on all active hard-interfacesMarek Lindner1-4/+13
2011-07-05batman-adv: pass a unique flag arg instead of a sequence of bool onesAntonio Quartulli1-11/+10
2011-07-05batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli4-5/+5
2011-07-05batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli4-15/+16
2011-06-20Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller27-462/+2080
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli4-6/+104
2011-06-20batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli1-0/+6
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli3-56/+82
2011-06-20batman-adv: add wrapper function to throw uevent in userspaceAntonio Quartulli3-0/+84
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli5-128/+150
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli12-33/+334
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli18-305/+1381
2011-06-20batman-adv: Unify the first 3 bytes in each packetAntonio Quartulli1-12/+18
2011-06-20batman-adv: Reduce usage of charSven Eckelmann11-20/+20
2011-06-20batman-adv: count_real_packets() in batman-adv assumes char is signedDavid Howells3-8/+8
2011-06-20batman-adv: Keep interface_tx as local functionSven Eckelmann2-2/+1
2011-06-20batman-adv: Move compare_orig to originator.cSven Eckelmann2-8/+8
2011-06-09Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller10-47/+72
2011-06-09batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner5-5/+7
2011-06-09batman-adv: Use enums for related constantsSven Eckelmann3-31/+47
2011-06-09batman-adv: Rewrite debugfs kobj_to_* helpers as functionsSven Eckelmann1-3/+11
2011-06-09batman-adv: Fix signedness problem in parse_gw_bandwidthSven Eckelmann1-2/+2
2011-06-09batman-adv: Don't return value in void functionSven Eckelmann1-1/+1
2011-06-09batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy loadDaniele Furlan1-5/+4
2011-06-05net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-05-30batman-adv: Ensure that we really have route changes in update_routeSven Eckelmann1-1/+1
2011-05-30batman-adv: a multiline comment should precede the variable it is describingAntonio Quartulli1-4/+4
2011-05-30batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)Antonio Quartulli1-1/+1
2011-05-30batman-adv: Check type of x and y in seq_(before|after)Sven Eckelmann1-2/+5
2011-05-30batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.hAntonio Quartulli2-16/+16
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann3-3/+4
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann14-72/+65
2011-05-30batman-adv: Remove casts from type x to type xSven Eckelmann2-2/+2
2011-05-30batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann3-3/+3
2011-05-30batman-adv: Only use int up and down gw representationSven Eckelmann1-9/+10
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann27-157/+166
2011-05-30batman-adv: Don't do pointer arithmetic with void*Sven Eckelmann1-2/+2
2011-05-30batman-adv: Remove comparising < 0 for unsigned typeSven Eckelmann1-1/+1
2011-05-30batman-adv: Print jiffies as unsigned longSven Eckelmann1-1/+1
2011-05-30batman-adv: Annotate functions with format stringsSven Eckelmann2-1/+3
2011-05-30batman-adv: Use kzalloc rather than kmalloc followed by memset with 0Sven Eckelmann1-2/+1