aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFC pfil API change:Max Laier2004-10-031-1/+1
* MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedAndre Oppermann2004-09-221-18/+7
* MFC 1.229: Replace ifunit("lo0") with direct 'loif' pointer.Andre Oppermann2004-09-151-2/+2
* MFC: v1.230John-Mark Gurney2004-09-141-3/+1
* MFC: Fix the kernel compile when not using PFIL_HOOKS and IPSEC.Scott Long2004-08-181-0/+4
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-171-280/+65
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-6/+1
* Consistently use NULL for pointer comparisons.Andre Oppermann2004-08-111-10/+10
* Make a comment that "ipfw forward" is not SMP and PREEMPTION safe.Andre Oppermann2004-08-091-0/+1
* o Delayed checksums are now calculated in divert_packet() for diverted packetsAndre Oppermann2004-08-031-10/+0
* In ip_ctloutput(), acquire the inpcb lock around some of the basicRobert Watson2004-06-241-5/+10
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-0/+7
* o Calculate a number of bytes to copy (cnt) correctly:Maxim Konovalov2004-05-111-1/+1
* Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier.Darren Reed2004-05-021-1/+1
* Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra argDarren Reed2004-05-021-1/+1
* In an effort to simplify the routing code, try to deprecate rtalloc()Luigi Rizzo2004-04-141-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Fixed a bug in previous revision: compute the payload checksum beforeRuslan Ermilov2004-04-071-8/+8
* Untangle IP multicast routing interaction with delayed payload checksums.Ruslan Ermilov2004-03-251-13/+3
* Two minor follow-ups on the MT_TAG removal:Max Laier2004-03-021-3/+2
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-251-51/+48
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-181-60/+53
* don't update outgoing ifp, if ipsec tunnel mode encapsulationHajimu UMEMOTO2004-02-161-3/+5
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingMax Laier2004-02-131-53/+60
* Initial import of RFC 2385 (TCP-MD5) digest support.Bruce M Simpson2004-02-111-0/+1
* pass pcb rather than so. it is expected that per socket policyHajimu UMEMOTO2004-02-031-8/+2
* Do not set the ip_id to zero when DF is set on packet andAndre Oppermann2004-01-081-12/+6
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-16/+9
* Remove RTF_PRCLONING from routing table and adjust users of itAndre Oppermann2003-11-201-2/+2
* Remove the global one-level rtcache variable and associatedAndre Oppermann2003-11-141-17/+8
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-141-0/+1
* Do not fragment a packet with hardware assistance if it has the DFAndre Oppermann2003-11-121-1/+2
* assert optional inpcb is passed in lockedSam Leffler2003-11-081-0/+2
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-3/+10
* Note that when ip_output() is called from ip_forward(), it will alreadyRobert Watson2003-11-031-0/+2
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-1/+1
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-231-19/+8
* Implement MBUF_STRESS_TEST mark II.Mike Silbersack2003-09-011-18/+2
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onBruce M Simpson2003-08-201-0/+12
* 1. Basic PIM kernel supportJeffrey Hsu2003-08-071-112/+145
* Minor fix to the MBUF_STRESS_TEST code so that it keepsMike Silbersack2003-07-191-1/+1
* Don't generate an ip_id for packets with the DF bit set; ip_id isGarrett Wollman2003-05-311-4/+17
* IP_RECVTTL socket option.Matthew N. Dodd2003-04-291-0/+10
* Rename MBUF_FRAG_TEST to MBUF_STRESS_TEST as it will be extendedMike Silbersack2003-04-121-3/+3
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-1/+1
* Replace memcpy() and ovbcopy() with bcopy(); ditch some caddr_t usage.Dag-Erling Smørgrav2003-04-041-7/+6
* Back out support for RFC3514.Matthew N. Dodd2003-04-021-30/+1
* - Use the correct constant define.Matthew N. Dodd2003-04-021-2/+3
* Sync constant define with NetBSD.Matthew N. Dodd2003-04-021-4/+5
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).Matthew N. Dodd2003-04-011-1/+28