summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* adjust comment in previous commit after Julian's explanationluigi2009-12-051-8/+9
* remove a dead block of code, document how the ipfw clients areluigi2009-12-051-27/+28
* fix build with VNET enabledluigi2009-12-051-1/+1
* Use INET_ADDRSTRLEN and INET6_ADDRSTRLEN rather than hardume2009-12-041-5/+23
* preparation work to replace the monster switch in ipfw_chk() withluigi2009-12-031-137/+203
* Teach an IPv6 to the debug prints.ume2009-12-031-14/+62
* - initialize src_ip in the main loop to prevent a compiler warningluigi2009-12-021-5/+8
* Dispatch sockopt calls to ipfw and dummynetluigi2009-12-021-0/+4
* small changes for portability and diff reduction wrt/ FreeBSD 7.luigi2009-12-021-15/+38
* Teach an IPv6 to send_pkt() and ipfw_tick().ume2009-12-021-112/+166
* Until this moment carp(4) used a strange logging priority. It used debugglebius2009-12-021-16/+16
* Add new sockopt names for ipfw and dummynet.luigi2009-12-021-0/+8
* change the type of the opcode from enum *:8 to u_int8_tluigi2009-12-021-1/+1
* Use the default stack size for the iterator thread.tuexen2009-11-271-1/+1
* Correct a comment.bms2009-11-191-1/+1
* Fix a bug where the system panics when a SHUTDOWN is received with antuexen2009-11-181-0/+3
* Get rid of unused fields addr_over which is never really used,tuexen2009-11-173-10/+0
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,tuexen2009-11-174-10/+9
* 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
OpenPOWER on IntegriCloud