summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-5/+7
|\
| * net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet2016-11-291-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-153-15/+24
|\ \ | |/
| * ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet2016-11-031-0/+1
| * ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet2016-11-031-7/+8
| * dccp: fix out of bound access in dccp_v4_err()Eric Dumazet2016-11-031-6/+8
| * dccp: do not send reset to already closed socketsEric Dumazet2016-11-031-0/+4
| * dccp: do not release listeners too soonEric Dumazet2016-11-032-2/+3
* | tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2016-10-292-8/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-291-3/+9
|\
| * Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-071-3/+9
| |\
| | * ipv6: Allow request socks to contain IPv6 options.Huw Davies2016-06-271-3/+9
* | | dccp: limit sk_filter trim to payloadWillem de Bruijn2016-07-132-2/+2
* | | dccp: avoid deadlock in dccp_v4_ctl_send_resetEric Dumazet2016-07-091-4/+6
|/ /
* | dccp: do not assume DCCP code is non preemptibleEric Dumazet2016-05-024-6/+6
* | net: snmp: kill STATS_BH macrosEric Dumazet2016-04-271-1/+1
* | net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-273-11/+11
* | net: rename ICMP6_INC_STATS_BH()Eric Dumazet2016-04-271-4/+4
* | net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* | net: rename ICMP_INC_STATS_BH()Eric Dumazet2016-04-271-2/+2
* | dccp: rename DCCP_INC_STATS_BH()Eric Dumazet2016-04-277-16/+16
* | net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-072-2/+2
* | tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-042-4/+10
|/
* tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet2016-03-171-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-232-14/+14
|\
| * tcp/dccp: fix another race at listener dismantleEric Dumazet2016-02-182-14/+14
* | inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-112-2/+2
* | inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-111-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-032-16/+24
|\
| * ipv6: kill sk_dst_lockEric Dumazet2015-12-031-2/+2
| * ipv6: add complete rcu protection around np->optEric Dumazet2015-12-021-12/+21
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-2/+1
* | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-1/+1
|/
* tcp/dccp: fix ireq->pktopts raceEric Dumazet2015-11-021-8/+8
* Use 64-bit timekeepingTina Ruchandani2015-11-011-5/+6
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-234-13/+20
* tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet2015-10-162-2/+2
* Revert "inet: fix double request socket freeing"Eric Dumazet2015-10-161-1/+1
* tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet2015-10-132-16/+14
* net/dccp: dccp_bad_service_code can be booleanYaowei Bai2015-10-091-2/+2
* tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-052-2/+2
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-032-93/+43
* tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet2015-09-293-4/+6
* dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet2015-09-292-2/+2
* dccp: use inet6_csk_route_req() helperEric Dumazet2015-09-291-14/+3
* tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet2015-09-294-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-263-12/+7
|\
| * tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-211-2/+2
| * dccp: drop null test before destroy functionsJulia Lawall2015-09-152-10/+5
* | tcp/dccp: constify rtx_synack() and friendsEric Dumazet2015-09-252-2/+2
OpenPOWER on IntegriCloud