aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_options.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Complete conversions from fib<4|6>_lookup_nh_<basic|ext> to fib<4|6>_lookup().Alexander V. Chernikov2020-07-021-7/+9
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-3/+3
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-7/+3
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-4/+5
* There are three places where we return from a function which entered anJonathan T. Looney2018-10-091-2/+3
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-2/+2
* UDP: further performance improvements on txMatt Macy2018-05-231-3/+4
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use inet_ntoa_r() instead of inet_ntoa() throughout the kernelEric van Gyzen2017-02-161-4/+7
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* netinet: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),Alexander V. Chernikov2015-12-091-5/+9
* Merge helper fib* functions used for basic lookups.Alexander V. Chernikov2015-12-081-10/+20
* Use M_WRITABLE() and M_LEADINGSPACE() rather than checking M_EXT andRobert Watson2015-01-061-1/+1
* Use generic SYSCTL_* macro instead of deprecated SYSCTL_VNET_*.Hiroki Sato2014-09-151-5/+5
* Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, andHiroki Sato2014-09-151-15/+18
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andAlan Somers2014-09-111-2/+5
* Fix unintended KBI change from r264905. Add _fib versions ofAlan Somers2014-05-291-5/+2
* Fix subnet and default routes on different FIBs on the same subnet.Alan Somers2014-04-241-2/+5
* - 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