index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
bridge_loop_avoidance.c
Age
Commit message (
Expand
)
Author
2012-08-23
batman-adv: Reduce accumulated length of simple statements
Sven Eckelmann
2012-08-23
batman-adv: Don't break statements after assignment operator
Sven Eckelmann
2012-08-23
batman-adv: Split batadv_priv in sub-structures for features
Sven Eckelmann
2012-08-23
batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
Marek Lindner
2012-08-23
batman-adv: rename bridge loop avoidance claim types
Simon Wunderlich
2012-08-23
batman-adv: correct comments in bridge loop avoidance
Simon Wunderlich
2012-08-23
batman-adv: Add the backbone gateway list to debugfs
Simon Wunderlich
2012-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-11
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-07-05
batman-adv: check incoming packet type for bla
Simon Wunderlich
2012-07-01
batman-adv: Prefix types structs with batadv_
Sven Eckelmann
2012-07-01
batman-adv: Prefix packet structs with batadv_
Sven Eckelmann
2012-07-01
batman-adv: Prefix hash struct and typedef with batadv_
Sven Eckelmann
2012-07-01
batman-adv: Prefix main enum with BATADV_
Sven Eckelmann
2012-07-01
batman-adv: Prefix packet enum with BATADV_
Sven Eckelmann
2012-07-01
batman-adv: Prefix hard-interface enum with BATADV_
Sven Eckelmann
2012-06-28
batman-adv: Prefix main defines with BATADV_
Sven Eckelmann
2012-06-28
batman-adv: Prefix bridge_loop_avoidance defines with BATADV_
Sven Eckelmann
2012-06-25
batman-adv: Prefix bridge_loop_avoidance local static functions with batadv_
Sven Eckelmann
2012-06-25
batman-adv: Prefix main static inline functions with batadv_
Sven Eckelmann
2012-06-24
batman-adv: Prefix originator static inline functions with batadv_
Sven Eckelmann
2012-06-24
batman-adv: Prefix hash static inline functions with batadv_
Sven Eckelmann
2012-06-24
batman-adv: Prefix hard-interface static inline functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Reformat multiline comments to consistent style
Sven Eckelmann
2012-06-20
batman-adv: Prefix main non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix translation-table non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix originator non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix hash non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
Sven Eckelmann
2012-06-18
batman-adv: Return error codes instead of -1 on failures
Sven Eckelmann
2012-06-18
batman-adv: trivial endianness annotations
Al Viro
2012-06-18
batman-adv: get rid of pointless cast in memcpy()
Al Viro
2012-06-18
batman-adv: Initialize lockdep class keys for hashes
Sven Eckelmann
2012-05-11
batman-adv: update copyright years
Antonio Quartulli
2012-04-18
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
Antonio Quartulli
2012-04-18
batman-adv: remove duplicated line in comment
Antonio Quartulli
2012-04-11
batman-adv: form groups in the bridge loop avoidance
Simon Wunderlich
2012-04-11
batman-adv: add broadcast duplicate check
Simon Wunderlich
2012-04-11
batman-adv: don't let backbone gateways exchange tt entries
Simon Wunderlich
2012-04-11
batman-adv: export claim tables through debugfs
Simon Wunderlich
2012-04-11
batman-adv: add basic bridge loop avoidance code
Simon Wunderlich