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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-12
net: get rid of some pointless casts to sockaddr
Maciej Żenczykowski
2
-3
/
+3
2012-03-10
net: Use bool in netdevice.h helpers.
David S. Miller
1
-26
/
+26
2012-03-10
net: Use bool in skbuff.h helper functions.
David S. Miller
1
-3
/
+3
2012-03-10
ipv4: Make ip_call_ra_chain() return bool.
David S. Miller
1
-1
/
+1
2012-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-1
/
+13
2012-03-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
9
-53
/
+174
2012-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+3
2012-03-09
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+8
2012-03-09
sctp: Export sctp_do_peeloff
Benjamin Poirier
1
-0
/
+1
2012-03-08
mac80211: update ieee80211_tx_rate_control kerneldoc
Simon Wunderlich
1
-4
/
+5
2012-03-08
route: Remove redirect_genid
Steffen Klassert
1
-1
/
+0
2012-03-08
inetpeer: Invalidate the inetpeer tree along with the routing cache
Steffen Klassert
1
-0
/
+3
2012-03-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
David S. Miller
7
-288
/
+607
2012-03-08
af_iucv: add shutdown for HS transport
Ursula Braun
1
-0
/
+1
2012-03-08
Bluetooth: fix conding style issues all over the tree
Gustavo F. Padovan
1
-34
/
+33
2012-03-07
netfilter: xt_LOG: add __printf() to sb_add()
Eric Dumazet
1
-1
/
+1
2012-03-07
netfilter: xt_CT: allow to attach timeout policy + glue code
Pablo Neira Ayuso
1
-0
/
+12
2012-03-07
netfilter: nf_ct_ext: add timeout extension
Pablo Neira Ayuso
2
-0
/
+82
2012-03-07
netfilter: add cttimeout infrastructure for fine timeout tuning
Pablo Neira Ayuso
4
-1
/
+128
2012-03-07
netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet
Pablo Neira Ayuso
1
-2
/
+6
2012-03-07
netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to array
Pablo Neira Ayuso
1
-1
/
+4
2012-03-07
netfilter: remove ipt_SAME.h and ipt_realm.h
WANG Cong
3
-29
/
+0
2012-03-07
netfilter: merge ipt_LOG and ip6_LOG into xt_LOG
Richard Weinberger
4
-0
/
+24
2012-03-07
netfilter: ctnetlink: allow to set expectfn for expectations
Pablo Neira Ayuso
2
-0
/
+14
2012-03-07
netfilter: ctnetlink: add NAT support for expectations
Pablo Neira Ayuso
1
-0
/
+9
2012-03-07
netfilter: ctnetlink: allow to set expectation class
Pablo Neira Ayuso
1
-0
/
+1
2012-03-07
netfilter: ipset: hash:net,iface timeout bug fixed
Jozsef Kadlecsik
1
-0
/
+8
2012-03-07
netfilter: ipset: Exceptions support added to hash:*net* types
Jozsef Kadlecsik
2
-23
/
+70
2012-03-07
netfilter: ipset: Log warning when a hash type of set gets full
Jozsef Kadlecsik
1
-4
/
+18
2012-03-07
netfilter: ipset: expose userspace-relevant parts in ip_set.h
Jan Engelhardt
1
-12
/
+14
2012-03-07
netfilter: ipset: use NFPROTO_ constants
Jan Engelhardt
1
-1
/
+4
2012-03-07
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-0
/
+2
2012-03-07
Bluetooth: Fix coding style in all .h files
Gustavo F. Padovan
4
-39
/
+39
2012-03-07
Bluetooth: Use correct type for userspace exported structs
Gustavo F. Padovan
1
-3
/
+3
2012-03-07
Bluetooth: Fix coding style in mgmt.h
Gustavo F. Padovan
1
-79
/
+78
2012-03-07
net: Use bool for return value of dev_valid_name().
David S. Miller
1
-1
/
+1
2012-03-07
net/mlx4: fixing sparse warnings for not declared, functions
Yevgeny Petrilin
1
-1
/
+4
2012-03-07
NFC: NCI code identation fixes
Samuel Ortiz
1
-5
/
+5
2012-03-07
NFC: Core code identation fixes
Samuel Ortiz
1
-12
/
+12
2012-03-07
NFC: Remove the rf mode parameter from the DEP link up routine
Samuel Ortiz
1
-4
/
+2
2012-03-07
NFC: Add device powered netlink attribute
Samuel Ortiz
1
-0
/
+1
2012-03-07
bcma: add support for on-chip OTP memory used for SPROM storage
Arend van Spriel
1
-1
/
+9
2012-03-07
cfg80211: expose cfg80211_calculate_bitrate()
Thomas Pedersen
1
-0
/
+8
2012-03-07
cfg80211/mac80211: report signal strength for mgmt frames
Johannes Berg
2
-3
/
+11
2012-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-110
/
+56
2012-03-06
Merge branch 'akpm' (Andrew's patch bomb)
Linus Torvalds
3
-9
/
+8
2012-03-06
memcg: fix GPF when cgroup removal races with last exit
Hugh Dickins
1
-5
/
+0
2012-03-06
vfork: kill PF_STARTING
Oleg Nesterov
1
-1
/
+0
2012-03-06
coredump_wait: don't call complete_vfork_done()
Oleg Nesterov
1
-1
/
+0
2012-03-06
vfork: make it killable
Oleg Nesterov
1
-1
/
+1
[next]