summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* We are holding a write lock here so avoid aquiring it twice callingbz2010-03-251-1/+1
* The proper fix for the delayed SCTP checksum is torrs2010-03-121-1/+1
* With the recent change of the sctp checksum to support offload,rrs2010-03-121-0/+19
* Use reference counting instead of locking to secure an address whileqingli2010-02-271-3/+6
* No need to include security/mac/mac_framework.h here.pjd2010-02-181-2/+0
* Correct a typo.bz2010-01-241-1/+1
* Garbage collect references to the no longer implemented tcp_fasttimo().bz2010-01-171-1/+0
* Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to controlbz2010-01-171-0/+7
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in ordertrasz2010-01-081-1/+1
* Correct a typo.bz2010-01-061-1/+1
* The IFA_RTSELF address flag marks a loopback route has been installedqingli2010-01-041-1/+1
* Multiple IPv6 addresses of the same prefix can be installed on theqingli2009-12-301-2/+22
* The proxy arp entries could not be added into the system over theqingli2009-12-301-4/+12
* Use ALLOW_NEW_SOURCES and BLOCK_OLD_SOURCES to signal a join or leavebms2009-12-222-16/+60
* Add missing #include <sys/ktr.h>.bms2009-12-151-0/+1
* Throughout the network stack we have a few places ofbz2009-12-131-1/+1
* Adapt r197136 to IPv6 stack:bms2009-11-191-2/+21
* Adapt r197135 to IPv6 stack:bms2009-11-191-8/+14
* Adapt r197132 to IPv6 stack:bms2009-11-191-15/+35
* Adapt r197314 to IPv6 stack:bms2009-11-191-3/+5
* Adapt r197130 to IPv6 stack:bms2009-11-191-1/+3
* Adapt the fix for IGMPv2 in r199287 for the IPv6 stack.bms2009-11-191-8/+30
* - We are not guaranteed that we're not dropping a reference thatume2009-11-121-11/+10
* CURVNET_RESTORE() was not called in certain cases.ume2009-11-111-1/+1
* Make nd6_llinfo_timer() does its job, again. ln->la_expire wasume2009-11-061-1/+1
* Don't call LLE_FREE() after nd6_free().ume2009-11-061-0/+1
* Use the correct option name in the preprocessor command to enableqingli2009-10-231-1/+1
* Explicitly compare to a return code.bz2009-10-141-1/+1
* - Do not assign a link-local address when ND6_IFF_IFDISABLED.hrs2009-10-121-0/+3
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-114-15/+17
* Enable adding a link-local address even if ND6_IFF_IFDISABLED.hrs2009-10-021-1/+0
* 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
OpenPOWER on IntegriCloud