index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
batman-adv
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-11
Staging: batman-adv: move /proc interface handling to /sys
Marek Lindner
19
-532
/
+669
2010-05-11
Staging: batman-adv: remove redundant pointer to originator interface
Marek Lindner
6
-27
/
+14
2010-05-11
Staging: batman-adv: move originator interval setting from /proc to /sys
Marek Lindner
7
-82
/
+51
2010-05-11
Staging: batman-adv: convert more files from /proc to /sys
Marek Lindner
16
-276
/
+265
2010-05-11
Staging: batman-adv: convert multiple /proc files to use sysfs
Marek Lindner
15
-306
/
+439
2010-05-11
Staging: batman-adv: fix whitespace style issues
Luis de Bethencourt
6
-22
/
+22
2010-05-11
Staging: batman-adv: cleanup: change test for end of array
Dan Carpenter
1
-7
/
+4
2010-05-11
Staging: batman-adv: Changing version to 0.2.2-beta
Simon Wunderlich
1
-1
/
+1
2010-05-11
Staging: batman-adv: Update README about vis raw output
Linus Lüssing
1
-6
/
+26
2010-05-11
Staging: batman-adv: Add 0.2.1 changes to the CHANGELOG
Simon Wunderlich
1
-0
/
+14
2010-05-11
Staging: batman-adv: Remove dead max addr and obsolete VIS_FORMAT strings
Linus Lüssing
2
-4
/
+0
2010-05-11
Staging: batman-adv: remove the beta from main.h for release
Simon Wunderlich
1
-1
/
+1
2010-05-11
Staging: batman-adv: Update copyright years
Simon Wunderlich
31
-31
/
+31
2010-05-11
Staging: batman-adv: Fix aggregation direct-link bug
Linus Lüssing
1
-3
/
+9
2010-05-11
Staging: batman-adv: fix aggregation timing bug
Marek Lindner
2
-9
/
+13
2010-05-11
Staging: batman-adv: Clone shared bat packets before modifying them
Sven Eckelmann
1
-4
/
+12
2010-05-11
Staging: batman-adv: only modify hna-table on active module
Linus Lüssing
1
-2
/
+6
2010-05-11
Staging: batman-adv: Fixing wrap-around bug in vis
Linus Lüssing
1
-1
/
+17
2010-05-11
Staging: batman-adv: Fix VIS output bug for secondary interfaces
Linus Lüssing
3
-34
/
+49
2010-05-11
Staging: batman-adv: don't have interrupts disabled while sending.
Andrew Lunn
2
-58
/
+137
2010-05-11
Staging: batman-adv: send.c: Checkpatch cleanup
Andrea Gelmini
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
3
-0
/
+3
2010-03-03
Staging: make drivers use spin_lock_init()
Sven-Thorsten Dietrich
1
-1
/
+1
2010-03-03
Staging: batman-adv: fix module initialization
Marek Lindner
2
-11
/
+13
2010-03-03
Staging: batman-adv: avoid crash on memory allocation error
Marek Lindner
1
-7
/
+9
2010-03-03
Staging: batman-adv: Fix skbuff leak in VIS code.
Andrew Lunn
1
-5
/
+4
2010-03-03
Staging: batman-adv: atomic variable for vis-srv activation
Linus Luessing
6
-51
/
+18
2010-03-03
Staging: batman-adv: remove obsolete variables
Marek Lindner
2
-3
/
+0
2010-03-03
Staging: batman-adv: avoid having the same error message more than once
Marek Lindner
1
-6
/
+8
2010-03-03
Staging: batman-adv: don't lock while sending packets
Simon Wunderlich
1
-3
/
+10
2010-03-03
Staging: batman-adv: depend on NET instead of PACKET in Kconfig
Sven Eckelmann
1
-1
/
+1
2010-03-03
Staging: batman-adv: Update the README for mainline usage.
Andrew Lunn
1
-37
/
+13
2010-03-03
Staging: batman-adv: Dont deactivate aggregation on wrong input
Linus Lüssing
1
-12
/
+12
2010-03-03
Staging: batman-adv: Remove compat.h
Simon Wunderlich
12
-151
/
+6
2010-03-03
Staging: batman-adv: Use printk(%pM) for MAC addresses
Andrew Lunn
9
-121
/
+111
2010-03-03
Staging: batman-adv: Allow the MAC address to be set
Andrew Lunn
3
-2
/
+27
2010-03-03
Staging: batman-adv: receive packets directly using skbs
Simon Wunderlich
15
-508
/
+547
2010-03-03
Staging: batman-adv: check all kmalloc()s
Simon Wunderlich
3
-13
/
+52
2010-03-03
Staging: batman-adv: splitting /proc vis file into vis_server and vis_data
Marek Lindner
5
-103
/
+151
2010-03-03
Staging: batman-adv: remove obsoleted vis_format /proc file
Linus Luessing
2
-83
/
+1
2010-03-03
Staging: batman-adv: moving vis output formats out of the kernel
Andrew Lunn
3
-127
/
+58
2010-03-03
Staging: batman-adv: fix minor orig table layout bug
Marek Lindner
1
-1
/
+1
2010-03-03
Staging: batman-adv: Fixes rounding issues in vis.c
Linus Lüssing
1
-2
/
+2
2010-03-03
Staging: batman-adv: Use forw_bcast_list_lock always with disabled interrupts
Sven Eckelmann
1
-8
/
+11
2010-03-03
Staging: batman-adv: consistent spelling of "neighbors"
Simon Wunderlich
5
-14
/
+14
2010-03-03
Staging: batman-adv: initialize static hash iterators
Simon Wunderlich
8
-60
/
+57
2010-03-03
Staging: batman-adv: Replace KERN_DEBUG with bat_dbg
Andrew Lunn
2
-9
/
+3
2010-03-03
Staging: batman-adv: update README for latest kernel
Simon Wunderlich
1
-2
/
+2
2010-03-03
Staging: batman-adv: Remove NULL pointer check
Sven Eckelmann
1
-2
/
+1
2010-03-03
Staging: batman-adv: Fix the naming of the debug option.
Andrew Lunn
4
-6
/
+6
[prev]
[next]