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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-05
batman-adv: Correct rcu refcounting for orig_node
Marek Lindner
9
-36
/
+49
2011-03-05
batman-adv: remove extra layer between hash and hash element - hash bucket
Marek Lindner
10
-294
/
+298
2011-03-05
batman-adv: separate ethernet comparing calls from hash functions
Marek Lindner
8
-42
/
+51
2011-03-05
batman-adv: Fix possible buffer overflow in softif neigh list output
Linus Lüssing
1
-21
/
+1
2011-03-05
batman-adv: Increase orig_node refcount before releasing rcu read lock
Linus Lüssing
2
-3
/
+5
2011-03-05
batman-adv: Make bat_priv->curr_gw an rcu protected pointer
Linus Lüssing
2
-32
/
+72
2011-03-05
batman-adv: make broadcast seqno operations atomic
Marek Lindner
3
-22
/
+37
2011-03-05
batman-adv: protect bit operations to count OGMs with spinlock
Marek Lindner
2
-34
/
+33
2011-03-05
batman-adv: Correct rcu refcounting for batman_if
Marek Lindner
4
-38
/
+33
2011-03-05
batman-adv: Correct rcu refcounting for softif_neigh
Marek Lindner
2
-17
/
+16
2011-03-05
batman-adv: Correct rcu refcounting for gw_node
Marek Lindner
2
-22
/
+17
2011-03-05
batman-adv: Correct rcu refcounting for neigh_node
Marek Lindner
7
-174
/
+313
2011-03-05
batman-adv: protect bonding with rcu locks
Simon Wunderlich
7
-163
/
+195
2011-03-05
batman-adv: protect ogm counter arrays with spinlock
Marek Lindner
3
-6
/
+33
2011-03-05
batman-adv: protect originator nodes with reference counters
Marek Lindner
4
-19
/
+78
2011-03-05
batman-adv: protect each hash row with rcu locks
Marek Lindner
8
-45
/
+141
2011-03-05
batman-adv: protect neigh_nodes used outside of rcu_locks with refcounting
Marek Lindner
1
-9
/
+31
2011-03-05
batman-adv: free neighbors when an interface is deactivated
Marek Lindner
1
-2
/
+7
2011-03-05
batman-adv: protect neighbor list with rcu locks
Marek Lindner
3
-21
/
+57
2011-03-05
batman-adv: convert neighbor list to hlist
Marek Lindner
3
-28
/
+35
2011-03-05
batman-adv: protect neighbor nodes with reference counters
Marek Lindner
4
-8
/
+28
2011-02-14
batman-adv: Remove two duplicate includes.
Jesper Juhl
1
-2
/
+0
2011-02-11
batman-adv: Disallow originator addressing within mesh layer
Linus Lüssing
1
-6
/
+1
2011-02-11
batman-adv: Remove duplicate types.h inclusions
Linus Lüssing
10
-14
/
+0
2011-02-11
batman-adv: Split combined variable declarations
Marek Lindner
1
-2
/
+2
2011-02-11
batman-adv: Use successive sequence numbers for fragments
Sven Eckelmann
1
-4
/
+4
2011-01-31
batman-adv: Update copyright years
Sven Eckelmann
39
-39
/
+39
2011-01-31
batman-adv: Remove unused variables
Sven Eckelmann
2
-10
/
+1
2011-01-31
batman-adv: Remove declaration of batman_skb_recv
Sven Eckelmann
2
-6
/
+9
2011-01-31
batman-adv: Remove unused definitions
Sven Eckelmann
1
-15
/
+0
2011-01-31
batman-adv: Remove dangling declaration of hash_remove_element
Sven Eckelmann
1
-5
/
+0
2011-01-31
batman-adv: remove unused parameters
Simon Wunderlich
4
-14
/
+10
2011-01-31
batman-adv: Calculate correct size for merged packets
Sven Eckelmann
4
-3
/
+31
2011-01-31
batman-adv: Create roughly equal sized fragments
Sven Eckelmann
1
-2
/
+3
2011-01-16
batman-adv: Use "__attribute__" shortcut macros
Sven Eckelmann
3
-12
/
+12
2011-01-13
batman-adv: Even Batman should not dereference NULL pointers
Jesper Juhl
1
-2
/
+4
2010-12-20
batman-adv: Return hna count on local buffer fill
Sven Eckelmann
1
-1
/
+1
2010-12-16
net: Add batman-adv meshing protocol
Sven Eckelmann
40
-0
/
+9944