summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2023-11-20dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima1-3/+3
2023-11-20dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima1-3/+3
2023-10-10dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2-14/+4
2023-09-23dccp: Fix out of bounds access in DCCP error handlerJann Horn2-9/+19
2023-08-30dccp: annotate data-races in dccp_poll()Eric Dumazet1-8/+12
2023-08-16dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet2-3/+9
2023-08-11treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-04-26dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima3-8/+16
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-5/+2
2022-12-08dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2-0/+4
2022-08-25dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua1-5/+5
2022-04-27tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2-2/+2
2021-09-22dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng1-0/+2
2021-08-26dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap1-3/+3
2021-04-07ipv6: weaken the v4mapped source checkJakub Kicinski1-0/+5
2020-04-29net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-3/+3
2020-01-17dccp: Fix memleak in __feat_register_spYueHaibing1-1/+6
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-11-10dccp: do not leak jiffies on the wireEric Dumazet1-1/+1
2019-04-03dccp: do not use ipv6 header for ipv4 flowEric Dumazet1-2/+2
2019-02-12dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet1-2/+2
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-03inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet1-1/+3
2018-10-02tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-1/+3
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2018-08-08dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev1-2/+4
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds4-5/+15
2018-06-23net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet1-4/+7
2018-06-23net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet1-3/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski1-1/+0
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-15/+5
2018-05-26net/dccp: convert to ->poll_maskChristoph Hellwig4-15/+5
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev1-2/+0
2018-05-03dccp: fix tasklet usageEric Dumazet2-3/+13
2018-04-08dccp: initialize ireq->ir_markEric Dumazet2-0/+2
2018-03-07dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev1-0/+5
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-227/+98
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-01-26dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev1-0/+3
2018-01-02net: dccp: Remove dccpprobe moduleMasami Hiramatsu3-222/+0
2018-01-02net: dccp: Add DCCP sendmsg trace eventMasami Hiramatsu3-0/+92
2018-01-02net: dccp: drop unneeded newlineJulia Lawall1-1/+1
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace DCCP state transitionYafang Shao1-1/+1
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet1-3/+4
2017-12-06dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam1-0/+5