aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_id.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-1/+1
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-10/+10
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+2
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-061-1/+3
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+1
* Destroy the mutex last. In this case it should not matter, butBjoern A. Zeeb2016-06-061-1/+1
* Provide a comment explaining issues with the counter(9) trick, so thatGleb Smirnoff2015-04-021-0/+14
* Try to unbreak the build after r280971 by providing the missingBjoern A. Zeeb2015-04-021-0/+1
* o Use new function ip_fillid() in all places throughout the kernel,Gleb Smirnoff2015-04-011-12/+83
* VNETalize random IP ID engine.Gleb Smirnoff2015-03-281-41/+64
* Initialize random IP ID engine via SYSINIT() instead of doing that onGleb Smirnoff2015-03-281-55/+34
* Back out r249318, r249320 and r249327 due to a heisenbug mostAndre Oppermann2013-05-061-1/+1
* Change certain heavily used network related mutexes and rwlocks toAndre Oppermann2013-04-091-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Unhide declarations of network stack virtualization structs fromMarko Zec2008-11-281-1/+0
* Replace the random IP ID generation code weMike Silbersack2008-02-061-146/+154
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-2/+3
* Minor white space and style cleanups.Robert Watson2007-05-111-36/+27
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* White space cleanup for netinet before branch:Robert Watson2004-08-161-11/+11
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-3/+0
* Tweak existing header and other build infrastructure to be able to buildMax Laier2004-02-261-2/+3
* MFp4: reminder that random id code is not reentrantSam Leffler2003-11-071-0/+1
* Remove __P.Alfred Perlstein2002-03-191-3/+3
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.Kris Kennaway2001-06-011-0/+210