summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-12/+19
|\
| * tcp/dccp: fix another race at listener dismantleEric Dumazet2016-02-181-7/+7
| * tcp: md5: release request socket instead of listenerEric Dumazet2016-02-161-2/+4
| * tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-02-091-3/+8
* | igmp: net: Move igmp namespace init to correct fileNikolay Borisov2016-02-161-6/+0
* | igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov2016-02-111-0/+1
* | igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov2016-02-111-0/+2
* | igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov2016-02-111-0/+1
* | igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov2016-02-111-0/+2
* | inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-111-4/+6
* | tcp: Fix syncookies sysctl default.David S. Miller2016-02-081-1/+1
* | ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov2016-02-071-0/+1
* | ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov2016-02-071-0/+1
* | ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov2016-02-071-0/+1
* | ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov2016-02-071-0/+1
* | ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov2016-02-071-0/+1
* | ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov2016-02-071-1/+1
* | ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-071-1/+2
* | ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov2016-02-071-0/+1
* | ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov2016-02-071-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-011-5/+8
|\
| * tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet2016-01-211-5/+8
* | net: drop tcp_memcontrol.cVladimir Davydov2016-01-201-1/+0
|/
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-141-6/+1
* net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-141-1/+3
* ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov2016-01-101-0/+1
* ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov2016-01-101-0/+1
* ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov2016-01-101-0/+2
* tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal2015-12-221-3/+9
* tcp: send_reset: test for non-NULL sk firstFlorian Westphal2015-12-221-6/+5
* net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern2015-12-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-3/+2
|\
| * net: fix IP early demux racesEric Dumazet2015-12-141-3/+2
* | net: diag: Support destroying TCP sockets.Lorenzo Colitti2015-12-151-0/+1
|/
* tcp: md5: fix lockdep annotationEric Dumazet2015-11-181-1/+2
* tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-151-6/+8
* tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet2015-11-051-1/+1
* tcp: fix req->saved_syn raceEric Dumazet2015-11-051-0/+2
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-231-2/+4
* tcp: do not set queue_mapping on SYNACKEric Dumazet2015-10-181-2/+0
* tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet2015-10-161-1/+1
* Revert "inet: fix double request socket freeing"Eric Dumazet2015-10-161-2/+2
* tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet2015-10-131-1/+6
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-121-1/+1
* tcp: do not lock listener to process SYN packetsEric Dumazet2015-10-031-2/+9
* tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-031-2/+3
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-031-84/+33
* tcp: get_openreq[46]() changesEric Dumazet2015-10-031-4/+4
* tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet2015-10-031-10/+6
* tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet2015-10-031-1/+1
OpenPOWER on IntegriCloud