summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_connection_sock.c
AgeCommit message (Expand)Author
2019-03-23tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet
2017-11-18tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet
2017-06-07dccp/tcp: do not inherit mc_list from parentEric Dumazet
2016-03-03tcp/dccp: fix another race at listener dismantleEric Dumazet
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet
2015-10-16tcp/dccp: fix race at listener dismantle phaseEric Dumazet
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet
2015-10-14tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet
2015-10-07tcp: ensure prior synack rtx behavior with small backlogsEric Dumazet
2015-10-03tcp/dccp: add a reschedule point in inet_csk_listen_stop()Eric Dumazet
2015-10-03tcp: remove max_qlen_logEric Dumazet
2015-10-03tcp/dccp: remove struct listen_sockEric Dumazet
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-10-03tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-29inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-25inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet
2015-09-25inet: constify inet_csk_route_req() socket argumentEric Dumazet
2015-09-21inet: fix races in reqsk_queue_hash_req()Eric Dumazet
2015-08-13inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet
2015-08-10inet: fix races with reqsk timersEric Dumazet
2015-05-21tcp: improve REUSEADDR/NOREUSEADDR cohabitationEric Dumazet
2015-05-21inet_hashinfo: remove bsocket counterEric Dumazet
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet
2015-03-23inet: remove some sk_listener dependenciesEric Dumazet
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet
2015-03-23inet: cache listen_sock_qlen() and read rskq_defer_accept onceEric Dumazet
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2015-03-17inet: avoid fastopen lock for regular accept()Eric Dumazet
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-17inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()Eric Dumazet
2015-03-16inet: add proper refcounting to request sockEric Dumazet
2015-03-11net: add real socket cookiesEric Dumazet
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti
2014-05-08ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet