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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-2
/
+26
2014-09-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+15
2014-09-23
tcp: avoid possible arithmetic overflows
Eric Dumazet
1
-0
/
+9
2014-09-23
ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallback
Daniel Borkmann
1
-1
/
+4
2014-09-22
net: dsa: add {get, set}_wol callbacks to slave devices
Florian Fainelli
1
-0
/
+8
2014-09-22
net: dsa: allow switch drivers to implement suspend/resume hooks
Florian Fainelli
1
-0
/
+6
2014-09-22
net: sched: shrink struct qdisc_skb_cb to 28 bytes
Eric Dumazet
1
-1
/
+2
2014-09-20
genetlink: add function genl_has_listeners()
Nicolas Dichtel
1
-0
/
+8
2014-09-20
net: fix sparse warnings in SNMP_UPD_PO_STATS(_BH)
Sabrina Dubroca
1
-6
/
+2
2014-09-20
net: Changes to ip_tunnel to support foo-over-udp encapsulation
Tom Herbert
1
-1
/
+18
2014-09-20
net: dsa: allow switch drivers to specify phy_device::dev_flags
Florian Fainelli
1
-0
/
+1
2014-09-19
udp-tunnel: Add a few more UDP tunnel APIs
Andy Zhou
1
-0
/
+57
2014-09-19
udp_tunnel: Seperate ipv6 functions into its own file.
Andy Zhou
1
-2
/
+26
2014-09-16
xfrm: Generate queueing routes only from route lookup functions
Steffen Klassert
1
-0
/
+1
2014-09-16
xfrm: Generate blackhole routes only from route lookup functions
Steffen Klassert
1
-1
/
+14
2014-09-16
dsa: Replace mii_bus with a generic host device
Alexander Duyck
1
-4
/
+5
2014-09-16
dsa: Split ops up, and avoid assigning tag_protocol and receive separately
Alexander Duyck
1
-4
/
+6
2014-09-14
net: dsa: change tag_protocol to an enum
Florian Fainelli
1
-7
/
+10
2014-09-14
ipv6: clean up ipv6_dev_ac_inc()
WANG Cong
1
-1
/
+1
2014-09-13
net: rcu-ify tcf_proto
John Fastabend
1
-4
/
+5
2014-09-13
net: qdisc: use rcu prefix and silence sparse warnings
John Fastabend
1
-6
/
+15
2014-09-13
ipv6: clean up anycast when an interface is destroyed
Sabrina Dubroca
1
-0
/
+1
2014-09-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-0
/
+115
2014-09-10
net-timestamp: optimize sock_tx_timestamp default path
Willem de Bruijn
1
-1
/
+9
2014-09-09
net/ipv4: bind ip_nonlocal_bind to current netns
Vincent Bernat
2
-2
/
+1
2014-09-09
netfilter: nf_tables: add new nft_masq expression
Arturo Borrero
1
-0
/
+16
2014-09-09
netfilter: nf_nat: generalize IPv6 masquerading support for nf_tables
Arturo Borrero
1
-0
/
+10
2014-09-09
netfilter: nf_nat: generalize IPv4 masquerading support for nf_tables
Arturo Borrero
1
-0
/
+14
2014-09-09
netfilter: nat: move specific NAT IPv6 to core
Pablo Neira Ayuso
1
-0
/
+37
2014-09-09
Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
4
-11
/
+69
2014-09-09
inet: remove dead inetpeer sequence code
Willem de Bruijn
1
-1
/
+0
2014-09-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-2
/
+3
2014-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-6
/
+18
2014-09-08
Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
1
-1
/
+1
2014-09-06
tcp: remove TCP_SKB_CB(skb)->when
Eric Dumazet
1
-6
/
+7
2014-09-06
tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn
Eric Dumazet
1
-1
/
+6
2014-09-06
net: Add function for parsing the header length out of linear ethernet frames
Alexander Duyck
1
-0
/
+2
2014-09-06
net: merge cases where sock_efree and sock_edemux are the same function
Alexander Duyck
1
-0
/
+4
2014-09-06
net-timestamp: Make the clone operation stand-alone from phy timestamping
Alexander Duyck
1
-0
/
+1
2014-09-06
ipv4: harden fnhe_hashfun()
Eric Dumazet
1
-1
/
+2
2014-09-06
net: treewide: Fix typo found in DocBook/networking.xml
Masanari Iida
1
-1
/
+1
2014-09-06
ipv4: fix a race in update_or_create_fnhe()
Eric Dumazet
1
-1
/
+1
2014-09-06
net-timestamp: only report sw timestamp if reporting bit is set
Willem de Bruijn
1
-3
/
+1
2014-09-05
ipv6: add sysctl_mld_qrv to configure query robustness variable
Hannes Frederic Sowa
1
-0
/
+1
2014-09-04
Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...
John W. Linville
2
-8
/
+31
2014-09-04
Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu...
John W. Linville
1
-1
/
+1
2014-09-02
netfilter: nat: move specific NAT IPv4 to core
Pablo Neira Ayuso
1
-0
/
+38
2014-09-02
sock: deduplicate errqueue dequeue
Willem de Bruijn
1
-0
/
+1
2014-09-02
Merge tag 'master-2014-08-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2
-1
/
+2
2014-08-30
net: sctp: fix ABI mismatch through sctp_assoc_to_state helper
Daniel Borkmann
1
-0
/
+13
[next]