summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-021-1/+1
* Move the IPSEC related code blocks to their own file to unclutterandre2006-02-011-280/+17
* In in_delayed_cksum() we can't perform a m_pullup() as it mayandre2006-01-181-2/+2
* Prevent dereferencing a NULL route pointer when trying to update theandre2006-01-181-1/+2
* When we drop packet due to no space in output interface output queue, alsoglebius2005-12-061-0/+1
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-212/+1
* Purge layer specific mbuf flags on layer crossings to avoid confusingandre2005-11-181-1/+12
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-2/+2
* Implement IP_DONTFRAG IP socket option enabling the Don't Fragmentandre2005-09-261-1/+9
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* Add socketoption IP_MINTTL. May be used to set the minimum acceptableandre2005-08-221-0/+14
* Add helper function ip_findmoptions(), which accepts an inpcb, and attemptsrwatson2005-08-091-33/+58
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-031-0/+3
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-2/+2
* Bring back the full packet destination manipulation for 'ipfw fwd'andre2005-02-221-1/+5
* Correctly move the packet header in ip_insertoptions().alc2005-01-231-1/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove an errant blank line apparently introduced inrwatson2004-12-251-1/+0
* Pass the inpcb reference into ip_getmoptions() rather than just therwatson2004-12-051-6/+14
* Push the inpcb argument into ip_setmoptions() when setting IP multicastrwatson2004-12-051-10/+8
* Start working through inpcb locking for ip_ctloutput() by cleaning uprwatson2004-12-051-10/+13
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-1/+1
* Make comments more clear for the packet changed cases after pfil hooks.andre2004-09-131-1/+2
* revert comment from rev1.158 now that rev1.225 backed it out..jmg2004-09-061-3/+1
* In the case the destination of a packet was changed by the packet filterandre2004-08-271-2/+2
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-17/+7
* Allow early drop for non-ALTQ enabled queues in an ALTQ-enabled kernel.mlaier2004-08-221-13/+14
* Make the kernel compile again if you are not using PFIL_HOOKSpeter2004-08-181-0/+4
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-282/+67
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-6/+1
* Consistently use NULL for pointer comparisons.andre2004-08-111-10/+10
* Make a comment that "ipfw forward" is not SMP and PREEMPTION safe.andre2004-08-091-0/+1
* o Delayed checksums are now calculated in divert_packet() for diverted packetsandre2004-08-031-10/+0
* In ip_ctloutput(), acquire the inpcb lock around some of the basicrwatson2004-06-241-5/+10
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+7
* o Calculate a number of bytes to copy (cnt) correctly:maxim2004-05-111-1/+1
* Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier.darrenr2004-05-021-1/+1
* Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra argdarrenr2004-05-021-1/+1
* In an effort to simplify the routing code, try to deprecate rtalloc()luigi2004-04-141-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Fixed a bug in previous revision: compute the payload checksum beforeru2004-04-071-8/+8
* Untangle IP multicast routing interaction with delayed payload checksums.ru2004-03-251-13/+3
* Two minor follow-ups on the MT_TAG removal:mlaier2004-03-021-3/+2
* 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
OpenPOWER on IntegriCloud