aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_id.c
Commit message (Expand)AuthorAgeFilesLines
* ip6_randomflowlabel: Avoid blocking if random(4) is not availableConrad Meyer2019-04-231-0/+11
* Fix some typos.Pedro F. Giffuni2017-12-281-2/+2
* netinet6/ip6_id.c: niels kindly dropped clause 3/4 from the license.Pedro F. Giffuni2017-12-281-7/+2
* Start syncing changes from OpenBSD's ip6_id.c instead of ip_id.c.Pedro F. Giffuni2017-12-281-6/+3
* Revert r327293Pedro F. Giffuni2017-12-281-1/+6
* netinet6/ip6_id.c: niels kindly dropped clause 3/4 from the license.Pedro F. Giffuni2017-12-281-7/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+1
* - Use time_uptime instead of time_second in data structures forHiroki Sato2013-08-051-2/+2
* Clean up VCS Ids.David E. O'Brien2007-12-101-4/+7
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-1/+0
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-6/+0
* add randomtab for ip6_randomflowlabel().Hajimu UMEMOTO2003-10-011-0/+11
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.Hajimu UMEMOTO2003-10-011-0/+7
* include opt_random_ip_id.hHajimu UMEMOTO2003-10-011-0/+2
* Don't compiled ip6_randomid() in if RANDOM_IP_ID is not defined.Hajimu UMEMOTO2003-10-011-0/+4
* randomize IPv6 fragment ID.Hajimu UMEMOTO2003-10-011-0/+247