summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-0211-8/+129
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-0134-34/+20
* Show interface name which received short CARP packet (e.g. a VRRP packet),delphij2009-07-301-2/+3
* Startup the vnet part of initialization a bit after the global part.julian2009-07-281-2/+2
* Somewhere along the line accept sockets stopped honoring thejulian2009-07-282-4/+3
* Fix a bug where wrong initialization valuetuexen2009-07-282-4/+4
* Turns out that when a receiver forwards through its TNS's therrs2009-07-284-22/+40
* This patch does the following:qingli2009-07-272-5/+16
* Fix the handling of unordered messages when usingtuexen2009-07-271-1/+7
* Get rid of unused field. This will also be deletedtuexen2009-07-271-1/+0
* Add a missing unlock for the inp lock whentuexen2009-07-261-0/+1
* Catch ipfw up to the rest of the vimage code.julian2009-07-251-109/+163
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-232-41/+13
* sysctl_msec_to_ticks is used with both virtualized andbz2009-07-211-1/+9
OpenPOWER on IntegriCloud