Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys/net*: minor spelling fixes. | pfg | 2016-05-03 | 1 | -3/+3 |
| | | | | No functional change. | ||||
* | Provide includes that are needed in these files, and before were read | glebius | 2013-10-26 | 1 | -0/+1 |
| | | | | | | | in implicitly via if.h -> if_var.h pollution. Sponsored by: Netflix Sponsored by: Nginx, Inc. | ||||
* | - Use time_uptime instead of time_second in data structures for | hrs | 2013-08-05 | 1 | -2/+2 |
| | | | | | | | | | PF_INET6 in kernel. This fixes various malfunction when the wall time clock is changed. Bump __FreeBSD_version to 1000041. - Use clock_gettime(CLOCK_MONOTONIC_FAST) in userland utilities. MFC after: 1 month | ||||
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -4/+7 |
| | |||||
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -1/+0 |
| | | | | | | Discussed with: gnn, rwatson Submitted by: Karl Sj?dahl - dunceor <dunceor gmail com> [1] Approved by: re (rwatson) | ||||
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
| | |||||
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | have already done this, so I have styled the patch on their work: 1) introduce a ip_newid() static inline function that checks the sysctl and then decides if it should return a sequential or random IP ID. 2) named the sysctl net.inet.ip.random_id 3) IPv6 flow IDs and fragment IDs are now always random. Flow IDs and frag IDs are significantly less common in the IPv6 world (ie. rarely generated per-packet), so there should be smaller performance concerns. The sysctl defaults to 0 (sequential IP IDs). Reviewed by: andre, silby, mlaier, ume Based on: NetBSD MFC after: 2 months | ||||
* | add randomtab for ip6_randomflowlabel(). | ume | 2003-10-01 | 1 | -0/+11 |
| | | | | Obtained from: KAME | ||||
* | randomize IPv6 flowlabel when RANDOM_IP_ID is defined. | ume | 2003-10-01 | 1 | -0/+7 |
| | | | | Obtained from: KAME | ||||
* | include opt_random_ip_id.h | ume | 2003-10-01 | 1 | -0/+2 |
| | |||||
* | Don't compiled ip6_randomid() in if RANDOM_IP_ID is not defined. | ume | 2003-10-01 | 1 | -0/+4 |
| | |||||
* | randomize IPv6 fragment ID. | ume | 2003-10-01 | 1 | -0/+247 |
Obtained from: KAME |