Age | Commit message (Expand) | Author |
2017-01-27 | In sosend() the size of the control message for file descriptor | Alexander Bluhm |
2017-01-26 | Do not hold the netlock while pool_get() may sleep. It is not | Alexander Bluhm |
2017-01-25 | As NET_LOCK() is a read/write lock, it can sleep in sotask(). So | Alexander Bluhm |
2017-01-25 | Enable the NET_LOCK(), take 2. | Martin Pieuchot |
2016-12-29 | Change NET_LOCK()/NET_UNLOCK() to be simple wrappers around | Martin Pieuchot |
2016-12-20 | Grab the NET_LOCK() in so{s,g}etopt(), pffasttimo() and pfslowtimo(). | Martin Pieuchot |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-11-29 | m_free() and m_freem() test for NULL. Simplify callers which had their own | Jonathan Gray |
2016-11-23 | Some socket splicing tests on loopback hang with large mbufs and | Alexander Bluhm |
2016-11-22 | Enforce that pr_ctloutput is called at IPL_SOFTNET. | Martin Pieuchot |
2016-11-21 | Enforce that pr_usrreq functions are called at IPL_SOFTNET. | Martin Pieuchot |
2016-11-14 | Remove splnet() from socket kqueue code. | Martin Pieuchot |
2016-10-06 | Remove redundant comments that say a function must be called at | Alexander Bluhm |
2016-10-06 | Separate splsoftnet() from variable initialization. | Alexander Bluhm |
2016-09-20 | Protect soshutdown() with splsoftnet() to define one layer where | Alexander Bluhm |
2016-09-20 | Add some spl softnet assertions that will help us to find the right | Alexander Bluhm |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-13 | Do not raise splsoftnet() recursively in soaccept(). | Martin Pieuchot |
2016-09-03 | If sosend() cannot allocate a large cluster, try a small one as | Alexander Bluhm |
2016-09-03 | Return immediately when m_getuio() fails by invalid uio parameter. | YASUOKA Masahiko |
2016-08-25 | Spliced TCP sockets become faster when the output part is running | Alexander Bluhm |
2016-08-25 | Completely revert the M_WAIT change on the cluster allocation and | Alexander Bluhm |
2016-08-22 | Refactor the uio to mbuf code out of sosend and start to make use of | Claudio Jeker |
2016-06-13 | On localhost a user program may create a socket splicing loop. | Alexander Bluhm |
2016-06-12 | Fix format string in ddb show socket. | Alexander Bluhm |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-01-15 | Improve the socket panic messages further. claudio@ wants to see | Alexander Bluhm |
2016-01-15 | print TAILQ_NEXT(so, so_qe) too | David Gwynne |
2016-01-15 | add a "show socket" command to ddb | David Gwynne |
2016-01-13 | To make bug hunting easier, print more information in the soreceive() | Alexander Bluhm |
2016-01-06 | Prevent integer overflows in sosend() and soreceive() by converting | Stefan Kempf |
2015-12-05 | remove stale lint annotations | Ted Unangst |
2015-10-30 | Let m_resethdr() clear the whole mbuf packet header, not only the | Alexander Bluhm |
2015-08-24 | Items from pool sosplice_pool are get in process context and put | Alexander Bluhm |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-06-30 | Get rid of the undocumented & temporary* m_copy() macro added for | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-05-06 | Pass a thread pointer instead of its file descriptor table to getsock(9). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-11 | convert bcopy to memcpy/memmove. ok krw | Ted Unangst |
2014-11-03 | Put the socket splicing fields into a seperate struct sosplice that | Alexander Bluhm |
2014-09-09 | Delete the SS_ISCONFIRMING flag that supported delayed connection | Philip Guenther |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-07-13 | bzero -> memset. for the speeds. | Ted Unangst |
2014-07-09 | spelling | Ted Unangst |
2014-06-08 | Use memcpy to copy the sogetopt() SO_SPLICE off_t value, for it may not be | Miod Vallat |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |