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
/
tcp_ipv4.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-24
net: convert %p usage to %pK
Dan Rosenberg
1
-3
/
+3
2011-05-19
ipv4: Pass explicit destination address to rt_bind_peer().
David S. Miller
1
-1
/
+1
2011-05-19
ipv4: Pass explicit destination address to rt_get_peer().
David S. Miller
1
-3
/
+3
2011-05-19
ipv4: Make caller provide flowi4 key to inet_csk_route_req().
David S. Miller
1
-2
/
+4
2011-05-11
ipv4: Pass explicit daddr arg to ip_send_reply().
David S. Miller
1
-2
/
+2
2011-05-09
tcp: Use cork flow info instead of rt->rt_dst in tcp_v4_get_peer()
David S. Miller
1
-1
/
+2
2011-05-09
ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.
David S. Miller
1
-8
/
+10
2011-05-09
tcp: Use cork flow in tcp_v4_connect()
David S. Miller
1
-6
/
+7
2011-04-29
ipv4: Get route daddr from flow key in tcp_v4_connect().
David S. Miller
1
-2
/
+2
2011-04-29
ipv4: Fetch route saddr from flow key in tcp_v4_connect().
David S. Miller
1
-1
/
+1
2011-04-29
inet: add RCU protection to inet->opt
Eric Dumazet
1
-14
/
+20
2011-04-28
ipv4: Sanitize and simplify ip_route_{connect,newports}()
David S. Miller
1
-5
/
+5
2011-04-22
inet: constify ip headers and in6_addr
Eric Dumazet
1
-4
/
+4
2011-03-03
ipv4: Make output route lookup return rtable directly.
David S. Miller
1
-13
/
+15
2011-03-02
ipv4: Can final ip_route_connect() arg to boolean "can_sleep".
David S. Miller
1
-1
/
+1
2011-02-25
ipv4: Rearrange how ip_route_newports() gets port keys.
David S. Miller
1
-1
/
+5
2011-02-20
tcp: Remove debug macro of TCP_CHECK_TIMER
Shan Wei
1
-5
/
+0
2011-02-11
inetpeer: Abstract address representation further.
David S. Miller
1
-1
/
+1
2011-01-25
tcp: fix bug in listening_get_next()
Eric Dumazet
1
-1
/
+0
2010-12-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+2
2010-12-23
tcp: fix listening_get_next()
Eric Dumazet
1
-2
/
+2
2010-12-13
net: Abstract default ADVMSS behind an accessor.
David S. Miller
1
-1
/
+1
2010-12-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+3
2010-12-02
timewait_sock: Create and use getpeer op.
David S. Miller
1
-22
/
+11
2010-11-30
inet: Turn ->remember_stamp into ->get_peer in connection AF ops.
David S. Miller
1
-27
/
+8
2010-11-30
inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.
David S. Miller
1
-2
/
+2
2010-11-30
inetpeer: Introduce inet_peer_address_t.
David S. Miller
1
-1
/
+1
2010-11-28
netns: Don't leak others' openreq-s in proc
Pavel Emelyanov
1
-1
/
+3
2010-11-13
tcp: Don't change unlocked socket state in tcp_v4_err().
David S. Miller
1
-5
/
+3
2010-10-21
tproxy: fix hash locking issue when using port redirection in __inet_inherit_...
Balazs Scheidler
1
-3
/
+7
2010-09-01
gro: unexport tcp4_gro_receive and tcp4_gro_complete
Eric Dumazet
1
-2
/
+0
2010-07-13
inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...
Changli Gao
1
-0
/
+3
2010-07-12
net/ipv4: EXPORT_SYMBOL cleanups
Eric Dumazet
1
-23
/
+12
2010-06-27
syncookies: add support for ECN
Florian Westphal
1
-4
/
+2
2010-06-16
inetpeer: restore small inet_peer structures
Eric Dumazet
1
-4
/
+7
2010-06-11
net-next: remove useless union keyword
Changli Gao
1
-1
/
+1
2010-06-07
tcp: Fix slowness in read /proc/net/tcp
Tom Herbert
1
-8
/
+84
2010-06-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+4
2010-06-05
syncookies: avoid unneeded tcp header flag double check
Florian Westphal
1
-1
/
+1
2010-06-05
syncookies: make v4/v6 synflood warning behaviour the same
Florian Westphal
1
-11
/
+13
2010-06-05
rps: tcp: fix rps_sock_flow_table table updates
Eric Dumazet
1
-3
/
+4
2010-05-16
net: Introduce sk_route_nocaps
Eric Dumazet
1
-3
/
+3
2010-04-28
net: Make RFS socket operations not be inet specific.
David S. Miller
1
-1
/
+1
2010-04-21
net: Fix various endianness glitches
Eric Dumazet
1
-2
/
+2
2010-04-17
rfs: Receive Flow Steering
Tom Herbert
1
-0
/
+2
2010-04-12
inet: Remove unused send_check length argument
Herbert Xu
1
-1
/
+1
2010-04-12
tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4
Herbert Xu
1
-17
/
+14
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-20
TCP: check min TTL on received ICMP packets
stephen hemminger
1
-0
/
+5
2010-03-10
tcp: Fix tcp_v4_rcv()
Eric Dumazet
1
-4
/
+4
[next]