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
/
dccp
/
ipv4.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-18
tcp/dccp: remove obsolete WARN_ON() in icmp handlers
Eric Dumazet
1
-2
/
+0
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+7
2016-02-18
tcp/dccp: fix another race at listener dismantle
Eric Dumazet
1
-7
/
+7
2016-02-11
inet: refactor inet[6]_lookup functions to take skb
Craig Gallek
1
-1
/
+1
2015-10-23
tcp/dccp: fix hashdance race for passive sessions
Eric Dumazet
1
-2
/
+4
2015-10-16
tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper
Eric Dumazet
1
-1
/
+1
2015-10-16
Revert "inet: fix double request socket freeing"
Eric Dumazet
1
-1
/
+1
2015-10-14
tcp/dccp: fix behavior of stale SYN_RECV request sockets
Eric Dumazet
1
-8
/
+7
2015-10-05
tcp: avoid two atomic ops for syncookies
Eric Dumazet
1
-1
/
+1
2015-10-03
tcp/dccp: install syn_recv requests into ehash table
Eric Dumazet
1
-43
/
+21
2015-09-30
tcp/dccp: constify syn_recv_sock() method sock argument
Eric Dumazet
1
-1
/
+2
2015-09-30
tcp/dccp: constify send_synack and send_reset socket argument
Eric Dumazet
1
-1
/
+1
2015-09-25
tcp/dccp: constify rtx_synack() and friends
Eric Dumazet
1
-1
/
+1
2015-04-24
inet: fix possible panic in reqsk_queue_unlink()
Eric Dumazet
1
-1
/
+2
2015-03-24
inet: fix double request socket freeing
Fan Du
1
-1
/
+1
2015-03-23
ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets
Eric Dumazet
1
-36
/
+34
2015-03-23
inet: remove sk_listener parameter from syn_ack_timeout()
Eric Dumazet
1
-1
/
+1
2015-03-20
inet: get rid of central tcp/dccp listener timer
Eric Dumazet
1
-3
/
+7
2015-03-20
inet: drop prev pointer handling in request sock
Eric Dumazet
1
-8
/
+6
2015-03-19
inet: request sock should init IPv6/IPv4 addresses
Eric Dumazet
1
-2
/
+2
2015-03-19
inet: add IPv6 support to sk_ehashfn()
Eric Dumazet
1
-5
/
+4
2015-03-18
inet: add sk_listener argument to inet_reqsk_alloc()
Eric Dumazet
1
-2
/
+1
2015-03-14
inet: fill request sock ir_iif for IPv4
Eric Dumazet
1
-0
/
+1
2015-03-13
inet: introduce ireq_family
Eric Dumazet
1
-0
/
+1
2015-03-13
ipv6: add missing ireq_net & ir_cookie initializations
Eric Dumazet
1
-1
/
+0
2015-03-12
net: fix CONFIG_NET_NS=n compilation
Eric Dumazet
1
-1
/
+1
2015-03-12
net: add real socket cookies
Eric Dumazet
1
-0
/
+2
2014-11-18
dccp: remove blank lines between function/EXPORT_SYMBOL
Fabian Frederick
1
-6
/
+0
2014-05-24
net: Eliminate no_check from protosw
Tom Herbert
1
-1
/
+0
2014-01-13
ipv4: introduce hardened ip_no_pmtu_disc mode
Hannes Frederic Sowa
1
-0
/
+1
2013-12-06
net: Remove FLOWI_FLAG_CAN_SLEEP
Steffen Klassert
1
-1
/
+1
2013-11-06
ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
Hannes Frederic Sowa
1
-0
/
+1
2013-10-10
inet: includes a sock_common in request_sock
Eric Dumazet
1
-9
/
+9
2013-03-17
tcp: Remove TCPCT
Christoph Paasch
1
-3
/
+2
2012-12-14
inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock
Christoph Paasch
1
-2
/
+2
2012-07-24
ipv4: Prepare for change of rt->rt_iif encoding.
David S. Miller
1
-1
/
+1
2012-07-21
ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.
David S. Miller
1
-1
/
+1
2012-07-17
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
David S. Miller
1
-1
/
+1
2012-07-16
ipv4: Add helper inet_csk_update_pmtu().
David S. Miller
1
-9
/
+2
2012-07-12
net: Remove checks for dst_ops->redirect being NULL.
David S. Miller
1
-1
/
+1
2012-07-12
ipv4: Add redirect support to all protocol icmp error handlers.
David S. Miller
1
-0
/
+11
2012-06-23
ipv4: tcp: dont cache output dst for syncookies
Eric Dumazet
1
-1
/
+1
2012-04-14
inet: makes syn_ack_timeout mandatory
Eric Dumazet
1
-0
/
+6
2012-03-03
dccp: fix bug in sequence number validation during connection setup
Samuel Jero
1
-3
/
+5
2011-12-01
dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb().
David S. Miller
1
-2
/
+3
2011-11-22
dccp: fix error propagation in dccp_v4_connect
RongQing.Li
1
-0
/
+1
2011-11-04
net: add missing bh_unlock_sock() calls
Eric Dumazet
1
-0
/
+1
2011-08-07
net: Compute protocol sequence numbers and fragment IDs using MD5.
David S. Miller
1
-0
/
+1
2011-05-19
ipv4: Make caller provide flowi4 key to inet_csk_route_req().
David S. Miller
1
-1
/
+2
2011-05-09
ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.
David S. Miller
1
-9
/
+10
[next]