index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
bridge_loop_avoidance.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-29
batman-adv: consolidate duplicated primary_if checking code
Marek Lindner
1
-30
/
+6
2012-10-18
batman-adv: Fix potential broadcast BLA-duplicate-check race condition
Linus Lüssing
1
-5
/
+14
2012-10-18
batman-adv: Fix broadcast packet CRC calculation
Linus Lüssing
1
-4
/
+4
2012-08-23
batman-adv: Reduce accumulated length of simple statements
Sven Eckelmann
1
-2
/
+1
2012-08-23
batman-adv: Don't break statements after assignment operator
Sven Eckelmann
1
-4
/
+3
2012-08-23
batman-adv: Split batadv_priv in sub-structures for features
Sven Eckelmann
1
-55
/
+60
2012-08-23
batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
Marek Lindner
1
-2
/
+3
2012-08-23
batman-adv: rename bridge loop avoidance claim types
Simon Wunderlich
1
-9
/
+9
2012-08-23
batman-adv: correct comments in bridge loop avoidance
Simon Wunderlich
1
-2
/
+3
2012-08-23
batman-adv: Add the backbone gateway list to debugfs
Simon Wunderlich
1
-0
/
+65
2012-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+11
2012-07-10
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
1
-17
/
+34
2012-07-06
batman-adv: check incoming packet type for bla
Simon Wunderlich
1
-4
/
+11
2012-07-01
batman-adv: Prefix types structs with batadv_
Sven Eckelmann
1
-91
/
+97
2012-07-01
batman-adv: Prefix packet structs with batadv_
Sven Eckelmann
1
-6
/
+6
2012-07-01
batman-adv: Prefix hash struct and typedef with batadv_
Sven Eckelmann
1
-10
/
+10
2012-07-01
batman-adv: Prefix main enum with BATADV_
Sven Eckelmann
1
-23
/
+23
2012-07-01
batman-adv: Prefix packet enum with BATADV_
Sven Eckelmann
1
-17
/
+17
2012-07-01
batman-adv: Prefix hard-interface enum with BATADV_
Sven Eckelmann
1
-1
/
+1
2012-06-28
batman-adv: Prefix main defines with BATADV_
Sven Eckelmann
1
-9
/
+11
2012-06-28
batman-adv: Prefix bridge_loop_avoidance defines with BATADV_
Sven Eckelmann
1
-2
/
+2
2012-06-25
batman-adv: Prefix bridge_loop_avoidance local static functions with batadv_
Sven Eckelmann
1
-152
/
+168
2012-06-25
batman-adv: Prefix main static inline functions with batadv_
Sven Eckelmann
1
-81
/
+84
2012-06-24
batman-adv: Prefix originator static inline functions with batadv_
Sven Eckelmann
1
-2
/
+2
2012-06-24
batman-adv: Prefix hash static inline functions with batadv_
Sven Eckelmann
1
-5
/
+8
2012-06-24
batman-adv: Prefix hard-interface static inline functions with batadv_
Sven Eckelmann
1
-14
/
+14
2012-06-20
batman-adv: Reformat multiline comments to consistent style
Sven Eckelmann
1
-48
/
+19
2012-06-20
batman-adv: Prefix main non-static functions with batadv_
Sven Eckelmann
1
-1
/
+1
2012-06-20
batman-adv: Prefix translation-table non-static functions with batadv_
Sven Eckelmann
1
-2
/
+2
2012-06-20
batman-adv: Prefix originator non-static functions with batadv_
Sven Eckelmann
1
-2
/
+2
2012-06-20
batman-adv: Prefix hash non-static functions with batadv_
Sven Eckelmann
1
-4
/
+4
2012-06-20
batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
Sven Eckelmann
1
-14
/
+14
2012-06-18
batman-adv: Return error codes instead of -1 on failures
Sven Eckelmann
1
-3
/
+3
2012-06-18
batman-adv: trivial endianness annotations
Al Viro
1
-3
/
+3
2012-06-18
batman-adv: get rid of pointless cast in memcpy()
Al Viro
1
-1
/
+1
2012-06-18
batman-adv: Initialize lockdep class keys for hashes
Sven Eckelmann
1
-0
/
+13
2012-05-11
batman-adv: update copyright years
Antonio Quartulli
1
-1
/
+1
2012-04-18
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
Antonio Quartulli
1
-6
/
+4
2012-04-18
batman-adv: remove duplicated line in comment
Antonio Quartulli
1
-1
/
+0
2012-04-11
batman-adv: form groups in the bridge loop avoidance
Simon Wunderlich
1
-6
/
+115
2012-04-11
batman-adv: add broadcast duplicate check
Simon Wunderlich
1
-0
/
+75
2012-04-11
batman-adv: don't let backbone gateways exchange tt entries
Simon Wunderlich
1
-0
/
+50
2012-04-11
batman-adv: export claim tables through debugfs
Simon Wunderlich
1
-0
/
+53
2012-04-11
batman-adv: add basic bridge loop avoidance code
Simon Wunderlich
1
-0
/
+1296