summaryrefslogtreecommitdiffstats
path: root/include/net/inet_connection_sock.h
Commit message (Expand)AuthorAgeFilesLines
* tcp/dccp: fix another race at listener dismantleEric Dumazet2016-02-181-2/+3
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-231-1/+6
* tcp/dccp: fix race at listener dismantle phaseEric Dumazet2015-10-161-7/+2
* tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet2015-10-161-0/+1
* tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet2015-10-141-1/+1
* tcp: remove max_qlen_logEric Dumazet2015-10-031-1/+1
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-031-4/+0
* tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet2015-10-031-2/+1
* tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet2015-09-291-1/+1
* inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet2015-09-291-1/+2
* inet: constify inet_csk_route_req() socket argumentEric Dumazet2015-09-251-1/+1
* tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-05-311-1/+2
* inet: properly align icsk_ca_privEric Dumazet2015-05-191-2/+3
* inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2015-04-241-19/+1
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-11/+4
* inet: drop prev pointer handling in request sockEric Dumazet2015-03-201-7/+4
* inet: fix request sock refcountingEric Dumazet2015-03-171-5/+0
* inet: add proper refcounting to request sockEric Dumazet2015-03-161-0/+5
* ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du2015-03-061-0/+2
* net: tcp: add key management to congestion controlDaniel Borkmann2015-01-051-1/+2
* tcp: avoid possible arithmetic overflowsEric Dumazet2014-09-221-0/+9
* tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-141-0/+1
* ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-151-1/+1
* inet*.h: Remove extern from function prototypesJoe Perches2013-09-211-41/+38
* tcp: Tail loss probe (TLP)Nandita Dukkipati2013-03-121-1/+4
* inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2012-12-141-0/+1
* net: ipv6: fix TCP early demuxEric Dumazet2012-08-061-0/+1
* ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller2012-07-201-2/+1
* ipv4: Add helper inet_csk_update_pmtu().David S. Miller2012-07-161-0/+2
* inet: Remove ->get_peer() method.David S. Miller2012-07-101-1/+0
* ipv4: tcp: dont cache output dst for syncookiesEric Dumazet2012-06-221-1/+2
* tcp: Get rid of inetpeer special cases.David S. Miller2012-06-091-1/+1
* ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet2012-04-271-0/+1
* tcp: bind() use stronger condition for bind_conflictAlex Copot2012-04-141-2/+2
* net: rename sk_clone to sk_clone_lockEric Dumazet2011-11-081-3/+3
* ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller2011-05-181-0/+1
* inet: Pass flowi to ->queue_xmit().David S. Miller2011-05-081-1/+1
* ipv4: Create inet_csk_route_child_sock().David S. Miller2011-05-081-0/+3
* net: kill unused macrosShan Wei2010-12-191-1/+0
* inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller2010-11-301-1/+1
* tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu2010-08-301-0/+1
* net: replace ipfragok with skb->local_dfShan Wei2010-04-151-1/+1
* inet: Remove unused send_check length argumentHerbert Xu2010-04-111-2/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-3/+3
* net: more #ifdef CONFIG_COMPATAlexey Dobriyan2008-08-281-0/+2
* [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev2008-04-031-5/+0
* [SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo2008-02-031-5/+3
* [TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller2007-01-261-2/+1
* [PATCH] severing skbuff.h -> poll.hAl Viro2006-12-041-0/+1
* [INET_CONNECTION_SOCK]: Pack struct inet_connection_sock_af_opsArnaldo Carvalho de Melo2006-12-021-2/+2