index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
hard-interface.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
batman-adv: Prefix bat_sysfs non-static functions with batadv_
Sven Eckelmann
2012-06-20
1
-2
/
+2
*
batman-adv: Return error codes instead of -1 on failures
Sven Eckelmann
2012-06-18
1
-3
/
+1
*
batman-adv: use shorter pr_warn instead of pr_warning
Sven Eckelmann
2012-05-13
1
-3
/
+3
*
batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...
Marek Lindner
2012-05-11
1
-2
/
+2
*
batman-adv: introduce packet type handler array for incoming packets
Marek Lindner
2012-05-11
1
-113
/
+0
*
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
Antonio Quartulli
2012-04-18
1
-2
/
+1
*
batman-adv: mark existing ogm variables as batman iv
Marek Lindner
2012-04-18
1
-1
/
+1
*
batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...
Marek Lindner
2012-04-18
1
-1
/
+1
*
batman-adv: handle routing code initialization properly
Marek Lindner
2012-04-18
1
-9
/
+6
*
batman-adv: add iface_disable() callback to routing API
Marek Lindner
2012-04-18
1
-2
/
+1
*
batman-adv: refactoring API: find generalized name for bat_ogm_init callback
Marek Lindner
2012-04-18
1
-1
/
+1
*
batman-adv: move ogm initialization into the proper function
Marek Lindner
2012-04-18
1
-1
/
+7
*
batman-adv: add basic bridge loop avoidance code
Simon Wunderlich
2012-04-11
1
-7
/
+11
*
batman-adv: Ignore 80-chars per line limits for strings
Sven Eckelmann
2012-03-11
1
-24
/
+12
*
batman-adv: Fix indentation of multiline statements
Sven Eckelmann
2012-02-28
1
-15
/
+15
*
batman-adv: Update copyright years
Sven Eckelmann
2012-02-17
1
-1
/
+1
*
batman-adv: convert batman iv algorithm to use dynamic infrastructure
Marek Lindner
2012-02-17
1
-5
/
+5
*
batman-adv: warn if added interface is part of a bridge
Marek Lindner
2012-02-17
1
-0
/
+8
*
batman-adv: Explicitly mark the common header structure
Sven Eckelmann
2012-02-17
1
-3
/
+3
*
batman-adv: Remove unnecessary OOM logging messages
Joe Perches
2011-09-08
1
-4
/
+1
*
batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ...
Marek Lindner
2011-09-08
1
-1
/
+1
*
batman-adv: move routing packet initialization into corresponding file
Marek Lindner
2011-09-08
1
-32
/
+6
*
batman-adv: agglomerate all batman iv ogm processing functions in a single file
Marek Lindner
2011-09-08
1
-1
/
+1
*
batman-adv: rename all instances of batman_packet to batman_ogm_packet
Marek Lindner
2011-09-08
1
-22
/
+27
*
batman-adv: detect clients connected through a 802.11 device
Antonio Quartulli
2011-08-22
1
-0
/
+30
*
batman-adv: correct several typ0s in the comments
Antonio Quartulli
2011-08-22
1
-2
/
+2
*
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
2011-06-20
1
-7
/
+10
|
\
|
*
batman-adv: improved roaming mechanism
Antonio Quartulli
2011-06-20
1
-0
/
+4
|
*
batman-adv: improved client announcement mechanism
Antonio Quartulli
2011-06-20
1
-7
/
+6
*
|
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
2011-06-09
1
-1
/
+1
|
\
|
|
*
batman-adv: use NO_FLAGS define instead of hard-coding 0
Marek Lindner
2011-06-09
1
-1
/
+1
*
|
net: Remove unnecessary semicolons
Joe Perches
2011-06-05
1
-1
/
+1
|
/
*
batman-adv: Use rcu_dereference_protected by update-side
Sven Eckelmann
2011-05-30
1
-1
/
+1
*
batman-adv: Calculate sizeof using variable insead of types
Sven Eckelmann
2011-05-30
1
-1
/
+1
*
batman-adv: Remove explicit casts cast from void* for store
Sven Eckelmann
2011-05-30
1
-1
/
+1
*
batman-adv: Add const type qualifier for pointers
Sven Eckelmann
2011-05-30
1
-9
/
+10
*
batman-adv: rename everything from *hna* into *tt* (translation table)
Antonio Quartulli
2011-05-08
1
-3
/
+3
*
batman-adv: Remove unnecessary hardif_list_lock
Sven Eckelmann
2011-05-08
1
-23
/
+7
*
batman-adv: Make bat_priv->primary_if an rcu protected pointer
Marek Lindner
2011-05-01
1
-26
/
+57
*
batman-adv: Disallow regular interface as mesh device
Sven Eckelmann
2011-03-05
1
-12
/
+22
*
batman-adv: rename batman_if struct to hard_iface
Marek Lindner
2011-03-05
1
-176
/
+177
*
batman-adv: rename global if_list to hardif_list
Marek Lindner
2011-03-05
1
-14
/
+14
*
batman-adv: separate ethernet comparing calls from hash functions
Marek Lindner
2011-03-05
1
-1
/
+1
*
batman-adv: Correct rcu refcounting for batman_if
Marek Lindner
2011-03-05
1
-21
/
+19
*
batman-adv: protect bonding with rcu locks
Simon Wunderlich
2011-03-05
1
-1
/
+1
*
batman-adv: Update copyright years
Sven Eckelmann
2011-01-31
1
-1
/
+1
*
batman-adv: Remove declaration of batman_skb_recv
Sven Eckelmann
2011-01-31
1
-2
/
+9
*
net: Add batman-adv meshing protocol
Sven Eckelmann
2010-12-16
1
-0
/
+651
[prev]