aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_connection_sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao1-1/+0
2018-11-07net: allow binding socket in a VRF when there's an unbound socketRobert Shearman1-3/+10
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet1-1/+4
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau1-0/+9
2018-05-10net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches1-5/+0
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin1-1/+0
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_storeYafang Shao1-1/+1
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tracepointYafang Shao1-3/+3
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet1-2/+2
2017-10-23tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet1-1/+2
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-5/+3
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook1-12/+9
2017-10-10Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet1-5/+0
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet1-0/+5
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet1-0/+1
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-09-22inet: fix improper empty comparisonJosef Bacik1-1/+1
2017-09-22net: use inet6_rcv_saddr to compare socketsJosef Bacik1-1/+1
2017-09-22net: set tb->fast_sk_familyJosef Bacik1-0/+2
2017-09-18net: Convert int functions to boolJoe Perches1-18/+18
2017-09-12tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet1-1/+1
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-04dccp: consistently use dccp_write_space()Eric Dumazet1-1/+0
2017-05-21inet: fix warning about missing prototypestephen hemminger1-0/+1
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