summaryrefslogtreecommitdiff
path: root/net/dccp/proto.c
AgeCommit message (Expand)Author
2023-08-18dccp: annotate data-races in dccp_poll()Eric Dumazet
2023-08-04dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-15dccp: Print deprecation notice.Kuniyuki Iwashima
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-22dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima
2022-08-24net: Add a bhash2 table hashed by port and addressJoanne Koong
2022-08-01dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2021-11-23dccp: Inline dccp_listen_start().Kuniyuki Iwashima
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
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-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-12net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-24net: dccp: fix kernel crash on module loadPeter Oskolkov
2018-12-17net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov
2018-12-16Revert "net: dccp: initialize (addr,port) listening hashtable"David S. Miller
2018-12-16net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
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-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-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-02net: dccp: Add DCCP sendmsg trace eventMasami Hiramatsu
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace DCCP state transitionYafang Shao
2017-12-05dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam
2017-11-27net: annotate ->poll() instancesAl Viro