aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_connection_sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-09dccp/tcp: do not inherit mc_list from parentEric Dumazet1-0/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-01-20inet: don't use sk_v6_rcv_saddr directlyJosef Bacik1-1/+1
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet1-2/+1
2017-01-18inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik1-20/+86
2017-01-18inet: split inet_csk_get_port into two functionsJosef Bacik1-22/+44
2017-01-18inet: don't check for bind conflicts twice when searching for a portJosef Bacik1-20/+11
2017-01-18inet: kill smallest_size and smallest_portJosef Bacik1-22/+4
2017-01-18inet: drop ->bind_conflictJosef Bacik1-15/+7
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik1-0/+72
2016-12-17inet: Fix get port to handle zero port number with soreuseport setTom Herbert1-5/+9
2016-12-17inet: Don't go into port scan when looking for specific bind portTom Herbert1-1/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-2/+2
2016-07-07timers, net/ipv4/inet: Initialize connection request timers as pinnedThomas Gleixner1-3/+4
2016-05-04tcp: two more missing bh disableEric Dumazet1-0/+2
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet1-2/+2
2016-04-07tcp/dccp: fix inet_reuseport_add_sock()Eric Dumazet1-0/+3
2016-02-24soreuseport: fix merge conflict in tcp bindCraig Gallek1-0/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet1-7/+7
2016-02-12tcp/dccp: better use of ephemeral ports in bind()Eric Dumazet1-126/+114
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek1-4/+10
2016-02-11sock: struct proto hash function may errorCraig Gallek1-3/+5
2016-02-07ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov1-5/+2
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet1-2/+2
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-7/+26
2015-10-16tcp/dccp: fix race at listener dismantle phaseEric Dumazet1-22/+49
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet1-2/+8
2015-10-14tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet1-2/+2
2015-10-07tcp: ensure prior synack rtx behavior with small backlogsEric Dumazet1-1/+1
2015-10-03tcp/dccp: add a reschedule point in inet_csk_listen_stop()Eric Dumazet1-0/+1
2015-10-03tcp: remove max_qlen_logEric Dumazet1-2/+2
2015-10-03tcp/dccp: remove struct listen_sockEric Dumazet1-10/+4
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-1/+1
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet1-82/+21
2015-10-03tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet1-1/+1
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet1-3/+3
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet1-14/+7
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet1-9/+8
2015-09-29inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet1-1/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2015-09-25inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet1-1/+1
2015-09-25inet: constify inet_csk_route_req() socket argumentEric Dumazet1-1/+1
2015-09-21inet: fix races in reqsk_queue_hash_req()Eric Dumazet1-4/+4
2015-08-13inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet1-1/+1
2015-08-10inet: fix races with reqsk timersEric Dumazet1-1/+1
2015-05-21tcp: improve REUSEADDR/NOREUSEADDR cohabitationEric Dumazet1-0/+14
2015-05-21inet_hashinfo: remove bsocket counterEric Dumazet1-5/+0
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet1-0/+34
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-4/+4