aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use m_fixhdr() rather than roll our own.Poul-Henning Kamp2002-09-181-6/+2
* Explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreakMaxim Konovalov2002-09-171-1/+2
* Fix handling of packets which matched an "ipfw fwd" rule on the input side.Luigi Rizzo2002-08-031-0/+13
* When preserving the IP header in extra mbuf in the IP forwardingRobert Watson2002-08-021-0/+7
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+17
* Warning fixes for 64 bits platforms. With this last fix,Maxime Henrion2002-06-271-1/+1
* Move some global variables in more appropriate places.Luigi Rizzo2002-06-231-3/+28
* fix bad indentation and whitespace resulting from cut&pasteLuigi Rizzo2002-06-231-7/+6
* Remove (almost all) global variables that were used to holdLuigi Rizzo2002-06-221-123/+101
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-4/+1
* - Change the newly turned INVARIANTS #ifdef blocks (they were changed fromAndrew R. Reiter2002-05-211-4/+3
* - Turn a #ifdef DIAGNOSTIC to #ifdef INVARIANTS as the code from this lineAndrew R. Reiter2002-05-201-1/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-1/+4
* s/demon/daemon/Dima Dorfman2002-05-121-1/+1
* Cleanup the interface to ip_fw_chk, two of the input argumentsLuigi Rizzo2002-05-091-12/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Remove __P.Alfred Perlstein2002-03-191-7/+7
* Enforce inbound IPsec SPDChris D. Faulhaber2002-02-261-1/+11
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-8/+8