summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* nuke SCOPEDROUTING. Though it was there for a long time,ume2003-10-108-59/+0
* switch cast128 implementation to implementation by Steve Reid;ume2003-10-101-10/+4
* - typo. found by markus@openbsdume2003-10-091-4/+2
* - typo in commentume2003-10-0910-289/+225
* - fix typo in comments.ume2003-10-0821-637/+402
* must lock route when the caller provided a route but notsam2003-10-071-2/+4
* indentume2003-10-071-1/+1
* style and indent. no functional change.ume2003-10-071-40/+34
* - fix typo in comment.ume2003-10-079-321/+277
* nuke unused CTL_IPV6PROTO_NAMES macro.ume2003-10-071-47/+0
* return(code) -> return (code)ume2003-10-0622-408/+403
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-049-77/+99
* add randomtab for ip6_randomflowlabel().ume2003-10-011-0/+11
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.ume2003-10-015-4/+20
* use arc4random()ume2003-10-012-14/+3
* - include opt_random_ip_id.hume2003-10-013-1/+7
* we don't need ip6_id when RANDOM_IP_ID is defined.ume2003-10-013-0/+6
* include opt_random_ip_id.hume2003-10-011-0/+2
* Don't compiled ip6_randomid() in if RANDOM_IP_ID is not defined.ume2003-10-012-0/+6
* Obey RANDOM_IP_ID.ume2003-10-011-0/+5
* randomize IPv6 fragment ID.ume2003-10-013-1/+250
* Correct pfil_run_hooks return handling: if the return value is non-zerosam2003-09-302-9/+8
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-235-68/+35
* Enable IPv6 for Token Ring.mdodd2003-09-143-0/+7
* The in6_ifattach() routine contains the following code:wpaul2003-09-131-2/+4
* Fix a bunch of off-by-one errors in the range checking code.ru2003-09-111-1/+1
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toume2003-08-053-1/+14
* Cleanup useless break.ume2003-07-291-3/+0
* ip6fw does not handle ESP correctlyume2003-07-271-0/+1
* Do not attempt to access to inp_socket fields if the socket is in the TIME_WAITcognet2003-06-171-13/+38
* Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP.mdodd2003-04-291-0/+3
* panic() doesn't need \nsuz2003-04-296-53/+53
* sync with the latest KAME (just a cosmetic change)suz2003-04-281-2/+2
* Explicitly declare 'int' parameters.obrien2003-04-211-1/+1
* fixed a mbuf leak when an IP packet from ESP tunnel is redirectedsuz2003-03-291-0/+7
* made sure to keep the current stored lifetime when it was not updatedume2003-03-261-3/+9
* correct malloc flag argumentsam2003-03-121-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-045-32/+6
* Fix another case for timewait.jlemon2003-02-241-0/+3
* Remove unused variables in the IPSEC case.jlemon2003-02-201-1/+0
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-197-73/+83
* Back out M_* changes, per decision of the TRB.imp2003-02-1925-107/+107
* M_MOVE_PKTHDR must happen before any cluster is attachedsam2003-02-181-2/+3
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2125-107/+107
* "struct route" is not sufficient. NetBSD PR 18751ume2003-01-082-0/+2
* don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; insteadsam2003-01-062-9/+7
* purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this alreadysam2003-01-062-3/+0
* Bah, just use %zu for printing size_t.mike2003-01-061-4/+4
* Cast return values of sizeof() to int so they can be printed with %d.mike2003-01-061-2/+2
OpenPOWER on IntegriCloud