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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
13
-37
/
+74
2011-06-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-2
/
+9
2011-06-30
ieee802154: free skb buffer if dev isn't running
Alexander Smirnov
1
-1
/
+1
2011-06-30
ieee802154: it's IEEE 802.15.4, not ZigBee
Dmitry Eremin-Solenikov
1
-1
/
+1
2011-06-30
ieee802154: support specifying hw address for created devices
Dmitry Eremin-Solenikov
1
-0
/
+31
2011-06-29
mac80211: propagate information about STA WME support down
Arik Nemtsov
1
-1
/
+4
2011-06-29
DSA: Enable cascading in multi-chip 6131 configuration
Barry Grussling
1
-2
/
+6
2011-06-29
netfilter: Fix ip_route_me_harder triggering ip_rt_bug
Julian Anastasov
2
-48
/
+26
2011-06-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-2
/
+9
2011-06-28
ipv4: Fix IPsec slowpath fragmentation problem
Steffen Klassert
1
-5
/
+5
2011-06-28
ipv4: Fix packet size calculation in __ip_append_data
Steffen Klassert
1
-5
/
+2
2011-06-27
mac80211: dynamic PS - don't enter PS when TX frames are pending
Arik Nemtsov
1
-12
/
+24
2011-06-27
mac80211: Drop DS Channel PARAM in directed probe
Paul Stewart
5
-11
/
+26
2011-06-27
mac80211: reestablish mis-configured existing Rx BA sessions
Arik Nemtsov
1
-1
/
+5
2011-06-27
bluetooth: uses crypto interfaces, select CRYPTO
Randy Dunlap
1
-0
/
+1
2011-06-27
mac80211: restrict advertised HW scan rates
Johannes Berg
1
-2
/
+3
2011-06-27
wireless: unify QoS control field definitions
Johannes Berg
3
-8
/
+2
2011-06-27
mac80211: fix rx->key NULL dereference during mic failure
Arik Nemtsov
2
-2
/
+9
2011-06-27
net_sched: fix dequeuer fairness
jamal
1
-5
/
+7
2011-06-25
bridge: Only flood unregistered groups to routers
Herbert Xu
1
-1
/
+4
2011-06-25
net: Kill unuseful net/TUNABLE doc in kernel source
Shan Wei
1
-50
/
+0
2011-06-25
Merge branch 'tipc-Jun24-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...
David S. Miller
12
-381
/
+276
2011-06-25
tipc: Optimize creation of connection protocol messages
Allan Stephens
1
-36
/
+12
2011-06-25
tipc: Don't create payload message using connection protocol routine
Allan Stephens
1
-8
/
+9
2011-06-25
tipc: Reject connection protocol message sent to unconnected port
Allan Stephens
1
-39
/
+40
2011-06-25
tipc: Optimize creation of FIN messages
Allan Stephens
1
-37
/
+24
2011-06-25
tipc: Cleanup of message header size terminology
Allan Stephens
4
-20
/
+20
2011-06-25
tipc: Eliminate useless check when creating internal message
Allan Stephens
1
-4
/
+2
2011-06-25
tipc: Remove unnecessary includes in socket code
Allan Stephens
1
-3
/
+0
2011-06-25
tipc: Eliminate unused field in bearer structure
Allan Stephens
2
-3
/
+0
2011-06-25
tipc: Correct typo in link statistics output
Allan Stephens
1
-1
/
+1
2011-06-25
tipc: Eliminate checks for empty zone list during name translation
Allan Stephens
1
-5
/
+2
2011-06-25
tipc: Convert name table publication lists to standard kernel lists
Allan Stephens
2
-164
/
+90
2011-06-25
tipc: Partition name table instance array info into two parts
Allan Stephens
1
-61
/
+89
2011-06-25
tipc: Eliminate redundant masking in message header routines
Allan Stephens
1
-2
/
+2
2011-06-25
tipc: Eliminate message header routines for caching destination node
Allan Stephens
1
-20
/
+0
2011-06-25
tipc: Optimizations & corrections to message rejection
Allan Stephens
1
-25
/
+24
2011-06-25
tipc: Optimize routing of returned payload messages
Allan Stephens
1
-1
/
+6
2011-06-25
tipc: Add sanity check to detect rejection of non-payload messages
Allan Stephens
1
-0
/
+6
2011-06-25
tipc: Standardize exit logic for message rejection handling
Allan Stephens
1
-10
/
+9
2011-06-25
tipc: Remove unused sanity test macro
Allan Stephens
1
-6
/
+0
2011-06-25
tipc: Convert fatal broadcast sanity check to non-fatal check
Allan Stephens
1
-1
/
+5
2011-06-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
21
-739
/
+1887
2011-06-24
Bluetooth: include scatterlist.h where needed
Stephen Rothwell
1
-0
/
+1
2011-06-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-9
/
+18
2011-06-23
dcb: use nlmsg_free() instead of kfree()
Dan Carpenter
1
-2
/
+2
2011-06-23
nl80211: use netlink consistent dump feature for BSS dumps
Johannes Berg
1
-4
/
+8
2011-06-23
netlink: advertise incomplete dumps
Johannes Berg
1
-0
/
+2
2011-06-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...
John W. Linville
10
-425
/
+1295
2011-06-22
udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packet
Xufeng Zhang
2
-0
/
+6
[prev]
[next]