summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_id.c
AgeCommit message (Expand)Author
2025-12-02netinet: Remove left-over sys/cdefs.hWarner Losh
2025-03-04netinet: allow per protocol random IP id control, single out IPSECacazuc
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-12White space cleanup -- remove trailing tab's or spacesRandall Stewart
2018-07-24Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-07-06Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn
2016-06-21Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb
2016-06-06Destroy the mutex last. In this case it should not matter, butBjoern A. Zeeb
2015-04-02Provide a comment explaining issues with the counter(9) trick, so thatGleb Smirnoff
2015-04-02Try to unbreak the build after r280971 by providing the missingBjoern A. Zeeb
2015-04-01o Use new function ip_fillid() in all places throughout the kernel,Gleb Smirnoff
2015-03-28VNETalize random IP ID engine.Gleb Smirnoff
2015-03-28Initialize random IP ID engine via SYSINIT() instead of doing that onGleb Smirnoff
2013-05-06Back out r249318, r249320 and r249327 due to a heisenbug mostAndre Oppermann
2013-04-09Change certain heavily used network related mutexes and rwlocks toAndre Oppermann
2008-12-02Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb
2008-11-28Unhide declarations of network stack virtualization structs fromMarko Zec
2008-02-06Replace the random IP ID generation code weMike Silbersack
2007-10-07Add FBSDID to all files in netinet so that people can moreMike Silbersack
2007-05-11Minor white space and style cleanups.Robert Watson
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-08-16White space cleanup for netinet before branch:Robert Watson
2004-08-14Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone
2004-02-26Tweak existing header and other build infrastructure to be able to buildMax Laier
2003-11-07MFp4: reminder that random id code is not reentrantSam Leffler
2002-03-19Remove __P.Alfred Perlstein
2001-06-01Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.Kris Kennaway