summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Don't generate an ip_id for packets with the DF bit set; ip_id iswollman2003-05-311-4/+17
* IP_RECVTTL socket option.mdodd2003-04-291-0/+10
* Rename MBUF_FRAG_TEST to MBUF_STRESS_TEST as it will be extendedsilby2003-04-121-3/+3
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-1/+1
* Replace memcpy() and ovbcopy() with bcopy(); ditch some caddr_t usage.des2003-04-041-7/+6
* Back out support for RFC3514.mdodd2003-04-021-30/+1
* - Use the correct constant define.mdodd2003-04-021-2/+3
* Sync constant define with NetBSD.mdodd2003-04-021-4/+5
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-011-1/+28
* Try to make the MBUF_FRAG_TEST code work better.mux2003-03-251-12/+10
* Add the MBUF_FRAG_TEST option. When compiled in, this optionsilby2003-03-251-0/+30
* Remove unused variables in the IPSEC case.jlemon2003-02-201-1/+0
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* FAST_IPSEC bandaid: act like KAME and ignore ENOENT error codes fromsam2003-01-301-0/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Back out the ip_fragment() code -- it is not urgent to have it in now,luigi2002-11-201-168/+143
* Move the ip_fragment code from ip_output() to a separate function,luigi2002-11-171-143/+168
* Massive cleanup of the ip_mroute code.luigi2002-11-151-4/+7
* correct fast ipsec logic: compare destination ip address against thesam2002-11-081-1/+1
* Fix two instances of variant struct definitions in sys/netinet:phk2002-10-201-39/+17
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-2/+146
* Replace aux mbufs with packet tags:sam2002-10-161-11/+5
* Slightly rearrange a code in rev. 1.164:maxim2002-09-231-4/+8
* In rare cases when there is no room for ip options ip_insertoptions()maxim2002-09-171-1/+3
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+8
* Avoid dereferencing a null pointer in ro_rt.luigi2002-07-121-2/+3
* Warning fixes for 64 bits platforms. With this last fix,mux2002-06-271-1/+1
* At long last, commit the zero copy sockets code.ken2002-06-261-2/+44
* fix bad indentation and whitespace resulting from cut&pasteluigi2002-06-231-19/+19
* Remove (almost all) global variables that were used to holdluigi2002-06-221-93/+125
* - Change the newly turned INVARIANTS #ifdef blocks (they were changed fromarr2002-05-211-15/+11
* - Turn a few DIAGNOSTIC into INVARIANTS since they are really sanityarr2002-05-201-3/+3
* Cleanup the interface to ip_fw_chk, two of the input argumentsluigi2002-05-091-14/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Prevent icmp_reflect() from calling ip_output() with a NULL routeru2002-03-221-6/+4
* Remove __P.alfred2002-03-191-7/+7
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-14/+14
* Moved the 127/8 check below so that IPF redirects have a chance of working.ru2002-02-151-10/+10
* - Check the address family of the destination cached in a PCB.ume2002-01-211-1/+5
* RFC1122 requires that addresses of the form { 127, <any> } MUST NOTru2002-01-211-1/+11
* Pre-calculate the checksum for multicast packets sourced on afenner2002-01-051-0/+12
* Fix ipfw fwd so that it acts as the docs sayjulian2001-12-281-5/+11
* Don't try to free a NULL route when doing IPFIREWALL_FORWARD.yar2001-12-191-1/+2
* whitespace and style fixes recovered from -stable.jlemon2001-12-141-33/+35
* Allow for ip_output() to be called with a NULL route pointer.ru2001-12-011-4/+6
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-041-3/+3
* Fix a (long standing?) bug in ip_output(): if ip_insertoptions() iswpaul2001-10-301-1/+1
* When dropping a packet because there is no room in the queue (which itselfjlemon2001-10-301-0/+1
OpenPOWER on IntegriCloud