Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2022-01-27dccp: remove max48()Jakub Kicinski
2022-01-27tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet
2021-11-24dccp: Inline dccp_listen_start().Kuniyuki Iwashima
2021-11-24dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima
2021-11-19net: dccp: Use memset_startat() for TP zeroingKees Cook
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-09-08dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-09dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-11dccp: tfrc: fix doc warnings in tfrc_equation.cBaokun Li
2021-05-18net: Remove the member netns_okYejune Deng
2021-04-10net: dccp: use net_generic storageFlorian Westphal
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski
2021-02-06dccp: Return the correct errno codeZheng Yongjun
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-24tcp: fix race condition when creating child sockets from syncookiesRicardo Dias
2020-11-24lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-11-07net: dccp: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-10-30net: dccp: Fix most of the kerneldoc warningsAndrew Lunn
2020-10-30net: dccp: Add __printf() markup to fix -Wsuggest-attribute=formatAndrew Lunn
2020-10-01inet: remove icsk_ack.blockedEric Dumazet
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang
2020-08-25net: dccp: delete repeated wordsRandy Dunlap
2020-08-22net: dccp: Convert to use the preferred fallthrough macroMiaohe Lin
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-23net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-14net: dccp: kerneldoc fixesAndrew Lunn
2020-07-13dccp: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai
2020-05-19ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-04-26dccp: remove unused inline function dccp_set_seqnoYueHaibing
2020-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-28net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau
2020-02-28inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau
2020-02-25dccp: Add missing annotation for dccp_child_process()Jules Irenge
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca