summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* MFC (by andre)Xin LI2005-10-091-1/+1
* MFC IP_DONTFRAG IP socket option.Andre Oppermann2005-10-021-0/+8
* MFC: IP_MINTTL socket option.Andre Oppermann2005-10-011-0/+14
* Merge subr_witness.c:1.196, igmp.c:1.49, in.c:1.86, in_var.h:1.55,Robert Watson2005-08-241-0/+3
* Merge ip_output.c:1.244 from HEAD to RELENG_6:Robert Watson2005-08-201-33/+58
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isRobert Watson2005-07-051-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-2/+2
* Bring back the full packet destination manipulation for 'ipfw fwd'Andre Oppermann2005-02-221-1/+5
* Correctly move the packet header in ip_insertoptions().Alan Cox2005-01-231-1/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove an errant blank line apparently introduced inRobert Watson2004-12-251-1/+0
* Pass the inpcb reference into ip_getmoptions() rather than just theRobert Watson2004-12-051-6/+14
* Push the inpcb argument into ip_setmoptions() when setting IP multicastRobert Watson2004-12-051-10/+8
* Start working through inpcb locking for ip_ctloutput() by cleaning upRobert Watson2004-12-051-10/+13
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-291-1/+1
* Make comments more clear for the packet changed cases after pfil hooks.Andre Oppermann2004-09-131-1/+2
* revert comment from rev1.158 now that rev1.225 backed it out..John-Mark Gurney2004-09-061-3/+1
* In the case the destination of a packet was changed by the packet filterAndre Oppermann2004-08-271-2/+2
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-17/+7
* Allow early drop for non-ALTQ enabled queues in an ALTQ-enabled kernel.Max Laier2004-08-221-13/+14
* Make the kernel compile again if you are not using PFIL_HOOKSPeter Wemm2004-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