aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
AgeCommit message (Expand)Author
2023-11-20dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima
2023-11-20dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima
2023-10-10dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet
2023-09-23dccp: Fix out of bounds access in DCCP error handlerJann Horn
2023-08-30dccp: annotate data-races in dccp_poll()Eric Dumazet
2023-08-16dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-04-26dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2022-12-08dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-08-25dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua
2022-04-27tcp: fix race condition when creating child sockets from syncookiesRicardo Dias
2021-09-22dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng
2021-08-26dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap
2021-04-07ipv6: weaken the v4mapped source checkJakub Kicinski
2020-04-29net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-01-17dccp: Fix memleak in __feat_register_spYueHaibing
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet
2019-11-10dccp: do not leak jiffies on the wireEric Dumazet
2019-04-03dccp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-02-12dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-07dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-23net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet
2018-06-23net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/dccp: convert to ->poll_maskChristoph Hellwig
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev
2018-05-03dccp: fix tasklet usageEric Dumazet
2018-04-07dccp: initialize ireq->ir_markEric Dumazet
2018-03-07dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-26dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev
2018-01-02net: dccp: Remove dccpprobe moduleMasami Hiramatsu
2018-01-02net: dccp: Add DCCP sendmsg trace eventMasami Hiramatsu
2018-01-02net: dccp: drop unneeded newlineJulia Lawall
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace DCCP state transitionYafang Shao
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet
2017-12-05dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam