summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_options.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313821 r315277 r315286vangyzen2017-03-171-4/+7
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* netinet: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),melifaro2015-12-091-5/+9
* Merge helper fib* functions used for basic lookups.melifaro2015-12-081-10/+20
* Use M_WRITABLE() and M_LEADINGSPACE() rather than checking M_EXT andrwatson2015-01-061-1/+1
* Use generic SYSCTL_* macro instead of deprecated SYSCTL_VNET_*.hrs2014-09-151-5/+5
* Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, andhrs2014-09-151-15/+18
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andasomers2014-09-111-2/+5
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-291-5/+2
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-241-2/+5
* - Replace compat macros with function calls.glebius2013-03-161-1/+1
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Simplify ip_stripoptions() reducing number of intermediateglebius2012-10-231-6/+4
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-231-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-2/+2
* Revert fixup of ip_len from r241480. Now stack isn't yetglebius2012-10-121-1/+0
* In ip_stripoptions():glebius2012-10-121-6/+3
* Use ifa_ifwithaddr_check() rather than ifa_ifwithaddr() as we are notbz2010-10-141-1/+1
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-251-1/+1
* No need to include security/mac/mac_framework.h here.pjd2010-02-181-2/+0
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-2/+0
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-3/+5
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-2/+2
* Add function ip_checkrouteralert(), which will be usedbms2009-03-041-0/+61
* Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short.luigi2009-02-131-5/+5
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+1
* Fix a panic in MAC kernels that was a result of un-initialized labelcsjp2008-08-271-3/+0
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-8/+9
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+3
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-1/+1
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-241-0/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-2/+3
* Normalize style a bit: reduce pseudo-randomness of comment layout andrwatson2007-05-111-63/+66
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-15/+5
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn'tandre2005-11-191-20/+0
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-0/+708
OpenPOWER on IntegriCloud