index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-12
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
14
-194
/
+145
2012-03-11
batman-adv: Remove spaces after a cast
Sven Eckelmann
2
-3
/
+3
2012-03-11
batman-adv: Use {} braces consistent on the arms of a statement
Sven Eckelmann
1
-1
/
+2
2012-03-11
batman-adv: Don't begin block comments with only a /* line
Sven Eckelmann
2
-13
/
+3
2012-03-11
batman-adv: Ignore 80-chars per line limits for strings
Sven Eckelmann
12
-177
/
+137
2012-02-29
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
39
-156
/
+141
2012-02-28
batman-adv: Fix indentation of multiline statements
Sven Eckelmann
9
-45
/
+44
2012-02-18
batman-adv: use eth_hw_addr_random() instead of random_ether_addr()
Danny Kukawka
1
-3
/
+2
2012-02-16
batman-adv: Start new development cycle
Sven Eckelmann
1
-1
/
+1
2012-02-16
batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entry
Antonio Quartulli
1
-8
/
+1
2012-02-16
batman-adv: code refactoring - move debug print into tt_local_set_pending
Antonio Quartulli
1
-9
/
+6
2012-02-16
batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()
Antonio Quartulli
1
-5
/
+5
2012-02-16
batman-adv: Update copyright years
Sven Eckelmann
39
-39
/
+39
2012-02-16
batman-adv: export used routing algorithm via sysfs
Marek Lindner
1
-0
/
+9
2012-02-16
batman-adv: refactor tt_global_del() to avoid misalignment
Sven Eckelmann
1
-20
/
+22
2012-02-16
batman-adv: allowing changing the routing algorithm via module parameter
Marek Lindner
1
-0
/
+24
2012-02-16
batman-adv: convert time_after instances to has_timed_out
Marek Lindner
8
-30
/
+24
2012-02-16
batman-adv: convert batman iv algorithm to use dynamic infrastructure
Marek Lindner
7
-129
/
+129
2012-02-16
batman-adv: add infrastructure to change routing algorithm at runtime
Marek Lindner
7
-0
/
+145
2012-02-16
batman-adv: warn if added interface is part of a bridge
Marek Lindner
1
-0
/
+8
2012-02-16
batman-adv: Move is_out_of_time() to main.h for general use
Martin Hundebøll
2
-20
/
+23
2012-02-16
batman-adv: Rm empty line from is_my_mac() in main.c
Martin Hundebøll
1
-1
/
+0
2012-02-16
batman-adv: simplify bat_ogm_receive API call
Marek Lindner
3
-9
/
+9
2012-02-16
batman-adv: Explicitly mark the common header structure
Sven Eckelmann
10
-98
/
+87
2012-02-16
batman-adv: add tt_initialised flag to the orig_node struct
Antonio Quartulli
3
-3
/
+10
2011-12-17
batman-adv: Fix merge error.
David S. Miller
1
-1
/
+1
2011-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+20
2011-12-12
batman-adv: Only write requested number of byte to user buffer
Sven Eckelmann
1
-3
/
+2
2011-12-12
batman-adv: Directly check read of icmp packet in copy_from_user
Sven Eckelmann
1
-6
/
+1
2011-12-12
batman-adv: bat_socket_read missing checks
Paul Kot
1
-2
/
+2
2011-12-06
batman-adv: delete global entry in case of roaming
Antonio Quartulli
1
-3
/
+18
2011-12-06
batman-adv: in case of roaming mark the client with TT_CLIENT_ROAM
Antonio Quartulli
1
-2
/
+4
2011-12-06
batman-adv: format multi-line if in the correct way
Antonio Quartulli
1
-2
/
+1
2011-12-06
batman-adv: remove extra negation in gw_out_of_range()
Dan Carpenter
1
-1
/
+1
2011-11-20
batman-adv: use unregister_netdevice() when softif_create fails
Simon Wunderlich
1
-1
/
+1
2011-11-20
batman-adv: check return value for hash_add()
Simon Wunderlich
1
-6
/
+22
2011-11-20
batman-adv: generalise tt_local_reset_flags()
Antonio Quartulli
1
-12
/
+23
2011-11-20
batman-adv: create a common substructure for tt_global/local_entry
Antonio Quartulli
3
-140
/
+167
2011-11-20
batman-adv: report compat_version in version field in case of version mismatch
Marek Lindner
1
-1
/
+1
2011-11-20
batman-adv: Fix range check for expected packets
Simon Wunderlich
1
-1
/
+1
2011-11-20
batman-adv: check for tt_reponse packet real length
Antonio Quartulli
1
-0
/
+9
2011-11-20
batman-adv: linearise the tt_response skb only if needed
Antonio Quartulli
1
-5
/
+6
2011-11-20
batman-adv: directly write tt entries without buffering
Simon Wunderlich
1
-55
/
+2
2011-11-20
batman-adv: fixed hash functions type to uint32_t instead of int
Antonio Quartulli
7
-36
/
+47
2011-11-20
batman-adv: use orig_hash_find() instead of get_orig_node() in TT code
Antonio Quartulli
1
-3
/
+3
2011-11-20
batman-adv: refactoring gateway handling code
Marek Lindner
3
-75
/
+126
2011-11-20
batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo>
Sven Eckelmann
2
-4
/
+4
2011-11-20
batman-adv: tt_global_del_orig() has to print the correct message
Antonio Quartulli
1
-2
/
+3
2011-11-20
batman-adv: update internal version number
Sven Eckelmann
1
-1
/
+1
2011-10-30
Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-merge
David S. Miller
2
-3
/
+18
[next]