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
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-16
vti6: delete unneeded call to netdev_priv
Julia Lawall
1
-3
/
+0
2014-05-14
snmp: fix some left over of snmp stats
WANG Cong
1
-4
/
+4
2014-05-14
net: support marking accepting TCP sockets
Lorenzo Colitti
3
-2
/
+5
2014-05-14
net: Use fwmark reflection in PMTU discovery.
Lorenzo Colitti
1
-1
/
+1
2014-05-14
net: add a sysctl to reflect the fwmark on replies
Lorenzo Colitti
3
-0
/
+14
2014-05-14
tcp: IPv6 support for fastopen server
Daniel Lee
1
-12
/
+28
2014-05-14
tcp: improve fastopen icmp handling
Yuchung Cheng
1
-5
/
+17
2014-05-12
net: rename local_df to ignore_df
WANG Cong
3
-10
/
+10
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-5
/
+15
2014-05-12
ipv6: remove parameter rt from fib6_prune_clones()
Duan Jiong
1
-7
/
+5
2014-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-2
/
+4
2014-05-09
net: Verify UDP checksum before handoff to encap
Tom Herbert
1
-0
/
+4
2014-05-09
icmp6: Call skb_checksum_validate
Tom Herbert
1
-16
/
+5
2014-05-09
gre6: Call skb_checksum_simple_validate
Tom Herbert
1
-11
/
+1
2014-05-09
netfilter: Fix potential use after free in ip6_route_me_harder()
Sergey Popovich
1
-2
/
+4
2014-05-08
net: clean up snmp stats code
WANG Cong
4
-40
/
+27
2014-05-07
net: ipv6: send pkttoobig immediately if orig frag size > mtu
Florian Westphal
1
-1
/
+5
2014-05-06
ipv6: Need to sock_put on csum error
Tom Herbert
1
-0
/
+1
2014-05-05
ipv6: remove unused function ipv6_inherit_linklocal()
WANG Cong
1
-12
/
+0
2014-05-05
net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)
Tom Herbert
2
-13
/
+38
2014-05-05
net: Call skb_checksum_init in IPv6
Tom Herbert
2
-30
/
+2
2014-04-30
net: ipv6: Introduce ip6_sk_dst_hoplimit.
Lorenzo Colitti
5
-35
/
+7
2014-04-28
net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iif
Julian Anastasov
3
-1
/
+4
2014-04-25
ipv6: fib: fix fib dump restart
Kumar Sundararajan
1
-1
/
+2
2014-04-23
ip6gre: add x-netns support
Nicolas Dichtel
1
-20
/
+32
2014-04-23
ipv6: support IFA_F_MANAGETEMPADDR for address deletion too
Heiner Kallweit
1
-4
/
+16
2014-04-16
ip6_tunnel: use the right netns in ioctl handler
Nicolas Dichtel
1
-4
/
+4
2014-04-16
sit: use the right netns in ioctl handler
Nicolas Dichtel
1
-13
/
+4
2014-04-16
ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif
Cong Wang
1
-1
/
+1
2014-04-15
ip6_gre: don't allow to remove the fb_tunnel_dev
Nicolas Dichtel
1
-0
/
+10
2014-04-15
ipv4: add a sock pointer to dst->output() path.
Eric Dumazet
4
-11
/
+12
2014-04-15
ipv4: add a sock pointer to ip_queue_xmit()
Eric Dumazet
1
-2
/
+1
2014-04-14
ipv6: Limit mtu to 65575 bytes
Eric Dumazet
1
-2
/
+3
2014-04-12
net: ipv6: Fix oif in TCP SYN+ACK route lookup.
Lorenzo Colitti
1
-1
/
+1
2014-04-05
netfilter: Can't fail and free after table replacement
Thomas Graf
1
-2
/
+4
2014-04-01
ipv6: some ipv6 statistic counters failed to disable bh
Hannes Frederic Sowa
4
-10
/
+11
2014-04-01
ipv6: strengthen fallback fragmentation id generation
Hannes Frederic Sowa
1
-12
/
+15
2014-04-01
ipv6: tcp_ipv6 policy route issue
Wang Yufen
1
-7
/
+11
2014-04-01
ipv6: reuse rt6_need_strict
Wang Yufen
1
-6
/
+0
2014-04-01
ipv6: tcp_ipv6 do some cleanup
Wang Yufen
1
-13
/
+11
2014-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-51
/
+142
2014-03-30
ipv6: fix checkpatch errors of "foo*" and "foo * bar"
Wang Yufen
1
-15
/
+15
2014-03-30
ipv6: fix checkpatch errors of brace and trailing statements
Wang Yufen
1
-8
/
+10
2014-03-30
ipv6: fix checkpatch errors comments and space
Wang Yufen
1
-14
/
+12
2014-03-29
ipv6: move DAD and addrconf_verify processing to workqueue
Hannes Frederic Sowa
1
-51
/
+142
2014-03-27
ipv6: do not overwrite inetpeer metrics prematurely
Michal Kubeček
2
-36
/
+55
2014-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-13
/
+14
2014-03-21
ip6mr: fix mfc notification flags
Nicolas Dichtel
1
-5
/
+8
2014-03-18
ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properly
lucien
1
-8
/
+6
2014-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
8
-179
/
+543
[next]