summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Support for VNET in SCTP (hopefully)rrs2009-09-171-4/+4
* Self pointing routes are installed for configured interface addressesqingli2009-09-151-39/+5
* Improve flexibility of receiving Router Advertisement andhrs2009-09-128-34/+115
* The addresses that are assigned to the loopback interfaceqingli2009-09-051-4/+7
* This patch fixes an address scope violation. Considering theqingli2009-09-051-0/+4
* This patch fixes the following issues:qingli2009-09-053-21/+35
* Prefix on-link verification is being performed on staticallyqingli2009-08-301-0/+9
* When multiple interfaces exist in the system, with each interface havingqingli2009-08-261-2/+25
* Use locks specific to the lltable code, rather than borrow the ifnetrwatson2009-08-251-1/+1
* Rework global locks for interface list and index management, correctingrwatson2009-08-234-19/+14
* A piece of code was added to install a host route when an IPv6 interfaceqingli2009-08-121-12/+3
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-0/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-0124-24/+2
* This patch does the following:qingli2009-07-271-2/+6
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-232-42/+13
* sysctl_msec_to_ticks is used with both virtualized andbz2009-07-211-10/+2
* Garbage collect vnet module registrations that have neither constructorsrwatson2009-07-202-21/+0
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-192-9/+11
* Fix a problem, whereby misbehaving IPv6 applications, which don't includebms2009-07-181-2/+12
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-1619-100/+100
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-1430-858/+412
* This patch adds a host route to an interface address (that is assignedqingli2009-07-121-0/+46
* Fix "options VIMAGE_GLOBALS" build following introduction ofrwatson2009-06-291-1/+1
* In in6_update_ifa(), jump to 'cleanup' rather than returning directlyrwatson2009-06-271-4/+7
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-257-5/+46
* Clean up reference management in in6_update_ifa and in6_unlink_ifa, andrwatson2009-06-251-7/+3
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-249-68/+35
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-238-89/+84
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-2314-86/+213
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-232-2/+0
* In r194702 I meant to remove vnet.h which is no longer needed, not route.h.bz2009-06-231-1/+1
* in6_rtqdrain() has been unused. Cleanup.bz2009-06-231-23/+0
* Clean up common ifaddr management:rwatson2009-06-213-10/+9
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-213-4/+4
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-132-8/+10
* Remove unnecessary #ifdef lines and code.zec2009-06-121-7/+0
* Prevent integer overflow in direct pipe write code from circumventingcperciva2009-06-101-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-0813-16/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-087-7/+55
* Fix and add a workaround on an issue of EtherIP packet with reversedhrs2009-06-071-2/+16
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-054-5/+0
* V_loif is not an array but a pure pointer, so treat it as such.zec2009-06-011-1/+1
* Remove an #undef MIN that slipped under the radar and led me tozec2009-06-011-9/+0
* Convert the two dimensional array to be malloced and introducebz2009-06-013-17/+29
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-012-8/+8
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-013-2/+21
* Place hostnames and similar information fully under the prison system.jamie2009-05-292-37/+42
* Merge final round of MLD changes from p4:bms2009-05-275-166/+371
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-273-15/+31
OpenPOWER on IntegriCloud