| | Authored by kbowling on Feb 23 2017, 5:38 PM. | Unknown Object (File) | Thu, Jan 2, 4:22 AM2025-01-02 04:22:59 (UTC+0) |
| Unknown Object (File) | Sat, Dec 21, 10:16 PM2024-12-21 22:16:09 (UTC+0) |
| Unknown Object (File) | Sat, Dec 21, 10:12 PM2024-12-21 22:12:04 (UTC+0) |
| Unknown Object (File) | Sat, Dec 21, 4:26 PM2024-12-21 16:26:04 (UTC+0) |
| Unknown Object (File) | Thu, Dec 19, 10:57 AM2024-12-19 10:57:28 (UTC+0) |
| Unknown Object (File) | Mon, Dec 16, 4:04 PM2024-12-16 16:04:24 (UTC+0) |
| Unknown Object (File) | Dec 3 2024, 12:53 AM2024-12-03 00:53:29 (UTC+0) |
| Unknown Object (File) | Nov 28 2024, 8:21 AM2024-11-28 08:21:44 (UTC+0) |
Event Timelineglebius retitled this revision from to Listening sockets revamp try #2.. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | | | 46 lines | | | | 70 lines | | | | 41 lines | | 96 lines | | 42 lines | | 6 lines | | 851 lines | | 65 lines | | 103 lines | | | | | | 16 lines | | 46 lines | | 15 lines | | 79 lines | | | | 14 lines | | 20 lines | | 12 lines | | 17 lines | | 1 line | | 7 lines | | 2 lines | | | | | | 77 lines | | | | 1 line | | | | 91 lines | | | | 8 lines | | 16 lines | | 194 lines | | | | 15 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
47246d8d408e | 67a995e360b1 | 78684ab55201 cf36967bf908 | Gleb Smirnoff | Merge remote-tracking branch 'FreeBSD/master' into solisten | Jun 8 2017, 6:44 AM | 78684ab55201 | 7d0771d2fcc0 | df469c1e36d9 | Gleb Smirnoff | Improve fe263daf185e1b88691f9d1df5c92b56a496e050: check sol_accept_filter under… (Show More…) | Jun 8 2017, 6:25 AM | df469c1e36d9 | a357da8a4c84 | c87e4eabb4e1 | Gleb Smirnoff | Fix a degenerate case when soisdisconnected() would call soisconnected(). (Show More…) | Jun 8 2017, 5:56 AM | c87e4eabb4e1 | 1c380710bd0b | fe263daf185e | Gleb Smirnoff | Two unrelated changes: accept filter teardown and close race. (Show More…) | Jun 8 2017, 5:42 AM | fe263daf185e | 3805a86fb8df | f5e7fb6fa872 | Gleb Smirnoff | Copy so_options holding the lock. This closes race with accept filter removal… (Show More…) | Jun 8 2017, 5:19 AM | f5e7fb6fa872 | 79c383f154ce | 856c98041952 | Gleb Smirnoff | Put back SO_ACCEPTFILTER on the listening socket. It is inherited by new… (Show More…) | Jun 7 2017, 8:40 PM | 856c98041952 | 27c67005ee6b | d3b4d3b92254 768e5edc3760 | Gleb Smirnoff | Merge remote-tracking branch 'FreeBSD/master' into solisten | Jun 7 2017, 5:34 PM | d3b4d3b92254 | 7a5b87cbc00e | 24f0e2b95854 | Gleb Smirnoff | Revert unnecessary changes to syncache KPI. | Jun 7 2017, 1:12 AM | 24f0e2b95854 | c4e3387037af | 46d6cc0e8225 | Gleb Smirnoff | Fix check for the listen queue overflow. We shall not do this check for… (Show More…) | Jun 5 2017, 11:37 PM | 46d6cc0e8225 | cd4142d4d457 | 9b4e88f6dfce e5e6fc991081 | Gleb Smirnoff | Merge remote-tracking branch 'FreeBSD/master' into solisten | Jun 5 2017, 6:55 PM | 9b4e88f6dfce | cf5234761522 | 12035cd38807 442a9847885b | Gleb Smirnoff | Merge remote-tracking branch 'FreeBSD/master' into solisten | Jun 2 2017, 8:50 PM | 12035cd38807 | 67414cae4422 | 14e9a8c0495f | tuexen | Use the SCTP_PCB_FLAGS_ACCEPTING flags to check for listeners. (Show More…) | May 26 2017, 4:29 PM | 14e9a8c0495f | 955fb64919be | 48ef1e436a50 f92f6763f17a | Gleb Smirnoff | Merge commit 'f92f6763f17a7dff5cd5e4b96b5c433c33931811' into solisten | Jun 1 2017, 8:00 PM | 48ef1e436a50 | 8dc439117b03 | 1d2263562766 | Gleb Smirnoff | Allow listening on 1-to-many sockets, but not actually convert them to accept… (Show More…) | May 17 2017, 9:45 PM | 1d2263562766 | e0a75984e736 | 40325d377620 | Gleb Smirnoff | Access to so_error and to receive socket buffer are not protected by different… (Show More…) | May 17 2017, 9:11 PM | 40325d377620 | e5667383c882 | 3ec06b96d661 | Gleb Smirnoff | SOCK_LOCK is no longer synonym for locking receive socket buffer. | May 17 2017, 9:11 PM | 3ec06b96d661 | fc287c6ca3cd | 20688ee5d551 | Gleb Smirnoff | Check if socket is not listening or is listening with queue overflow. (Show More…) | May 17 2017, 9:10 PM | 20688ee5d551 | cff564c4a87f | dc05e69186fd 153f9fe91de8 | Gleb Smirnoff | Merge commit '153f9fe91de8a2d0aa5910076e983a7c9d76100a' into solisten | May 3 2017, 10:17 PM | dc05e69186fd | b0ac3b63aa68 | ca989e42e0f5 | Gleb Smirnoff | Don't meddle into so_options: - never un-listen a listening socket - instead… (Show More…) | Apr 25 2017, 8:04 PM | ca989e42e0f5 | b849b4dc01ac | 285c4676a24e | Gleb Smirnoff | Make SCTP compilable. | Apr 25 2017, 7:52 PM | 285c4676a24e | 72bcf4d022d3 | 905996533ed8 | Gleb Smirnoff | Fix compilation and convert to solisten_dequeue() and to solisten_upcall_set()… (Show More…) | Apr 14 2017, 12:00 AM | 905996533ed8 | 9e69770cd83c | 6f1b27d793f4 | Gleb Smirnoff | - Provide solisten_wakeup(), call it from sonewconn() and from soisconnected(). (Show More…) | Apr 14 2017, 12:00 AM | 6f1b27d793f4 | 59eb539734bc | 30513d5f83af | Gleb Smirnoff | A better attempt to resolve madness with kqueue on the new sockets. | Feb 14 2017, 9:58 PM | 30513d5f83af | 9a9ce9f9ed9f | bb9fab3ea42f | Gleb Smirnoff | Don't try to lock socket buffer if socket is listening. | Feb 14 2017, 5:30 PM | bb9fab3ea42f | 358943b8c166 | 9479110d45b7 | Gleb Smirnoff | Fix mismerge. | Feb 10 2017, 7:15 PM | 9479110d45b7 | 28fddb90a2f3 | f1087397dc9c | Gleb Smirnoff | Teach netstat new socket. | Feb 10 2017, 5:43 PM | f1087397dc9c | 680e251aea2c | 25aa911de148 | Gleb Smirnoff | Do not check struct rtentry on FreeBSD, this is internal kernel structure. | Feb 10 2017, 5:00 PM | 25aa911de148 | a9b331f5372b | 6bec595c1d01 | Gleb Smirnoff | Make it compilable w/o INVARIANTS. | Feb 10 2017, 7:36 AM | 6bec595c1d01 | 0967c54cbd74 | 67c4e33a20c1 | Gleb Smirnoff | | Feb 10 2017, 6:00 AM |
- Fri, Dec 27, 2:24 AM2024-12-27 02:24:16 (UTC+0)
|