summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where queued ASCONF messags are not sent out.tuexen2009-11-171-0/+1
* Fix a memory leak when destroying an SCTP stack.tuexen2009-11-171-10/+27
* Do not start the iterator when there are no associations.tuexen2009-11-171-36/+38
* Disable (temporary) the thread based interator. It does not work with vnet.tuexen2009-11-171-0/+3
* Allow the UMA to free data. This resolves the UMA related bug reportedtuexen2009-11-171-2/+1
* Do not hold the lock longer than necessary.tuexen2009-11-171-1/+1
* Fix a functional regression in multicast.bms2009-11-151-8/+26
* Move inet_aton() (specular to inet_ntoa(), already present in libkern)attilio2009-11-122-104/+1
* Remove ifdefed out part of code, which seems to have originated a decade agotrasz2009-11-093-19/+3
* style(9): add missing parenthesesoleg2009-11-091-1/+1
* Several years ago a feature was added to TCP that casued soreceive() tojhb2009-11-061-1/+1
* Fix two issues that can lead to exceeding configured pipe bandwidth:oleg2009-11-031-5/+16
* Improve round robin stream scheduler and cleanup some code.tuexen2009-10-291-21/+24
* Close a stream file descriptor leak.brueffer2009-10-281-0/+1
* Bugfix: Use formula from section 7.2.3 of RFC 4960. Reported by Martin Becke.tuexen2009-10-271-1/+1
* Improve the round robin stream scheduler.tuexen2009-10-261-11/+5
* Correct spelling typo in ip_input comment.rwatson2009-10-241-1/+1
* Use the correct option name in the preprocessor command to enableqingli2009-10-232-4/+4
* Improve grammar in ip_input comment while attempting to maintain whatrwatson2009-10-231-2/+2
* In the ARP callout timer expiration function, the current time_secondqingli2009-10-201-9/+9
* Rewrap ip_input() comment so that it prints more nicely.rwatson2009-10-181-3/+3
* This patch fixes the following issues in the ARP operation:qingli2009-10-152-10/+18
* Compare pointer to NULL rather than 0.bz2009-10-131-1/+1
* Fix a race condition where a mutex was destroyed while sleeping on it.tuexen2009-10-112-1/+1
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-117-84/+107
* Correct include order as indicated by bz.tuexen2009-10-101-2/+1
* Do not include vnet.h twice.tuexen2009-10-091-1/+0
* Use correct arguments when calling SCTP_RTALLOC().tuexen2009-10-081-2/+2
* Fix so that round robing stream scheduling works as advertisedrrs2009-10-081-25/+4
* Remove tcp_input lock statistics; these are intended for debugging onlyrwatson2009-10-061-32/+2
* In tcp_input(), we acquire a global write lock at first only if arwatson2009-10-051-1/+4
* Remove a log message from production code. This log message can beqingli2009-10-021-0/+2
* Previously, if an address alias is configured on an interface, andqingli2009-10-021-2/+2
* Fix handling of sctp_drain().tuexen2009-09-201-5/+8
* Fix errnos.tuexen2009-09-201-6/+12
* Use appropriate locking when using interface list.tuexen2009-09-191-8/+0
* Fix the disabling of sctp_drain().tuexen2009-09-191-5/+4
* Get SCTP working in combination with VIMAGE.tuexen2009-09-197-46/+84
* Return ENOBUFS consistently if user attempts to exceedbms2009-09-181-2/+4
* Support for VNET in SCTP (hopefully)rrs2009-09-179-47/+40
* Fix a bug reported by Daniel Mentz:tuexen2009-09-161-2/+7
* Add the ability to see TCP timers via netstat -x. This can be a usefulsilby2009-09-164-1/+38
* -Put the optimized soreceive_stream() under a compile time option calledandre2009-09-152-6/+14
* Self pointing routes are installed for configured interface addressesqingli2009-09-152-37/+6
* This patch enables the node to respond to ARP requests forqingli2009-09-151-46/+54
* The bootp code installs an interface address and the nfs clientqingli2009-09-151-0/+11
* Previously local end of point-to-point interface is not reachableqingli2009-09-141-0/+2
* Fixes two bugs:rrs2009-09-131-1/+9
* In expire_mfc(), add an assert on the multicast forwarding cache mutex.bms2009-09-131-0/+2
* Comment some flawed assumptions in inp_join_group() aboutbms2009-09-121-2/+21
OpenPOWER on IntegriCloud