summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_options.c
Commit message (Expand)AuthorAgeFilesLines
* MFS r272855, 266846:Hiroki Sato2014-10-161-13/+16
* - Replace compat macros with function calls.Gleb Smirnoff2013-03-161-1/+1
* Use m_get/m_gethdr instead of compat macros.Gleb Smirnoff2013-03-151-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* Simplify ip_stripoptions() reducing number of intermediateGleb Smirnoff2012-10-231-6/+4
* Do not reduce ip_len by size of IP header in the ip_input()Gleb Smirnoff2012-10-231-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-2/+2
* Revert fixup of ip_len from r241480. Now stack isn't yetGleb Smirnoff2012-10-121-1/+0
* In ip_stripoptions():Gleb Smirnoff2012-10-121-6/+3
* Use ifa_ifwithaddr_check() rather than ifa_ifwithaddr() as we are notBjoern A. Zeeb2010-10-141-1/+1
* This patch fixes the problem where proxy ARP entries cannot be addedQing Li2010-05-251-1/+1
* No need to include security/mac/mac_framework.h here.Pawel Jakub Dawidek2010-02-181-2/+0
* 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