aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/inet_connection_sock.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-17tcp: Remove TCPCTGravatar Christoph Paasch 1-1/+1
2013-03-07Fix: sparse warning in inet_csk_prepare_forced_closeGravatar Christoph Paasch 1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-6/+4
2013-01-27soreuseport: fix use of uid in tb->fastuidGravatar Tom Herbert 1-7/+4
2013-01-23soreuseport: TCP/IPv4 implementationGravatar Tom Herbert 1-11/+37
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockGravatar Christoph Paasch 1-0/+16
2012-11-03tcp: better retrans tracking for defer-acceptGravatar Eric Dumazet 1-7/+18
2012-10-08ipv4: introduce rt_uses_gatewayGravatar Julian Anastasov 1-2/+2
2012-09-06tcp: fix TFO regressionGravatar Eric Dumazet 1-2/+2
2012-08-31tcp: TCP Fast Open Server - support TFO listenersGravatar Jerry Chu 1-6/+51
2012-08-21ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Gravatar Christoph Paasch 1-1/+6
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.Gravatar David S. Miller 1-4/+1
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.Gravatar David S. Miller 1-2/+2
2012-07-17ipv4: fix rcu splatGravatar Eric Dumazet 1-2/+2
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()Gravatar David S. Miller 1-1/+1
2012-07-16ipv4: Add helper inet_csk_update_pmtu().Gravatar David S. Miller 1-0/+46
2012-07-10inet: Kill FLOWI_FLAG_PRECOW_METRICS.Gravatar David S. Miller 1-1/+1
2012-06-22ipv4: tcp: dont cache output dst for syncookiesGravatar Eric Dumazet 1-2/+6
2012-06-01tcp: do not create inetpeer on SYNACK messageGravatar Eric Dumazet 1-1/+2
2012-04-21sock: Introduce named constants for sk_reuseGravatar Pavel Emelyanov 1-0/+3
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+2
2012-04-14tcp: bind() use stronger condition for bind_conflictGravatar Alex Copot 1-4/+14
2012-04-14inet: makes syn_ack_timeout mandatoryGravatar Eric Dumazet 1-2/+1
2012-04-14tcp: RFC6298 supersedes RFC2988bisGravatar Eric Dumazet 1-1/+1
2012-01-25tcp: bind() optimize port allocationGravatar Flavio Leitner 1-4/+2
2012-01-25tcp: bind() fix autoselection to share portsGravatar Flavio Leitner 1-0/+5
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Gravatar Eric Dumazet 1-1/+1
2011-11-08net: rename sk_clone to sk_clone_lockGravatar Eric Dumazet 1-4/+13
2011-05-24seqlock: Get rid of SEQLOCK_UNLOCKEDGravatar Eric Dumazet 1-1/+1
2011-05-18ipv4: Make caller provide flowi4 key to inet_csk_route_req().Gravatar David S. Miller 1-5/+5
2011-05-08ipv4: Create inet_csk_route_child_sock().Gravatar David S. Miller 1-0/+33
2011-04-28ipv4: Get route daddr from flow key in inet_csk_route_req().Gravatar David S. Miller 1-1/+1
2011-04-28inet: add RCU protection to inet->optGravatar Eric Dumazet 1-3/+3
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-3/+2
2011-04-13Revert "tcp: disallow bind() to reuse addr/port"Gravatar David S. Miller 1-3/+2
2011-03-31ipv4: Use flowi4_init_output() in inet_connection_sock.cGravatar David S. Miller 1-12/+6
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.Gravatar David S. Miller 1-2/+2
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.Gravatar David S. Miller 1-13/+13
2011-03-12net: Make flowi ports AF dependent.Gravatar David S. Miller 1-2/+2
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-10/+12
2011-03-02ipv4: Make output route lookup return rtable directly.Gravatar David S. Miller 1-1/+2
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()Gravatar David S. Miller 1-1/+1
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"Gravatar David S. Miller 1-1/+1
2011-01-11tcp: disallow bind() to reuse addr/portGravatar Eric Dumazet 1-2/+3
2010-12-09net: optimize INET input path furtherGravatar Eric Dumazet 1-4/+3
2010-11-17net: use the macros defined for the members of flowiGravatar Changli Gao 1-9/+6
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsGravatar Eric Dumazet 1-18/+1
2010-06-10net-next: remove useless union keywordGravatar Changli Gao 1-1/+1
2010-05-15net: reserve ports for applications using fixed port numbersGravatar Amerigo Wang 1-0/+6
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-11/+5