summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_connection_sock.c
AgeCommit message (Expand)Author
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPO...Kuniyuki Iwashima
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Kuniyuki Iwashima
2020-03-12tcp: Remove unnecessary conditions in inet_csk_bind_conflict().Kuniyuki Iwashima
2020-03-11net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet
2020-03-10net: memcg: late association of sock to memcgShakeel Butt
2020-01-21tcp/ipv4: remove AF_INET_FAMILYAlex Shi
2020-01-09tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao
2018-11-07net: allow binding socket in a VRF when there's an unbound socketRobert Shearman
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-05-10net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet
2017-10-23tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook
2017-10-10Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-22inet: fix improper empty comparisonJosef Bacik
2017-09-22net: use inet6_rcv_saddr to compare socketsJosef Bacik
2017-09-22net: set tb->fast_sk_familyJosef Bacik
2017-09-18net: Convert int functions to boolJoe Perches
2017-09-12tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-04dccp: consistently use dccp_write_space()Eric Dumazet
2017-05-21inet: fix warning about missing prototypestephen hemminger
2017-05-09dccp/tcp: do not inherit mc_list from parentEric Dumazet
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-01-20inet: don't use sk_v6_rcv_saddr directlyJosef Bacik
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet
2017-01-18inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik