aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure all uses of stack allocated struct route's are properlyAndre Oppermann2003-11-261-2/+2
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-8/+8
* Remove RTF_PRCLONING from routing table and adjust users of itAndre Oppermann2003-11-201-2/+2
* Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, butBrian Feldman2003-11-171-0/+2
* Make ipstealth global as we need it in ip_fastforward too.Andre Oppermann2003-11-151-1/+1
* Remove the global one-level rtcache variable and associatedAndre Oppermann2003-11-141-201/+90
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-141-8/+29
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-081-1/+1
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+3
* Fix locking of the ip forwarding cache. We were holding a referenceSam Leffler2003-11-071-11/+21
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-1/+1
* Remove comment about desire for eventual explicit labeling of ICMPRobert Watson2003-11-031-4/+0
* add ECN support in layer-3.Hajimu UMEMOTO2003-10-291-0/+17
* pfil hooks can modify packet contents so check if the destinationSam Leffler2003-10-161-1/+11
* purge extraneous ';'sSam Leffler2003-10-151-3/+3
* Lock ip forwarding route cache. While we're at it, remove the globalSam Leffler2003-10-141-30/+91
* remove dangling ';'s` that were harmlessSam Leffler2003-10-141-2/+2
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-231-23/+18
* lock ip fragment queuesSam Leffler2003-09-051-0/+18
* add IPSEC_FILTERGIF suport for FAST_IPSECSam Leffler2003-07-221-0/+7
* Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error);Mike Silbersack2003-06-171-1/+1
* When setting fragment queue pointers to NULL, or comparing them withRobert Watson2003-06-061-3/+3
* Trim a call to mac_create_mbuf_from_mbuf() since m_tag meta-dataRobert Watson2003-05-061-5/+2
* IP_RECVTTL socket option.Matthew N. Dodd2003-04-291-0/+6
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-2/+1
* Back out support for RFC3514.Matthew N. Dodd2003-04-021-14/+0
* Sync constant define with NetBSD.Matthew N. Dodd2003-04-021-1/+1
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).Matthew N. Dodd2003-04-011-0/+14
* Modify the mac_init_ipq() MAC Framework entry point to accept anRobert Watson2003-03-261-1/+4
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-21/+2
* Fix a condition so that ip reassembly queues are emptied immediatelyMike Silbersack2003-02-261-1/+1
* style(9): join lines.Maxim Konovalov2003-02-251-4/+2
* Ip reassembly queue structure has ipq_nfrags now. Count a number ofMaxim Konovalov2003-02-251-7/+15
* Add a new config option IPSEC_FILTERGIF to control whether or notSam Leffler2003-02-231-0/+7
* Add the ability to limit the number of IP fragments allowed per packet,Mike Silbersack2003-02-221-4/+28
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Move a comment and optimize the frag timeout code a slight bit.Mike Silbersack2003-02-011-3/+3
* A few fixes to rev 1.221Mike Silbersack2003-01-281-9/+17
* Merge the best parts of maxfragpackets and maxnipq together. (BothMike Silbersack2003-01-261-13/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-1/+10
* Move fw_one_pass from ip_fw2.c to ip_input.c so that neitherLuigi Rizzo2002-11-201-0/+1
* Add a sysctl to control the generation of source quench packets,Mike Silbersack2002-11-191-2/+20
* Massive cleanup of the ip_mroute code.Luigi Rizzo2002-11-151-3/+30
* Fix two instances of variant struct definitions in sys/netinet:Poul-Henning Kamp2002-10-201-14/+13
* Get rid of checking for ip sec history. It is true that packets are notGuido van Rooij2002-10-161-5/+0
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-2/+131
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-7/+7
* Fix IPOPT_TS processing: do not overwrite IP address by timestamp.Maxim Konovalov2002-10-101-0/+2
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1