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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-01
tcp: md5: use kmalloc() backed scratch areas
Eric Dumazet
2
-17
/
+24
2016-06-30
tcp: add an ability to dump and restore window parameters
Andrey Vagin
1
-0
/
+57
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-98
/
+85
2016-06-29
tcp: do not send too big packets at retransmit time
Eric Dumazet
1
-1
/
+6
2016-06-28
net: diag: Add support to filter on device index
David Ahern
1
-0
/
+25
2016-06-28
ipmr/ip6mr: Initialize the last assert time of mfc entries.
Tom Goff
1
-1
/
+3
2016-06-23
esp: Fix ESN generation under UDP encapsulation
Herbert Xu
1
-20
/
+32
2016-06-19
ipv6: RFC 4884 partial support for SIT/GRE tunnels
Eric Dumazet
1
-1
/
+4
2016-06-19
gre: better support for ICMP messages for gre+ipv6
Eric Dumazet
2
-0
/
+7
2016-06-18
net: Remove deprecated tunnel specific UDP offload functions
Alexander Duyck
1
-65
/
+14
2016-06-18
net: Merge VXLAN and GENEVE push notifiers into a single notifier
Alexander Duyck
1
-0
/
+10
2016-06-18
net: Combine GENEVE and VXLAN port notifiers into single functions
Alexander Duyck
1
-0
/
+102
2016-06-17
net: xfrm: fix old-style declaration
Arnd Bergmann
1
-4
/
+4
2016-06-16
gre: fix error handler
Eric Dumazet
2
-13
/
+9
2016-06-16
net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloads
Philip Prindeville
2
-10
/
+34
2016-06-15
tcp: return sizeof tcp_dctcp_info in dctcp_get_info()
Neal Cardwell
1
-2
/
+2
2016-06-15
ovs/gre: fix rtnl notifications on iface deletion
Nicolas Dichtel
1
-0
/
+4
2016-06-15
ovs/gre,geneve: fix error path when creating an iface
Nicolas Dichtel
1
-3
/
+7
2016-06-15
udp reuseport: fix packet of same flow hashed to different socket
Su, Xuemin
1
-57
/
+16
2016-06-14
ipv4: fix checksum annotation in udp4_csum_init
Hannes Frederic Sowa
1
-2
/
+5
2016-06-12
ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC.
David S. Miller
1
-0
/
+2
2016-06-11
net: ipconfig: avoid warning by making ic_addrservaddr static
Ben Dooks
1
-1
/
+1
2016-06-11
tcp: add NV congestion control
Lawrence Brakmo
3
-0
/
+493
2016-06-11
tcp: add in_flight to tcp_skb_cb
Lawrence Brakmo
2
-2
/
+7
2016-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+5
2016-06-08
net: Add l3mdev rule
David Ahern
1
-2
/
+4
2016-06-08
tcp: accept RST if SEQ matches right edge of right-most SACK block
Pau Espin Pedrol
1
-3
/
+23
2016-06-08
gue: Implement direction IP encapsulation
Tom Herbert
1
-5
/
+76
2016-06-06
net: disable fragment reassembly if high_thresh is zero
Michal Kubeček
1
-1
/
+1
2016-06-04
skbuff: introduce skb_gso_validate_mtu
Marcelo Ricardo Leitner
2
-2
/
+2
2016-06-03
Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...
Eric Dumazet
1
-5
/
+5
2016-05-24
ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=n
Ezequiel Garcia
2
-4
/
+8
2016-05-21
udp: prevent skbs lingering in tunnel socket queues
Hannes Frederic Sowa
1
-1
/
+1
2016-05-21
ip4ip6: Support for GSO/GRO
Tom Herbert
1
-5
/
+7
2016-05-21
ip6_tun: Add infrastructure for doing encapsulation
Tom Herbert
1
-0
/
+5
2016-05-21
fou: Support IPv6 in fou
Tom Herbert
1
-12
/
+35
2016-05-21
fou: Split out {fou,gue}_build_header
Tom Herbert
1
-10
/
+37
2016-05-21
fou: Call setup_udp_tunnel_sock
Tom Herbert
1
-34
/
+16
2016-05-21
net: Cleanup encap items in ip_tunnels.h
Tom Herbert
2
-45
/
+4
2016-05-21
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
2
-2
/
+2
2016-05-21
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
4
-61
/
+0
2016-05-16
tcp: minor optimizations around tcp_hdr() usage
Eric Dumazet
2
-19
/
+17
2016-05-16
sock: propagate __sock_cmsg_send() error
Eric Dumazet
1
-2
/
+3
2016-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+12
2016-05-14
net/route: enforce hoplimit max value
Paolo Abeni
1
-0
/
+2
2016-05-13
udp: Resolve NULL pointer dereference over flow-based vxlan device
Alexander Duyck
1
-8
/
+2
2016-05-12
gre: Fix wrong tpi->proto in WCCP
Haishuang Yan
2
-5
/
+5
2016-05-12
net: original ingress device index in PKTINFO
David Ahern
2
-1
/
+7
2016-05-12
net: l3mdev: Add hook in ip and ipv6
David Ahern
1
-0
/
+7
2016-05-11
gre: do not keep the GRE header around in collect medata mode
Jiri Benc
1
-1
/
+6
[next]