summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: md5: use kmalloc() backed scratch areasEric Dumazet2016-07-011-17/+14
* tcp: minor optimizations around tcp_hdr() usageEric Dumazet2016-05-161-3/+3
* ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet2016-05-061-4/+4
* tcp: two more missing bh disableEric Dumazet2016-05-041-0/+2
* tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-021-5/+9
* tcp: give prequeue mode some careEric Dumazet2016-04-281-5/+5
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-11/+11
* net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-271-8/+8
* net: rename ICMP_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* tcp: do not mess with listener sk_wmem_allocEric Dumazet2016-04-151-2/+2
* net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-5/+3
* ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet2016-04-041-0/+1
* tcp: increment sk_drops for listenersEric Dumazet2016-04-041-3/+3
* tcp: increment sk_drops for dropped rx packetsEric Dumazet2016-04-041-0/+1
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-041-33/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-8/+17
|\
| * tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet2016-03-171-2/+0
| * tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-141-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-12/+19
| |\
| * | 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 branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-10/+13
|\ \ \ | |_|/ |/| |
| * | tcp: Use ahashHerbert Xu2016-01-271-10/+13
* | | 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
| |/ |/|
* | 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