aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-11igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov1-0/+1
2016-02-11igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov1-0/+2
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov1-0/+1
2016-02-11igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov1-0/+2
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek1-4/+6
2016-02-08tcp: Fix syncookies sysctl default.David S. Miller1-1/+1
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov1-0/+1
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov1-0/+1
2016-02-07ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov1-0/+1
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov1-0/+1
2016-02-07ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov1-0/+1
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov1-1/+1
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov1-1/+2
2016-02-07ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov1-0/+1
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov1-0/+2
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+8
2016-01-21tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov1-1/+0
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-6/+1
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner1-1/+3
2016-01-10ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov1-0/+1
2016-01-10ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov1-0/+1
2016-01-10ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov1-0/+2
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal1-3/+9
2015-12-22tcp: send_reset: test for non-NULL sk firstFlorian Westphal1-6/+5
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern1-0/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2015-12-15net: diag: Support destroying TCP sockets.Lorenzo Colitti1-0/+1
2015-12-14net: fix IP early demux racesEric Dumazet1-3/+2
2015-11-18tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet1-6/+8
2015-11-05tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet1-1/+1
2015-11-05tcp: fix req->saved_syn raceEric Dumazet1-0/+2
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-2/+4
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet1-2/+0
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet1-1/+1
2015-10-16Revert "inet: fix double request socket freeing"Eric Dumazet1-2/+2
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet1-1/+6
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-1/+1
2015-10-03tcp: do not lock listener to process SYN packetsEric Dumazet1-2/+9
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-2/+3
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet1-84/+33
2015-10-03tcp: get_openreq[46]() changesEric Dumazet1-4/+4
2015-10-03tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet1-10/+6
2015-10-03tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet1-1/+1
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet1-1/+1
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet1-1/+2
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet1-1/+1
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-1/+1
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-1/+1