summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix five years old bug in ip_reass(): if we are using 'full' (i.e. includingoleg2006-02-071-0/+7
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-021-1/+1
* Move the IPSEC related code blocks to their own file to unclutterandre2006-02-011-165/+15
* When doing IP forwarding with [FAST_]IPSEC compiled into the kernelandre2006-01-241-8/+10
* Modify the IP fragment reassembly code so that it uses a new UMA zone,rwatson2006-01-151-21/+81
* Staticize ipqlock, since it is local to ip_input.c.rwatson2006-01-151-1/+1
* Fix -Wundef.ru2005-12-041-1/+1
* Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn'tandre2005-11-191-16/+0
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-452/+1
* In ip_forward() copy as much into the temporary error mbuf as weandre2005-11-181-3/+2
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+1
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-031-0/+2
* Remove spl() calls from ip_slowtimo(), as IP fragment queue locking wasrwatson2005-07-191-2/+0
* Pass icmp_error() the MTU argument directly instead ofandre2005-05-041-18/+8
* o Nano optimize ip_reass() code path for the first fragment: do notmaxim2005-04-081-5/+3
* plug resource leaksam2005-03-161-1/+3
* fix potential invalid index into ip_protox arraysam2005-02-231-2/+2
* Bring back the full packet destination manipulation for 'ipfw fwd'andre2005-02-221-0/+12
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+11
* Prefer (NULL) spelling of (0) for pointers.rwatson2005-01-301-9/+9
OpenPOWER on IntegriCloud