summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-51/+48
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-60/+53
* don't update outgoing ifp, if ipsec tunnel mode encapsulationume2004-02-161-3/+5
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-53/+60
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-0/+1
* pass pcb rather than so. it is expected that per socket policyume2004-02-031-8/+2
* Do not set the ip_id to zero when DF is set on packet andandre2004-01-081-12/+6
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-16/+9
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-201-2/+2
* Remove the global one-level rtcache variable and associatedandre2003-11-141-17/+8
* Introduce ip_fastforward and remove ip_flow.andre2003-11-141-0/+1
* Do not fragment a packet with hardware assistance if it has the DFandre2003-11-121-1/+2
* assert optional inpcb is passed in lockedsam2003-11-081-0/+2
* - cleanup SP refcnt issue.ume2003-11-041-3/+10
* Note that when ip_output() is called from ip_forward(), it will alreadyrwatson2003-11-031-0/+2
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-1/+1
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-231-19/+8
* Implement MBUF_STRESS_TEST mark II.silby2003-09-011-18/+2
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onbms2003-08-201-0/+12
* 1. Basic PIM kernel supporthsu2003-08-071-112/+145
* Minor fix to the MBUF_STRESS_TEST code so that it keepssilby2003-07-191-1/+1
* 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
OpenPOWER on IntegriCloud