summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't allow joins w/o source on an existing group.bms2009-09-121-8/+14
* Tighten input checking in inp_join_group():bms2009-09-121-15/+35
* Fix an obvious logic error in the IPv4 multicast leave processing,bms2009-09-121-2/+4
* Fix an API issue in leave processing for IPv4 multicast groups.bms2009-09-121-0/+3
* Add arp_update_event. This replaces route_arp_update_event, whichnp2009-09-083-0/+8
* Move the duplicate definition of struct sockaddr_storage to its ownphk2009-09-081-21/+1
* When joining a multicast group, the inp_lookup_mcast_ifp callsyrinx2009-09-071-3/+6
* Correct comment.pjd2009-09-061-2/+2
* Add ARP statistics to the kernel and netstat.gnn2009-09-031-6/+25
* In case an upper layer protocol tries to send a packet but thebz2009-09-011-12/+10
* This patch fixes the following issues:qingli2009-08-311-5/+48
* Fix a bug where vlan interfaces are not supported by SCTP.tuexen2009-08-281-0/+1
* Do not try to free the rt_lle entry of the cached route inqingli2009-08-281-3/+1
* Use locks specific to the lltable code, rather than borrow the ifnetrwatson2009-08-251-1/+1
OpenPOWER on IntegriCloud