aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
AgeCommit message (Expand)Author
2023-12-03Merge tag 'v5.10.201' into v5.10/standard/baseBruce Ashfield
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-11Merge tag 'v5.10.198' into v5.10/standard/baseBruce Ashfield
2023-10-10dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet
2023-09-26Merge tag 'v5.10.195' into v5.10/standard/baseBruce Ashfield
2023-09-19dccp: Fix out of bounds access in DCCP error handlerJann Horn
2023-09-04Merge tag 'v5.10.193' into v5.10/standard/baseBruce Ashfield
2023-08-30dccp: annotate data-races in dccp_poll()Eric Dumazet
2023-08-21Merge tag 'v5.10.191' into v5.10/standard/baseBruce Ashfield
2023-08-16dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet
2023-05-02Merge tag 'v5.10.179' into v5.10/standard/baseBruce Ashfield
2023-04-26dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2023-02-27Merge tag 'v5.10.169' into v5.10/standard/baseBruce Ashfield
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2022-12-19Merge tag 'v5.10.157' into v5.10/standard/baseBruce Ashfield
2022-12-02dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-08-22Merge tag 'v5.10.137' into v5.10/standard/baseBruce Ashfield
2022-08-21dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua
2022-06-14Merge tag 'v5.10.121' into v5.10/standard/baseBruce Ashfield
2022-06-09lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2021-11-29Merge tag 'v5.10.80' into v5.10/standard/baseBruce Ashfield
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-09-27Merge tag 'v5.10.68' into v5.10/standard/baseBruce Ashfield
2021-09-22dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng
2021-09-01Merge tag 'v5.10.61' into v5.10/standard/baseBruce Ashfield
2021-08-26dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap
2021-05-06net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)Paul Gortmaker
2021-03-30ipv6: weaken the v4mapped source checkJakub Kicinski
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias
2020-09-30inet: remove icsk_ack.blockedEric Dumazet
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang
2020-08-24net: dccp: delete repeated wordsRandy Dunlap
2020-08-22net: dccp: Convert to use the preferred fallthrough macroMiaohe Lin
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-22net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-13net: dccp: kerneldoc fixesAndrew Lunn
2020-07-13dccp: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-04-25dccp: remove unused inline function dccp_set_seqnoYueHaibing
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller