aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dccp: annotate data-races in dccp_poll()Eric Dumazet2023-08-181-8/+12
* dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet2023-08-041-2/+8
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-6/+6
* dccp: Print deprecation notice.Kuniyuki Iwashima2023-06-151-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-2/+1
|\
| * dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-221-2/+1
* | dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2022-10-241-1/+7
|/
* tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-201-0/+2
* net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-241-5/+29
* dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua2022-08-011-5/+5
* Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-161-28/+5
* net: Add a second bind table hashed by port and addressJoanne Koong2022-05-201-5/+28
* net: inet: Retire port only listening_hashMartin KaFai Lau2022-05-121-1/+0
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-3/+3
* dccp: Inline dccp_listen_start().Kuniyuki Iwashima2021-11-231-16/+11
* dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima2021-11-231-3/+3
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-151-10/+4
* memcg: enable accounting for inet_bin_bucket cacheVasily Averin2021-07-201-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* net: remove sockptr_advanceChristoph Hellwig2020-07-281-3/+2
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-10/+10
* net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer2020-07-221-0/+9
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-26/+0
* dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai2020-06-091-2/+5
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-061-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam2019-05-121-2/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-3/+4
* net: dccp: fix kernel crash on module loadPeter Oskolkov2018-12-241-4/+4
* net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov2018-12-171-0/+3
* Revert "net: dccp: initialize (addr,port) listening hashtable"David S. Miller2018-12-161-3/+0
* net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov2018-12-161-0/+3
* inet: minor optimization for backlog setting in listen(2)Yafang Shao2018-11-071-1/+1
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-2/+11
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-06-041-11/+2
|\
| * net/dccp: convert to ->poll_maskChristoph Hellwig2018-05-261-11/+2
* | dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev2018-05-221-2/+0
|/
* dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev2018-03-071-0/+5
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-1/+6
|\
| * net: dccp: Add DCCP sendmsg trace eventMasami Hiramatsu2018-01-021-0/+5
| * net: tracepoint: using sock_set_state tracepoint to trace DCCP state transitionYafang Shao2017-12-201-1/+1
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-01-301-2/+2
|\ \ | |/ |/|
| * net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam2017-12-051-0/+5
|/