summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Fix our version of IPv6 address representation.alfred2010-05-191-2/+19
* allocate ipv6 flows from the ipv6 flow zonekmacy2010-05-161-1/+1
* do a proper fixkmacy2010-05-131-1/+1
* fix compile error on some builds by doing the equivalent ofkmacy2010-05-131-1/+1
* try working around panic by validating rt and llekmacy2010-05-121-1/+2
* boot time size the flowtablekmacy2010-05-101-3/+15
* Add flowtable support to IPv6kmacy2010-05-094-6/+60
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-2917-295/+175
* Enhance the historic behaviour of raw sockets and jails in a waybz2010-04-271-1/+1
* Make sure IPv6 source address selection does not change interfacebz2010-04-271-5/+20
* Provide 32bit compat for SIOCGDEFIFACE_IN6.kib2010-04-271-0/+25
* Plug reference leaks in the link-layer code ("new-arp") that previouslybz2010-04-112-1/+6
* When embedding the scope ID in MLDv1 output, check if the scope of the addressbms2010-04-101-2/+4
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-1/+1
* 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
OpenPOWER on IntegriCloud