aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT()Robert Watson2004-03-011-2/+2
* Remove unneeded {} originally used to hold local variables for dummynetRobert Watson2004-02-281-2/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-251-115/+52
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-181-60/+122
* Do not check receive interface when pfil(9) hook changed address.Max Laier2004-02-131-1/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingMax Laier2004-02-131-118/+56
* Introduce the SO_BINTIME option which takes a high-resolution timestampPoul-Henning Kamp2004-01-311-7/+18
* 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-198/+87
* 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