index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-07
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
24
-1232
/
+1634
2011-03-05
batman-adv: Disallow regular interface as mesh device
Sven Eckelmann
3
-12
/
+36
2011-03-05
batman-adv: Remove unused hdr_size variable in route_unicast_packet()
Linus Lüssing
3
-7
/
+5
2011-03-05
batman-adv: rename batman_if struct to hard_iface
Marek Lindner
18
-330
/
+335
2011-03-05
batman-adv: rename global if_list to hardif_list
Marek Lindner
6
-22
/
+22
2011-03-05
batman-adv: remove orig_hash spinlock
Marek Lindner
7
-148
/
+38
2011-03-05
batman-adv: increase refcount in create_neighbor to be consistent
Marek Lindner
2
-37
/
+30
2011-03-05
batman-adv: Correct rcu refcounting for orig_node
Marek Lindner
9
-36
/
+49
2011-03-05
batman-adv: remove extra layer between hash and hash element - hash bucket
Marek Lindner
10
-294
/
+298
2011-03-05
batman-adv: separate ethernet comparing calls from hash functions
Marek Lindner
8
-42
/
+51
2011-03-05
batman-adv: Fix possible buffer overflow in softif neigh list output
Linus Lüssing
1
-21
/
+1
2011-03-05
batman-adv: Increase orig_node refcount before releasing rcu read lock
Linus Lüssing
2
-3
/
+5
2011-03-05
batman-adv: Make bat_priv->curr_gw an rcu protected pointer
Linus Lüssing
2
-32
/
+72
2011-03-05
batman-adv: make broadcast seqno operations atomic
Marek Lindner
3
-22
/
+37
2011-03-05
batman-adv: protect bit operations to count OGMs with spinlock
Marek Lindner
2
-34
/
+33
2011-03-05
batman-adv: Correct rcu refcounting for batman_if
Marek Lindner
4
-38
/
+33
2011-03-05
batman-adv: Correct rcu refcounting for softif_neigh
Marek Lindner
2
-17
/
+16
2011-03-05
batman-adv: Correct rcu refcounting for gw_node
Marek Lindner
2
-22
/
+17
2011-03-05
batman-adv: Correct rcu refcounting for neigh_node
Marek Lindner
7
-174
/
+313
2011-03-05
batman-adv: protect bonding with rcu locks
Simon Wunderlich
7
-163
/
+195
2011-03-05
batman-adv: protect ogm counter arrays with spinlock
Marek Lindner
3
-6
/
+33
2011-03-05
batman-adv: protect originator nodes with reference counters
Marek Lindner
4
-19
/
+78
2011-03-05
batman-adv: protect each hash row with rcu locks
Marek Lindner
8
-45
/
+141
2011-03-05
batman-adv: protect neigh_nodes used outside of rcu_locks with refcounting
Marek Lindner
1
-9
/
+31
2011-03-05
batman-adv: free neighbors when an interface is deactivated
Marek Lindner
1
-2
/
+7
2011-03-05
batman-adv: protect neighbor list with rcu locks
Marek Lindner
3
-21
/
+57
2011-03-05
batman-adv: convert neighbor list to hlist
Marek Lindner
3
-28
/
+35
2011-03-05
batman-adv: protect neighbor nodes with reference counters
Marek Lindner
4
-8
/
+28
2011-02-15
batman-adv: Remove two duplicate includes.
Jesper Juhl
1
-2
/
+0
2011-02-12
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
11
-26
/
+7
2011-02-12
batman-adv: Disallow originator addressing within mesh layer
Linus Lüssing
1
-6
/
+1
2011-02-12
batman-adv: Remove duplicate types.h inclusions
Linus Lüssing
10
-14
/
+0
2011-02-12
batman-adv: Split combined variable declarations
Marek Lindner
1
-2
/
+2
2011-02-11
batman-adv: Use successive sequence numbers for fragments
Sven Eckelmann
1
-4
/
+4
2011-02-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-5
/
+10
2011-02-08
batman-adv: Linearize fragment packets before merge
Sven Eckelmann
1
-5
/
+10
2011-02-01
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
39
-94
/
+93
2011-01-31
batman-adv: Update copyright years
Sven Eckelmann
39
-39
/
+39
2011-01-31
batman-adv: Remove unused variables
Sven Eckelmann
2
-10
/
+1
2011-01-31
batman-adv: Remove declaration of batman_skb_recv
Sven Eckelmann
2
-6
/
+9
2011-01-31
batman-adv: Remove unused definitions
Sven Eckelmann
1
-15
/
+0
2011-01-31
batman-adv: Remove dangling declaration of hash_remove_element
Sven Eckelmann
1
-5
/
+0
2011-01-31
batman-adv: remove unused parameters
Simon Wunderlich
4
-14
/
+10
2011-01-31
batman-adv: Calculate correct size for merged packets
Sven Eckelmann
4
-3
/
+31
2011-01-31
batman-adv: Create roughly equal sized fragments
Sven Eckelmann
1
-2
/
+3
2011-01-30
batman-adv: Make vis info stack traversal threadsafe
Sven Eckelmann
1
-3
/
+4
2011-01-30
batman-adv: Remove vis info element in free_info
Sven Eckelmann
1
-0
/
+1
2011-01-30
batman-adv: Remove vis info on hashing errors
Sven Eckelmann
1
-1
/
+1
2011-01-26
batman-adv: Fix kernel panic when fetching vis data on a vis server
Linus Lüssing
1
-2
/
+2
[next]