summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clear 'ia' after iterating if_addrhead for unicast address matching: sincerwatson2009-06-241-6/+9
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-4/+22
* V_irtualize flowtable state.zec2009-06-221-7/+11
* Move the kernel option FLOWTABLE chacking from the header file to thebz2009-06-121-1/+6
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-051-10/+0
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-11/+45
* Don't discard packets with 'Destination Unreachable' at the beginningtrasz2009-05-271-3/+11
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-1/+1
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+1
* In ip_input(), cache the received mbuf's network interface in a localrwatson2009-04-201-16/+23
* - Allocate a small flowtable in ip_input.c (changeable by tuneable)kmacy2009-04-191-0/+9
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-39/+39
* Introduce vnet module registration / initialization framework withzec2009-04-111-0/+17
* First pass at separating per-vnet initializer functionszec2009-04-061-11/+16
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-11/+3
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* This main goals of this project are:qingli2008-12-151-2/+2
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-1/+15
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Unhide declarations of network stack virtualization structs fromzec2008-11-281-1/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-28/+52
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-49/+87
* Move CTASSERT from header file to source file, per implementation note nowemaste2008-09-261-0/+4
* Another V_ forgottenjulian2008-08-251-1/+1
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-201-1/+1
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-1/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-98/+99
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-1/+1
* Remove a bogusly introduced rtalloc_ign() in rev. 1.335/SVN 178029,bz2008-07-031-1/+0
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-5/+5
* Take the route mtu into account, if available, when sending anbz2008-04-091-4/+26
* Consider the following situation:guido2007-12-021-1/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-6/+6
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.bz2007-08-051-1/+1
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-10/+10
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-10/+10
* Remove leading spaces before tabs spotted thanks to silby usingrwatson2007-05-161-3/+3
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-20/+14
* Replace a comment about RSVP/mrouting with a different but similar commentrwatson2007-03-251-5/+4
* Match up SYSCTL declaration style.andre2007-03-191-12/+13
* In regular forwarding path, reject packets destined for 169.254.0.0/16bms2007-02-031-0/+6
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* revert last change.. premature.. need to wait until if_ethersubr.cjulian2006-10-211-0/+12
* Move some variables to a more likely placejulian2006-10-201-12/+0
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...julian2006-08-171-4/+0
* Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processingmlaier2006-05-121-1/+0
* /tmp/cvsTXPIwQpjd2006-05-051-0/+1
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+13
OpenPOWER on IntegriCloud