summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_options.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC r213832:Bjoern A. Zeeb2010-10-171-1/+1
* MFC r208553Qing Li2010-06-181-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-2/+0
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-3/+5
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),Robert Watson2009-04-111-2/+2
* Add function ip_checkrouteralert(), which will be usedBruce M Simpson2009-03-041-0/+61
* Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short.Luigi Rizzo2009-02-131-5/+5
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+1
* Fix a panic in MAC kernels that was a result of un-initialized labelChristian S.J. Peron2008-08-271-3/+0
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-8/+9
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-2/+3
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-1/+1
* Replace the last susers calls in netinet6/ with privilege checks.Bjoern A. Zeeb2008-01-241-0/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-1/+1
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-2/+3
* Normalize style a bit: reduce pseudo-randomness of comment layout andRobert Watson2007-05-111-63/+66
* Move universally to ANSI C function declarations, with relativelyRobert Watson2007-05-101-15/+5
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn'tAndre Oppermann2005-11-191-20/+0
* Consolidate all IP Options handling functions into ip_options.[ch] andAndre Oppermann2005-11-181-0/+708