summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix two issues that can lead to exceeding configured pipe bandwidth:Oleg Bulyzhin2009-11-031-5/+16
* Improve round robin stream scheduler and cleanup some code.Michael Tuexen2009-10-291-21/+24
* Close a stream file descriptor leak.Christian Brueffer2009-10-281-0/+1
* Bugfix: Use formula from section 7.2.3 of RFC 4960. Reported by Martin Becke.Michael Tuexen2009-10-271-1/+1
* Improve the round robin stream scheduler.Michael Tuexen2009-10-261-11/+5
* Correct spelling typo in ip_input comment.Robert Watson2009-10-241-1/+1
* Use the correct option name in the preprocessor command to enableQing Li2009-10-232-4/+4
* Improve grammar in ip_input comment while attempting to maintain whatRobert Watson2009-10-231-2/+2
* In the ARP callout timer expiration function, the current time_secondQing Li2009-10-201-9/+9
* Rewrap ip_input() comment so that it prints more nicely.Robert Watson2009-10-181-3/+3
* This patch fixes the following issues in the ARP operation:Qing Li2009-10-152-10/+18
* Compare pointer to NULL rather than 0.Bjoern A. Zeeb2009-10-131-1/+1
* Fix a race condition where a mutex was destroyed while sleeping on it.Michael Tuexen2009-10-112-1/+1
* Virtualize the pfil hooks so that different jails may chose differentJulian Elischer2009-10-117-84/+107
* Correct include order as indicated by bz.Michael Tuexen2009-10-101-2/+1
* Do not include vnet.h twice.Michael Tuexen2009-10-091-1/+0
* Use correct arguments when calling SCTP_RTALLOC().Michael Tuexen2009-10-081-2/+2
* Fix so that round robing stream scheduling works as advertisedRandall Stewart2009-10-081-25/+4
* Remove tcp_input lock statistics; these are intended for debugging onlyRobert Watson2009-10-061-32/+2
* In tcp_input(), we acquire a global write lock at first only if aRobert Watson2009-10-051-1/+4
* Remove a log message from production code. This log message can beQing Li2009-10-021-0/+2
* Previously, if an address alias is configured on an interface, andQing Li2009-10-021-2/+2
* Fix handling of sctp_drain().Michael Tuexen2009-09-201-5/+8
* Fix errnos.Michael Tuexen2009-09-201-6/+12
* Use appropriate locking when using interface list.Michael Tuexen2009-09-191-8/+0
* Fix the disabling of sctp_drain().Michael Tuexen2009-09-191-5/+4
* Get SCTP working in combination with VIMAGE.Michael Tuexen2009-09-197-46/+84
* Return ENOBUFS consistently if user attempts to exceedBruce M Simpson2009-09-181-2/+4
* Support for VNET in SCTP (hopefully)Randall Stewart2009-09-179-47/+40
* Fix a bug reported by Daniel Mentz:Michael Tuexen2009-09-161-2/+7
* Add the ability to see TCP timers via netstat -x. This can be a usefulMike Silbersack2009-09-164-1/+38
* -Put the optimized soreceive_stream() under a compile time option calledAndre Oppermann2009-09-152-6/+14
* Self pointing routes are installed for configured interface addressesQing Li2009-09-152-37/+6
* This patch enables the node to respond to ARP requests forQing Li2009-09-151-46/+54
* The bootp code installs an interface address and the nfs clientQing Li2009-09-151-0/+11
* Previously local end of point-to-point interface is not reachableQing Li2009-09-141-0/+2
* Fixes two bugs:Randall Stewart2009-09-131-1/+9
* In expire_mfc(), add an assert on the multicast forwarding cache mutex.Bruce M Simpson2009-09-131-0/+2
* Comment some flawed assumptions in inp_join_group() aboutBruce M Simpson2009-09-121-2/+21
* Don't allow joins w/o source on an existing group.Bruce M Simpson2009-09-121-8/+14
* Tighten input checking in inp_join_group():Bruce M Simpson2009-09-121-15/+35
* Fix an obvious logic error in the IPv4 multicast leave processing,Bruce M Simpson2009-09-121-2/+4
* Fix an API issue in leave processing for IPv4 multicast groups.Bruce M Simpson2009-09-121-0/+3
* Add arp_update_event. This replaces route_arp_update_event, whichNavdeep Parhar2009-09-083-0/+8
* Move the duplicate definition of struct sockaddr_storage to its ownPoul-Henning Kamp2009-09-081-21/+1
* When joining a multicast group, the inp_lookup_mcast_ifp callShteryana Shopova2009-09-071-3/+6
* Correct comment.Pawel Jakub Dawidek2009-09-061-2/+2
* Add ARP statistics to the kernel and netstat.George V. Neville-Neil2009-09-031-6/+25
* In case an upper layer protocol tries to send a packet but theBjoern A. Zeeb2009-09-011-12/+10
* This patch fixes the following issues:Qing Li2009-08-311-5/+48