summaryrefslogtreecommitdiff
path: root/sys/netinet/ip.h
AgeCommit message (Expand)Author
2021-02-03CTASSERT -> __CTASSERT to unbreak userland build.roy
2021-02-03Sprinkle CTASSERT to enforce on-wire layout without __packedroy
2021-02-03Remove __packed from various network structuresroy
2020-08-28netinet: Include the needful so include order doesn't matter.riastradh
2012-11-02fix typochristos
2012-11-02make this standalone, like every others (except OpenBSD)christos
2011-07-24Fill in missing IPTOS defines (from Linux/OpenBSD)christos
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-12-21Add fix for ip_id information leakage. Since the leakage information ismatt
2006-12-17According to ANSI c the only portably defined bitfields are unsigned int ones.christos
2006-09-05Import of TCP ECN algorithm for congestion control.rpaulo
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2004-04-25Initial commit of a port of the FreeBSD implementation of RFC 2385jonathan
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-01bring into conformance with RFC 3514dogcow
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2001-10-24it may fix PR14124.itojun
2000-05-02One more __attribute__((__packed__)) to dissuade egcs from makingsommerfeld
1999-11-20Add the `packed' attribute to structures which describe wire protocol data.thorpej
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1998-02-10add/cleanup multiple inclusion protection.perry
1998-01-05Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changesthorpej
1996-12-11Minor change to a comment.mycroft
1996-10-25Make length and offset fields unsigned. From Kevin M. Lahey <kml@nas.nasa.gov>thorpej
1996-09-21commit fix in pr 2772 -- the IP input code was assuming that theperry
1996-09-14move the packet filter hooks in to a saner location. while i'm here, renamemrg
1996-09-12forward decl. struct mbuf (for now).mrg
1996-09-12Move an #ifdef _KERNEL up above all the packet filter stuff. Thisexplorer
1996-09-06add packet filter interface code. see pfil(9) for more details. youmrg
1995-05-15"routine" precedence has a value of 0.cgd
1995-04-17spacing cleaup. also, minor type mixup fixups.cgd
1995-04-13be a bit more careful and explicit with types. (basically a large no-op.)cgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1994-01-08Fix some inconsistent spacing; spaces at the end of lines, etc.mycroft
1993-05-20more rcsid additions and file header cleanupscgd
1993-04-19Add consistent multiple-inclusion protection.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd