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
/
gateway_client.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
-1
/
+1
2012-07-01
batman-adv: Prefix types structs with batadv_
Sven Eckelmann
1
-43
/
+47
2012-07-01
batman-adv: Prefix main enum with BATADV_
Sven Eckelmann
1
-11
/
+14
2012-07-01
batman-adv: Prefix hard-interface enum with BATADV_
Sven Eckelmann
1
-1
/
+1
2012-07-01
batman-adv: Prefix gateway enum with BATADV_
Sven Eckelmann
1
-4
/
+4
2012-06-28
batman-adv: Prefix main defines with BATADV_
Sven Eckelmann
1
-9
/
+9
2012-06-28
batman-adv: Prefix local defines with BATADV_
Sven Eckelmann
1
-6
/
+6
2012-06-28
batman-adv: Prefix remaining function like macros with batadv_
Sven Eckelmann
1
-1
/
+1
2012-06-25
batman-adv: Prefix gateway_client local static functions with batadv_
Sven Eckelmann
1
-32
/
+35
2012-06-25
batman-adv: Prefix main static inline functions with batadv_
Sven Eckelmann
1
-27
/
+27
2012-06-24
batman-adv: Prefix hard-interface static inline functions with batadv_
Sven Eckelmann
1
-2
/
+2
2012-06-20
batman-adv: Reformat multiline comments to consistent style
Sven Eckelmann
1
-22
/
+19
2012-06-20
batman-adv: Prefix translation-table non-static functions with batadv_
Sven Eckelmann
1
-2
/
+2
2012-06-20
batman-adv: Prefix routing non-static functions with batadv_
Sven Eckelmann
1
-2
/
+3
2012-06-20
batman-adv: Prefix originator non-static functions with batadv_
Sven Eckelmann
1
-14
/
+14
2012-06-20
batman-adv: Prefix gateway-common non-static functions with batadv_
Sven Eckelmann
1
-5
/
+7
2012-06-20
batman-adv: Prefix gateway-client non-static functions with batadv_
Sven Eckelmann
1
-19
/
+21
2012-06-20
batman-adv: Prefix bat_sysfs non-static functions with batadv_
Sven Eckelmann
1
-3
/
+3
2012-05-11
batman-adv: fix wrong dhcp option list browsing
Antonio Quartulli
1
-3
/
+3
2012-03-11
batman-adv: Ignore 80-chars per line limits for strings
Sven Eckelmann
1
-18
/
+13
2012-02-28
batman-adv: Fix indentation of multiline statements
Sven Eckelmann
1
-1
/
+1
2012-02-17
batman-adv: Update copyright years
Sven Eckelmann
1
-1
/
+1
2012-02-17
batman-adv: convert time_after instances to has_timed_out
Marek Lindner
1
-1
/
+1
2011-12-07
batman-adv: remove extra negation in gw_out_of_range()
Dan Carpenter
1
-1
/
+1
2011-11-20
batman-adv: refactoring gateway handling code
Marek Lindner
1
-59
/
+94
2011-08-22
batman-adv: correct several typ0s in the comments
Antonio Quartulli
1
-5
/
+5
2011-07-05
batman-adv: Replace version info instead of appending them
Sven Eckelmann
1
-3
/
+2
2011-06-20
batman-adv: improved gateway tq-based selection
Antonio Quartulli
1
-2
/
+92
2011-06-20
batman-adv: throw uevent in userspace on gateway add/change/del event
Antonio Quartulli
1
-0
/
+6
2011-06-20
batman-adv: gateway election code refactoring
Antonio Quartulli
1
-56
/
+80
2011-06-20
batman-adv: Reduce usage of char
Sven Eckelmann
1
-1
/
+1
2011-06-09
batman-adv: use NO_FLAGS define instead of hard-coding 0
Marek Lindner
1
-2
/
+2
2011-06-09
batman-adv: Don't return value in void function
Sven Eckelmann
1
-1
/
+1
2011-05-30
batman-adv: Use rcu_dereference_protected by update-side
Sven Eckelmann
1
-1
/
+1
2011-05-30
batman-adv: Calculate sizeof using variable insead of types
Sven Eckelmann
1
-6
/
+6
2011-05-30
batman-adv: Add const type qualifier for pointers
Sven Eckelmann
1
-2
/
+2
2011-05-30
batman-adv: Use kzalloc rather than kmalloc followed by memset with 0
Sven Eckelmann
1
-2
/
+1
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-122
/
+174
2011-05-07
batman,rcu: convert call_rcu(gw_node_free_rcu) to kfree_rcu
Paul E. McKenney
1
-9
/
+1
2011-05-01
batman-adv: Make bat_priv->primary_if an rcu protected pointer
Marek Lindner
1
-14
/
+19
2011-05-01
batman-adv: fix gw_node_update() and gw_election()
Antonio Quartulli
1
-4
/
+8
2011-04-17
batman-adv: concentrate all curr_gw related rcu operations in select/deselect...
Marek Lindner
1
-72
/
+98
2011-04-17
batman-adv: Make orig_node->router an rcu protected pointer
Linus Lüssing
1
-32
/
+48
2011-04-17
batman-adv: Simplify gw_check_election(), use gw_get_selected()
Linus Lüssing
1
-11
/
+12
2011-04-17
batman-adv: Make gateway_get_selected type safe
Linus Lüssing
1
-1
/
+1
2011-03-05
batman-adv: Correct rcu refcounting for orig_node
Marek Lindner
1
-2
/
+4
2011-03-05
batman-adv: Increase orig_node refcount before releasing rcu read lock
Linus Lüssing
1
-0
/
+3
2011-03-05
batman-adv: Make bat_priv->curr_gw an rcu protected pointer
Linus Lüssing
1
-30
/
+70
2011-03-05
batman-adv: Correct rcu refcounting for gw_node
Marek Lindner
1
-21
/
+16
2011-01-31
batman-adv: Update copyright years
Sven Eckelmann
1
-1
/
+1
[next]