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
2015-10-05
ipv4: ICMP packet inspection for multipath
Peter Nørlund
2
-8
/
+70
2015-10-05
ipv4: L3 hash-based multipath
Peter Nørlund
2
-69
/
+87
2015-10-05
tcp: avoid two atomic ops for syncookies
Eric Dumazet
2
-4
/
+6
2015-10-05
tcp: fix fastopen races vs lockless listener
Eric Dumazet
2
-20
/
+12
2015-10-03
tcp: do not lock listener to process SYN packets
Eric Dumazet
1
-2
/
+9
2015-10-03
tcp/dccp: add a reschedule point in inet_csk_listen_stop()
Eric Dumazet
1
-0
/
+1
2015-10-03
tcp: remove max_qlen_log
Eric Dumazet
1
-2
/
+2
2015-10-03
tcp/dccp: remove struct listen_sock
Eric Dumazet
1
-10
/
+4
2015-10-03
tcp: attach SYNACK messages to request sockets instead of listener
Eric Dumazet
5
-23
/
+33
2015-10-03
tcp/dccp: install syn_recv requests into ehash table
Eric Dumazet
6
-257
/
+79
2015-10-03
tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument
Eric Dumazet
1
-1
/
+1
2015-10-03
tcp: get_openreq[46]() changes
Eric Dumazet
1
-4
/
+4
2015-10-03
tcp: remove BUG_ON() in tcp_check_req()
Eric Dumazet
1
-2
/
+0
2015-10-03
tcp: cleanup tcp_v[46]_inbound_md5_hash()
Eric Dumazet
1
-10
/
+6
2015-10-03
tcp: call sk_mark_napi_id() on the child, not the listener
Eric Dumazet
1
-1
/
+1
2015-10-03
tcp: move synflood_warned into struct request_sock_queue
Eric Dumazet
1
-4
/
+3
2015-10-03
tcp: move qlen/young out of struct listen_sock
Eric Dumazet
2
-4
/
+4
2015-10-03
tcp: add a spinlock to protect struct request_sock_queue
Eric Dumazet
1
-14
/
+7
2015-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+2
2015-09-30
net: Initialize flow flags in input path
David Ahern
2
-0
/
+2
2015-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
8
-19
/
+22
2015-09-30
net: Replace calls to vrf_dev_get_rth
David Ahern
1
-5
/
+3
2015-09-30
net: Replace vrf_dev_table and friends
David Ahern
2
-6
/
+5
2015-09-30
net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents
David Ahern
5
-17
/
+17
2015-09-30
net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER
David Ahern
3
-3
/
+3
2015-09-30
tcp: prepare fastopen code for upcoming listener changes
Eric Dumazet
5
-34
/
+19
2015-09-30
tcp: constify tcp_syn_flood_action() socket argument
Eric Dumazet
1
-4
/
+5
2015-09-30
tcp: constify tcp_v{4|6}_route_req() sock argument
Eric Dumazet
1
-1
/
+2
2015-09-30
tcp: cookie_init_sequence() cleanups
Eric Dumazet
1
-5
/
+1
2015-09-30
tcp/dccp: constify syn_recv_sock() method sock argument
Eric Dumazet
1
-1
/
+1
2015-09-30
tcp: constify tcp_create_openreq_child() socket argument
Eric Dumazet
1
-1
/
+3
2015-09-30
inet: constify __inet_inherit_port() sock argument
Eric Dumazet
1
-1
/
+1
2015-09-30
inet: constify inet_csk_route_child_sock() socket argument
Eric Dumazet
1
-1
/
+1
2015-09-30
tcp: remove tcp_rcv_state_process() tcp_hdr argument
Eric Dumazet
3
-4
/
+4
2015-09-30
tcp: remove unused len argument from tcp_rcv_state_process()
Eric Dumazet
3
-6
/
+5
2015-09-30
tcp/dccp: constify send_synack and send_reset socket argument
Eric Dumazet
1
-2
/
+2
2015-09-30
net: Remove martian_source_keep_err goto label
David Ahern
1
-4
/
+2
2015-09-30
net: Swap ordering of tests in ip_route_input_mc
Alexander Duyck
1
-3
/
+2
2015-09-30
net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu
Alexander Duyck
1
-1
/
+1
2015-09-29
ipv4: Pass struct net into ip_route_me_harder
Eric W. Biederman
6
-8
/
+9
2015-09-29
netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcp
Eric W. Biederman
1
-7
/
+9
2015-09-29
netfilter: Push struct net down into nf_afinfo.reroute
Eric W. Biederman
1
-1
/
+1
2015-09-29
ipv4: Push struct net down into nf_send_reset
Eric W. Biederman
3
-3
/
+3
2015-09-29
tcp: Fix CWV being too strict on thin streams
Bendik Rønning Opstad
1
-2
/
+2
2015-09-29
tcp: avoid reorders for TFO passive connections
Eric Dumazet
2
-24
/
+30
2015-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-64
/
+94
2015-09-26
net: Fix panic in icmp_route_lookup
David Ahern
1
-2
/
+2
2015-09-25
inet: constify inet_rtx_syn_ack() sock argument
Eric Dumazet
1
-1
/
+1
2015-09-25
tcp/dccp: constify rtx_synack() and friends
Eric Dumazet
1
-1
/
+1
2015-09-25
tcp: constify tcp_v{4|6}_send_synack() socket argument
Eric Dumazet
1
-1
/
+1
[next]