summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+6
* Provide the sysctl net.inet.ip.process_options to control the processingandre2004-05-061-0/+13
* Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier.darrenr2004-05-021-1/+1
* Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra argdarrenr2004-05-021-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it.rwatson2004-03-281-2/+0
* Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT()rwatson2004-03-011-2/+2
* Remove unneeded {} originally used to hold local variables for dummynetrwatson2004-02-281-2/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-115/+52
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-60/+122
* Do not check receive interface when pfil(9) hook changed address.mlaier2004-02-131-1/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-118/+56
* Introduce the SO_BINTIME option which takes a high-resolution timestampphk2004-01-311-8/+19
* Make sure all uses of stack allocated struct route's are properlyandre2003-11-261-2/+2
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-8/+8
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-201-2/+2
* Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, butgreen2003-11-171-0/+2
* Make ipstealth global as we need it in ip_fastforward too.andre2003-11-151-1/+1
* Remove the global one-level rtcache variable and associatedandre2003-11-141-201/+90
* Introduce ip_fastforward and remove ip_flow.andre2003-11-141-8/+29
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-1/+1
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+3
* Fix locking of the ip forwarding cache. We were holding a referencesam2003-11-071-11/+21
* - cleanup SP refcnt issue.ume2003-11-041-1/+1
* Remove comment about desire for eventual explicit labeling of ICMPrwatson2003-11-031-4/+0
* add ECN support in layer-3.ume2003-10-291-0/+17
* pfil hooks can modify packet contents so check if the destinationsam2003-10-161-1/+11
* purge extraneous ';'ssam2003-10-151-3/+3
* Lock ip forwarding route cache. While we're at it, remove the globalsam2003-10-141-30/+91
* remove dangling ';'s` that were harmlesssam2003-10-141-2/+2
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-231-23/+18
* lock ip fragment queuessam2003-09-051-0/+18
* add IPSEC_FILTERGIF suport for FAST_IPSECsam2003-07-221-0/+7
* Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error);silby2003-06-171-1/+1
* When setting fragment queue pointers to NULL, or comparing them withrwatson2003-06-061-3/+3
* Trim a call to mac_create_mbuf_from_mbuf() since m_tag meta-datarwatson2003-05-061-5/+2
* IP_RECVTTL socket option.mdodd2003-04-291-0/+6
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Back out support for RFC3514.mdodd2003-04-021-14/+0
* Sync constant define with NetBSD.mdodd2003-04-021-1/+1
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-011-0/+14
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-261-1/+4
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-21/+2
* Fix a condition so that ip reassembly queues are emptied immediatelysilby2003-02-261-1/+1
* style(9): join lines.maxim2003-02-251-4/+2
* Ip reassembly queue structure has ipq_nfrags now. Count a number ofmaxim2003-02-251-7/+15
* Add a new config option IPSEC_FILTERGIF to control whether or notsam2003-02-231-0/+7
* Add the ability to limit the number of IP fragments allowed per packet,silby2003-02-221-4/+28
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Move a comment and optimize the frag timeout code a slight bit.silby2003-02-011-3/+3
OpenPOWER on IntegriCloud