summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-042-6/+9
|\
| * net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo2017-03-021-5/+1
| * dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo2017-03-021-0/+1
| * tcp/dccp: block BH for SYN processingEric Dumazet2017-03-011-2/+8
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
|/
* net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2017-02-222-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-191-1/+2
|\
| * dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov2017-02-171-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-2/+2
|\|
| * tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-271-2/+2
* | inet: drop ->bind_conflictJosef Bacik2017-01-182-3/+0
|/
* 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