summaryrefslogtreecommitdiff
path: root/net/dccp
Commit message (Expand)AuthorAge
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-21
* net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv()Andrii2017-08-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-21
|\
| * dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet2017-08-16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-15
|\ \ | |/
| * dccp: purge write queue in dccp_destroy_sock()Eric Dumazet2017-08-14
* | net: ipv6: add second dif to inet6 socket lookupsDavid Ahern2017-08-07
* | net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-07
|/
* dccp: fix a memleak for dccp_feat_init err processXin Long2017-07-27
* dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long2017-07-27
* dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long2017-07-27
* dccp: make const array error_code staticColin Ian King2017-07-13
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-01
* dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_initXin Long2017-06-20
* dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_initXin Long2017-06-20
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* dccp: do not use tcp_time_stampEric Dumazet2017-05-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-15
|\
| * ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-05-11
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-23
|\ \ | |/ |/|
| * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-18
* | dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa2017-03-13
* | dccp/tcp: fix routing redirect raceJon Maxwell2017-03-13
* | dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet2017-03-07
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-04
|\
| * net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo2017-03-02
| * dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo2017-03-02
| * tcp/dccp: block BH for SYN processingEric Dumazet2017-03-01
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
|/
* net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2017-02-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-19
|\
| * dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov2017-02-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-28
|\ \ | |/
| * tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-27
* | inet: drop ->bind_conflictJosef Bacik2017-01-18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\
| * net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet2016-11-29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\ \ | |/
| * ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet2016-11-03
| * ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet2016-11-03
| * dccp: fix out of bound access in dccp_v4_err()Eric Dumazet2016-11-03
| * dccp: do not send reset to already closed socketsEric Dumazet2016-11-03
| * dccp: do not release listeners too soonEric Dumazet2016-11-03
* | tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2016-10-29
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-29
|\
| * Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-07
| |\
| | * ipv6: Allow request socks to contain IPv6 options.Huw Davies2016-06-27
* | | dccp: limit sk_filter trim to payloadWillem de Bruijn2016-07-13
* | | dccp: avoid deadlock in dccp_v4_ctl_send_resetEric Dumazet2016-07-09
|/ /
* | dccp: do not assume DCCP code is non preemptibleEric Dumazet2016-05-02