index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
bat_debugfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-01
batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}
Sven Eckelmann
1
-405
/
+0
2012-07-01
batman-adv: Transform BATADV_LOG_BUFF(idx) into function
Sven Eckelmann
1
-4
/
+15
2012-07-01
batman-adv: Prefix types structs with batadv_
Sven Eckelmann
1
-13
/
+14
2012-07-01
batman-adv: Prefix local debugfs structs with batadv_
Sven Eckelmann
1
-5
/
+5
2012-06-28
batman-adv: Prefix main defines with BATADV_
Sven Eckelmann
1
-1
/
+1
2012-06-28
batman-adv: Prefix debugfs defines with BATADV_
Sven Eckelmann
1
-1
/
+1
2012-06-28
batman-adv: Prefix local defines with BATADV_
Sven Eckelmann
1
-12
/
+14
2012-06-28
batman-adv: Prefix remaining function like macros with batadv_
Sven Eckelmann
1
-2
/
+2
2012-06-24
batman-adv: Prefix bat_debugfs local static functions with batadv_
Sven Eckelmann
1
-71
/
+72
2012-06-20
batman-adv: Reformat multiline comments to consistent style
Sven Eckelmann
1
-3
/
+1
2012-06-20
batman-adv: Prefix main non-static functions with batadv_
Sven Eckelmann
1
-3
/
+3
2012-06-20
batman-adv: Prefix vis 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
-1
/
+1
2012-06-20
batman-adv: Prefix icmp-socket non-static functions with batadv_
Sven Eckelmann
1
-1
/
+1
2012-06-20
batman-adv: Prefix gateway-client non-static functions with batadv_
Sven Eckelmann
1
-1
/
+1
2012-06-20
batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
Sven Eckelmann
1
-1
/
+2
2012-06-20
batman-adv: Prefix bat_debugfs non-static functions with batadv_
Sven Eckelmann
1
-5
/
+5
2012-06-18
batman-adv: Return error codes instead of -1 on failures
Sven Eckelmann
1
-4
/
+7
2012-05-11
batman-adv: replace HZ calculations with jiffies_to_msecs()
Marek Lindner
1
-2
/
+2
2012-04-11
batman-adv: add bridge loop avoidance compile option
Simon Wunderlich
1
-1
/
+6
2012-04-11
batman-adv: export claim tables through debugfs
Simon Wunderlich
1
-0
/
+10
2012-04-11
batman-adv: remove old bridge loop avoidance code
Simon Wunderlich
1
-8
/
+0
2012-02-17
batman-adv: Update copyright years
Sven Eckelmann
1
-1
/
+1
2012-02-17
batman-adv: add infrastructure to change routing algorithm at runtime
Marek Lindner
1
-0
/
+22
2011-05-30
batman-adv: Calculate sizeof using variable insead of types
Sven Eckelmann
1
-1
/
+1
2011-05-30
batman-adv: Add const type qualifier for pointers
Sven Eckelmann
1
-2
/
+2
2011-05-30
batman-adv: Remove comparising < 0 for unsigned type
Sven Eckelmann
1
-1
/
+1
2011-05-30
batman-adv: Print jiffies as unsigned long
Sven Eckelmann
1
-1
/
+1
2011-05-30
batman-adv: Annotate functions with format strings
Sven Eckelmann
1
-0
/
+1
2011-05-08
batman-adv: rename everything from *hna* into *tt* (translation table)
Antonio Quartulli
1
-2
/
+2
2011-01-31
batman-adv: Update copyright years
Sven Eckelmann
1
-1
/
+1
2011-01-31
batman-adv: Remove unused variables
Sven Eckelmann
1
-3
/
+1
2010-12-16
net: Add batman-adv meshing protocol
Sven Eckelmann
1
-0
/
+360