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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+14
2018-11-29
tcp: remove loop to compute wscale
Eric Dumazet
1
-5
/
+3
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-22
/
+56
2018-11-29
bpf: helper to pop data from messages
John Fastabend
1
-3
/
+14
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-11
/
+38
2018-11-28
net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabled
David Ahern
1
-1
/
+1
2018-11-28
tcp: remove hdrlen argument from tcp_queue_rcv()
Eric Dumazet
1
-7
/
+6
2018-11-27
netfilter: nat: fix double register in masquerade modules
Taehee Yoo
1
-7
/
+16
2018-11-27
netfilter: add missing error handling code for register functions
Taehee Yoo
3
-7
/
+25
2018-11-25
net: always initialize pagedlen
Willem de Bruijn
1
-1
/
+2
2018-11-25
tcp: address problems caused by EDT misshaps
Eric Dumazet
2
-10
/
+16
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+17
2018-11-22
tcp: defer SACK compression after DupThresh
Eric Dumazet
3
-6
/
+16
2018-11-20
tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...
Stephen Mallon
1
-0
/
+1
2018-11-20
tcp: drop dst in tcp_add_backlog()
Eric Dumazet
1
-0
/
+2
2018-11-20
ipv4: Don't try to print ASCII of link level header in martian dumps.
David S. Miller
1
-1
/
+1
2018-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-11-18
ip_tunnel: don't force DF when MTU is locked
Sabrina Dubroca
1
-1
/
+1
2018-11-18
tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
1
-0
/
+2
2018-11-17
udp: fix jump label misuse
Paolo Abeni
1
-2
/
+2
2018-11-17
tcp: clean up STATE_TRACE
Yafang Shao
1
-4
/
+0
2018-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+15
2018-11-12
tcp: tsq: no longer use limit_output_bytes for paced flows
Eric Dumazet
2
-4
/
+5
2018-11-12
tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffies
Eric Dumazet
1
-2
/
+5
2018-11-12
tcp: refine tcp_tso_should_defer() after EDT adoption
Eric Dumazet
1
-3
/
+4
2018-11-12
tcp: do not try to defer skbs with eor mark (MSG_EOR)
Eric Dumazet
1
-0
/
+4
2018-11-11
tcp: minor optimization in tcp ack fast path processing
Yafang Shao
1
-3
/
+4
2018-11-10
net: tcp: remove BUG_ON from tcp_v4_err
Li RongQing
1
-1
/
+0
2018-11-09
tcp_bbr: update comments to reflect pacing_margin_percent
Neal Cardwell
1
-8
/
+7
2018-11-09
ipv4/tunnel: use __vlan_hwaccel helpers
Michał Mirosław
1
-1
/
+1
2018-11-09
inet: frags: better deal with smp races
Eric Dumazet
1
-14
/
+15
2018-11-09
fou, fou6: ICMP error handlers for FoU and GUE
Stefano Brivio
2
-0
/
+69
2018-11-09
udp: Support for error handlers of tunnels with arbitrary destination port
Stefano Brivio
1
-18
/
+52
2018-11-09
net: Convert protocol error handlers from void to int
Stefano Brivio
10
-64
/
+87
2018-11-09
udp: Handle ICMP errors for tunnels with same destination port on both endpoints
Stefano Brivio
2
-9
/
+71
2018-11-08
inet: minor optimization for backlog setting in listen(2)
Yafang Shao
2
-2
/
+1
2018-11-08
udp: cope with UDP GRO packet misdirection
Paolo Abeni
1
-1
/
+22
2018-11-08
ip: factor out protocol delivery helper
Paolo Abeni
1
-37
/
+36
2018-11-08
udp: add support for UDP_GRO cmsg
Paolo Abeni
1
-0
/
+4
2018-11-08
udp: implement GRO for plain UDP sockets.
Paolo Abeni
2
-22
/
+95
2018-11-08
udp: implement complete book-keeping for encap_needed
Paolo Abeni
1
-6
/
+13
2018-11-08
net: fix raw socket lookup device bind matching with VRFs
Duncan Eastoe
1
-2
/
+1
2018-11-08
net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFs
Mike Manning
3
-2
/
+39
2018-11-08
net: ensure unbound datagram socket to be chosen when not in a VRF
Mike Manning
1
-9
/
+6
2018-11-08
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
1
-8
/
+6
2018-11-08
net: allow binding socket in a VRF when there's an unbound socket
Robert Shearman
2
-8
/
+25
2018-11-07
net: Add extack argument to ip_fib_metrics_init
David Ahern
2
-8
/
+20
2018-11-07
net: Add extack argument to rtnl_create_link
David Ahern
1
-1
/
+1
2018-11-06
net: bpfilter: fix iptables failure if bpfilter_umh is disabled
Taehee Yoo
1
-3
/
+3
2018-11-01
net: drop skb on failure in ip_check_defrag()
Cong Wang
1
-4
/
+8
[next]