index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
vis.c
Age
Commit message (
Expand
)
Author
2012-04-18
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
Antonio Quartulli
2012-02-16
batman-adv: Update copyright years
Sven Eckelmann
2012-02-16
batman-adv: convert time_after instances to has_timed_out
Marek Lindner
2012-02-16
batman-adv: Explicitly mark the common header structure
Sven Eckelmann
2011-11-20
batman-adv: create a common substructure for tt_global/local_entry
Antonio Quartulli
2011-11-20
batman-adv: fixed hash functions type to uint32_t instead of int
Antonio Quartulli
2011-09-08
batman-adv: Remove unnecessary OOM logging messages
Joe Perches
2011-08-22
batman-adv: correct several typ0s in the comments
Antonio Quartulli
2011-08-22
batman-adv: hash_add() has to discriminate on the return value
Antonio Quartulli
2011-06-20
batman-adv: protect the local and the global trans-tables with rcu
Antonio Quartulli
2011-05-30
batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.h
Antonio Quartulli
2011-05-30
batman-adv: Calculate sizeof using variable insead of types
Sven Eckelmann
2011-05-30
batman-adv: Remove casts from type x to type x
Sven Eckelmann
2011-05-30
batman-adv: Add const type qualifier for pointers
Sven Eckelmann
2011-05-08
batman-adv: rename everything from *hna* into *tt* (translation table)
Antonio Quartulli
2011-05-01
batman-adv: Make bat_priv->primary_if an rcu protected pointer
Marek Lindner
2011-04-17
batman-adv: Make orig_node->router an rcu protected pointer
Linus Lüssing
2011-03-07
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
2011-03-05
batman-adv: rename batman_if struct to hard_iface
Marek Lindner
2011-03-05
batman-adv: remove orig_hash spinlock
Marek Lindner
2011-03-05
batman-adv: Correct rcu refcounting for orig_node
Marek Lindner
2011-03-05
batman-adv: remove extra layer between hash and hash element - hash bucket
Marek Lindner
2011-03-05
batman-adv: separate ethernet comparing calls from hash functions
Marek Lindner
2011-03-05
batman-adv: Correct rcu refcounting for neigh_node
Marek Lindner
2011-03-05
batman-adv: protect each hash row with rcu locks
Marek Lindner
2011-01-31
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
2011-01-31
batman-adv: Update copyright years
Sven Eckelmann
2011-01-30
batman-adv: Make vis info stack traversal threadsafe
Sven Eckelmann
2011-01-30
batman-adv: Remove vis info element in free_info
Sven Eckelmann
2011-01-30
batman-adv: Remove vis info on hashing errors
Sven Eckelmann
2011-01-25
batman-adv: Fix kernel panic when fetching vis data on a vis server
Linus Lüssing
2010-12-16
net: Add batman-adv meshing protocol
Sven Eckelmann