aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Since r186119 IP6 input counters for octets and packets were notBjoern A. Zeeb2010-07-211-3/+47
* Fix our version of IPv6 address representation.Alfred Perlstein2010-05-191-2/+19
* allocate ipv6 flows from the ipv6 flow zoneKip Macy2010-05-161-1/+1
* do a proper fixKip Macy2010-05-131-1/+1
* fix compile error on some builds by doing the equivalent ofKip Macy2010-05-131-1/+1
* try working around panic by validating rt and lleKip Macy2010-05-121-1/+2
* boot time size the flowtableKip Macy2010-05-101-3/+15
* Add flowtable support to IPv6Kip Macy2010-05-094-6/+60
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-2917-295/+175
* Enhance the historic behaviour of raw sockets and jails in a wayBjoern A. Zeeb2010-04-271-1/+1
* Make sure IPv6 source address selection does not change interfaceBjoern A. Zeeb2010-04-271-5/+20
* Provide 32bit compat for SIOCGDEFIFACE_IN6.Konstantin Belousov2010-04-271-0/+25
* Plug reference leaks in the link-layer code ("new-arp") that previouslyBjoern A. Zeeb2010-04-112-1/+6
* When embedding the scope ID in MLDv1 output, check if the scope of the addressBruce M Simpson2010-04-101-2/+4
* * Fix some race condition in SACK/NR-SACK processing.Michael Tuexen2010-04-031-1/+1
* We are holding a write lock here so avoid aquiring it twice callingBjoern A. Zeeb2010-03-251-1/+1
* The proper fix for the delayed SCTP checksum is toRandall Stewart2010-03-121-1/+1
* With the recent change of the sctp checksum to support offload,Randall Stewart2010-03-121-0/+19
* Use reference counting instead of locking to secure an address whileQing Li2010-02-271-3/+6
* No need to include security/mac/mac_framework.h here.Pawel Jakub Dawidek2010-02-181-2/+0
* Correct a typo.Bjoern A. Zeeb2010-01-241-1/+1
* Garbage collect references to the no longer implemented tcp_fasttimo().Bjoern A. Zeeb2010-01-171-1/+0
* Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to controlBjoern A. Zeeb2010-01-171-0/+7
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in orderEdward Tomasz Napierala2010-01-081-1/+1
* Correct a typo.Bjoern A. Zeeb2010-01-061-1/+1
* The IFA_RTSELF address flag marks a loopback route has been installedQing Li2010-01-041-1/+1
* Multiple IPv6 addresses of the same prefix can be installed on theQing Li2009-12-301-2/+22
* The proxy arp entries could not be added into the system over theQing Li2009-12-301-4/+12
* Use ALLOW_NEW_SOURCES and BLOCK_OLD_SOURCES to signal a join or leaveBruce M Simpson2009-12-222-16/+60
* Add missing #include <sys/ktr.h>.Bruce M Simpson2009-12-151-0/+1
* Throughout the network stack we have a few places ofBjoern A. Zeeb2009-12-131-1/+1
* Adapt r197136 to IPv6 stack:Bruce M Simpson2009-11-191-2/+21
* Adapt r197135 to IPv6 stack:Bruce M Simpson2009-11-191-8/+14
* Adapt r197132 to IPv6 stack:Bruce M Simpson2009-11-191-15/+35
* Adapt r197314 to IPv6 stack:Bruce M Simpson2009-11-191-3/+5
* Adapt r197130 to IPv6 stack:Bruce M Simpson2009-11-191-1/+3
* Adapt the fix for IGMPv2 in r199287 for the IPv6 stack.Bruce M Simpson2009-11-191-8/+30
* - We are not guaranteed that we're not dropping a reference thatHajimu UMEMOTO2009-11-121-11/+10
* CURVNET_RESTORE() was not called in certain cases.Hajimu UMEMOTO2009-11-111-1/+1
* Make nd6_llinfo_timer() does its job, again. ln->la_expire wasHajimu UMEMOTO2009-11-061-1/+1
* Don't call LLE_FREE() after nd6_free().Hajimu UMEMOTO2009-11-061-0/+1
* Use the correct option name in the preprocessor command to enableQing Li2009-10-231-1/+1
* Explicitly compare to a return code.Bjoern A. Zeeb2009-10-141-1/+1
* - Do not assign a link-local address when ND6_IFF_IFDISABLED.Hiroki Sato2009-10-121-0/+3
* Virtualize the pfil hooks so that different jails may chose differentJulian Elischer2009-10-114-15/+17
* Enable adding a link-local address even if ND6_IFF_IFDISABLED.Hiroki Sato2009-10-021-1/+0
* Support for VNET in SCTP (hopefully)Randall Stewart2009-09-171-4/+4
* Self pointing routes are installed for configured interface addressesQing Li2009-09-151-39/+5
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-128-34/+115
* The addresses that are assigned to the loopback interfaceQing Li2009-09-051-4/+7