summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs related to M_FLOWID:tuexen2011-02-071-0/+12
* 1) Typo correction in comments and one spacing change.rrs2011-02-052-0/+4
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-221-1/+1
* Add IFT_L2VLAN to the list that is capable of supplying the ingredientsjhay2010-12-221-0/+1
* Loosen the locking in nd6-free() again after r216022 to avoidbz2010-12-071-13/+24
* Plug well observed races on la_hold entries with the callout handler.bz2010-11-293-58/+90
* Fix more continuous/contiguous typos (cf. r215955)brucec2010-11-274-6/+6
* After some off-list discussion, revert a number of changes to thedim2010-11-2212-30/+30
* In case of an early return from the function there is no need to zerobz2010-11-201-2/+2
* Do not initialize flag variables before needed.bz2010-11-171-6/+7
* No need to re-initialize the callout. We initially do it in in6_lltable_new()bz2010-11-171-3/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-1412-30/+30
* Make the IPsec SADB embedded route cache a union to be able to hold both thebz2010-10-231-1/+1
* Purposely tell the compiler that we ignore the return value of ADDCARRY()rpaulo2010-10-131-1/+1
* Add a bandaid for a long-standing race condition during route entrydelphij2010-09-271-1/+3
* IP_BINDANY is not correctly handled in getsockopt() case.attilio2010-09-241-0/+1
* Remove unused variables.tuexen2010-09-151-3/+5
* MFp4 CH=183052 183053 183258:bz2010-09-022-0/+61
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-291-1/+9
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-1/+6
* optp may be NULL.ume2010-08-201-1/+2
* Fix mbuf leakages and remove unneccessary duplicate mbuf frees.anchie2010-08-191-13/+7
* MFp4: anchie_soc2009 branch:anchie2010-08-196-14/+602
* Make `ping6 -I' work with net.inet6.ip6.use_defaultzone=1.ume2010-08-171-2/+5
* In rip6_input(), in case of multicast, we might skip the normal processingbz2010-08-141-0/+1
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-111-4/+1
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-112-32/+6
* MFp4 CH180235:bz2010-08-091-0/+17
* Document the mandatory argument to the arptimer() andbz2010-07-311-7/+2
* Since r186119 IP6 input counters for octets and packets were notbz2010-07-211-3/+47
* 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
OpenPOWER on IntegriCloud