summaryrefslogtreecommitdiff
path: root/net/dccp/proto.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-19dccp: annotate data-races in dccp_poll()Eric Dumazet1-8/+12
2023-08-05dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet1-2/+8
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-6/+6
2023-06-16dccp: Print deprecation notice.Kuniyuki Iwashima1-0/+3
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2022-11-23dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima1-2/+1
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima1-1/+7
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima1-0/+2
2022-08-25net: Add a bhash2 table hashed by port and addressJoanne Koong1-5/+29
2022-08-01dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua1-5/+5
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong1-28/+5
2022-05-21net: Add a second bind table hashed by port and addressJoanne Koong1-5/+28
2022-05-13net: inet: Retire port only listening_hashMartin KaFai Lau1-1/+0
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-3/+3
2021-11-24dccp: Inline dccp_listen_start().Kuniyuki Iwashima1-16/+11
2021-11-24dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima1-3/+3
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet1-10/+4
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-3/+2
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-10/+10
2020-07-23net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer1-0/+9
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-26/+0
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai1-2/+5
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-07net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-12net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam1-2/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-3/+4
2018-12-25net: dccp: fix kernel crash on module loadPeter Oskolkov1-4/+4
2018-12-18net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov1-0/+3
2018-12-16Revert "net: dccp: initialize (addr,port) listening hashtable"David S. Miller1-3/+0
2018-12-16net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov1-0/+3
2018-11-08inet: minor optimization for backlog setting in listen(2)Yafang Shao1-1/+1
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-2/+11
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-11/+2
2018-05-26net/dccp: convert to ->poll_maskChristoph Hellwig1-11/+2
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev1-2/+0
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 Torvalds1-1/+6
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-02net: dccp: Add DCCP sendmsg trace eventMasami Hiramatsu1-0/+5
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace DCCP state transitionYafang Shao1-1/+1
2017-12-06dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam1-0/+5
2017-11-28net: annotate ->poll() instancesAl Viro1-2/+2