aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Move htons() ip_len to after the in_delayed_cksum() call.Yoshinobu Inoue2000-04-021-5/+5
* Calculate any delayed checksums before handing an mbuf off to aJonathan Lemon2000-04-011-0/+10
* If `ipfw fwd' loops an mbuf back to ip_input from ip_output and theJonathan Lemon2000-03-301-6/+7
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichJonathan Lemon2000-03-271-17/+87
* Initialize mbuf pointer at getting ipsec policy.Yoshinobu Inoue2000-03-091-2/+3
* Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter,Guido van Rooij2000-02-231-9/+0
* Support the net.inet.ip.fw.enable variable, part ofLuigi Rizzo2000-02-101-2/+2
* MGETHDR() does not initialize m_pkthdr.rcvif, do it here.Ruslan Ermilov2000-01-101-0/+1
* enable IPsec over DUMMYNET againYoshinobu Inoue2000-01-091-17/+14
* Cleanup dummynet call interface so it should now work on the AlphaLuigi Rizzo2000-01-081-5/+7
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-3/+234
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):Archie Cobbs1999-12-061-10/+34
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Free the dummynet descriptor in ip_dummynet, not in the calledLuigi Rizzo1999-05-041-3/+1
* forgot passing the right pointer to dst to dummynet_io().Luigi Rizzo1999-05-041-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.Peter Wemm1999-04-201-20/+2
* Fix a dummynet bug caused by passing a bad next hop address (theLuigi Rizzo1999-03-161-5/+5
* avoid panic with pkts larger than MTU and DF set coming out of a pipe.Luigi Rizzo1999-02-191-2/+2
* Restore 1.82->1.83 change deleted by mistake< per Bruce suggestionLuigi Rizzo1998-12-211-1/+2
* Last bits (i think) of dummynet for -current.Luigi Rizzo1998-12-141-18/+89
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Properly fragment multicast packets.Garrett Wollman1998-09-021-1/+2
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-183/+212
* Fix a compile error if IPFIREWALL_FORWARD active without IPDIVERT.Peter Wemm1998-08-011-3/+2
* Fixed some longs that should have been fixed-sized types.Bruce Evans1998-07-131-2/+2
* Don't expect the new code to be used without the right option file beingJulian Elischer1998-07-061-1/+2
* Fix braino in switching to TAILQ macro.Julian Elischer1998-07-061-2/+2
* Support for IPFW based transparent forwarding.Julian Elischer1998-07-061-7/+132
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* fix another typoJulian Elischer1998-06-151-2/+2
* Try narrow down the culprit sending undefined packet types through the loopbackJulian Elischer1998-06-141-1/+9
* Go through the loopback code with a broom..Julian Elischer1998-06-121-4/+4
* Make sure the default value of a dummy variable is 0Julian Elischer1998-06-061-2/+2
* Fix wrong data type for a pointer.Julian Elischer1998-06-061-2/+2
* clean up the changes made to ipfw over the last weeksJulian Elischer1998-06-061-11/+4
* Reverse the default sense of the IPFW/DIVERT reinjection codeJulian Elischer1998-06-051-3/+3
* Add optional code to change the way that divert and ipfw work together.Julian Elischer1998-05-251-1/+9
* Make this compile.. There are some unpleasing hacks in here.Peter Wemm1998-03-211-15/+10
* Don't depend on "implicit int".Bruce Evans1998-02-201-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp1997-11-071-6/+6
* Make IPDIVERT a supported option. Alas, in_var.h depends on it, iJoerg Wunsch1997-11-051-1/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
* Submitted by: Whistle Communications (archie Cobbs)Julian Elischer1997-06-021-16/+13
* Pull up the IP header in ip_mloopback(). This makes sure that theBill Fenner1997-05-061-6/+8
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-2/+3
* Resolve conflicts created by import.Darren Reed1997-04-031-3/+8