summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* This fixes a bug where the value set by SCTP_PARTIAL_DELIVERY_POINTtuexen2009-08-241-3/+3
* This fixes two bugs in the NR-Sack code:rrs2009-08-241-460/+255
* Introduce a div_destroy() function which takes over per-vnet cleanup taskszec2009-08-242-6/+30
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-6/+1
* Fix another typo right next to the previous one, that amazingly, I didjulian2009-08-231-1/+1
* Fix typo in comment that has been bugging me for days.julian2009-08-231-1/+1
* Fix ipfw's initialization functions to get the correct order of evaluationjulian2009-08-213-69/+123
* Fix signed comparison bug when ticks goes negative after 24 days ofpeter2009-08-201-1/+1
* Fix CARP memory leaks on carp_if's malloc'd using M_CARP. This occurs whenwill2009-08-201-3/+3
* Fix a bug in the handling of unreliable messagestuexen2009-08-191-5/+9
* - change the interface to flowtable_lookup so that we don't rely onkmacy2009-08-181-1/+1
* Fix a crash when using one-to-one stlye socket in non-blockingtuexen2009-08-181-1/+2
* * Fix a bug where PR-SCTP settings are ignore when using implicittuexen2009-08-157-99/+176
* In function ip_output(), the cached route is flushed when there is aqingli2009-08-141-1/+5
* SCTP is not yet compatible with options VIMAGE kernels although it compileszec2009-08-141-0/+4
* Fix ipfw crash on uid or gid check.julian2009-08-141-1/+1
* Add padding to struct inpcb, missed during our padding sweep earlier inrwatson2009-08-021-1/+2
OpenPOWER on IntegriCloud