aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Restore check for ro_rt != NULL to prevent dereferencing a NULL pointer.Luigi Rizzo2002-07-121-2/+3
* The purpose of this commit is to bring the net/ and netinet/ sourcesLuigi Rizzo2002-07-091-160/+183
* MFC: Fixed IP routing table leak in icmp_reflect().Ruslan Ermilov2002-03-221-6/+4
* MFC:Hajimu UMEMOTO2002-02-261-1/+5
* MFC: 1.150: Unbreak IPF 127/8 redirects.Ruslan Ermilov2002-02-201-10/+10
* MFC of change to allow incoming packets to be forwarded.Julian Elischer2002-02-191-5/+11
* MFC: 1.148: { 127, <any> } MUST NOT appear outside a host.Ruslan Ermilov2002-02-011-1/+11
* MFC: don't try to free a NULL route when doing IPFIREWALL_FORWARD.Yaroslav Tykhiy2001-12-281-1/+2
* MFC: Make faith(4) interfaces (un)loadable and clonable.Brooks Davis2001-12-151-10/+0
* MFC: r1.137, r1.138, r1.140; macro centralization, hash list, stats update.Jonathan Lemon2001-12-141-4/+4
* MFC:Ruslan Ermilov2001-12-071-4/+6
* Remove an #ifdef vax entryLuigi Rizzo2001-11-041-3/+0
* Mega-MFC for ipfw/bridge/dummynet features and fixes added over theLuigi Rizzo2001-11-031-13/+6
* MFC: fix mbuf leak in ip_output(). (sending packets with IP optionsBill Paul2001-11-021-1/+1
* MFC: revisions 1.128-1.132.Daniel C. Sobral2001-10-051-16/+22
* MFC: Add ``options RANDOM_IP_ID'' which randomizes the ID field of IPKris Kennaway2001-07-191-0/+5
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-134/+179
* MFC: (rev 1.124) Fix UDP checksum calculation.Ruslan Ermilov2001-04-251-3/+5
* MFC: 1.122->1.223 Set up `ia' properly for dummynet packets to avoidIan Dowse2001-03-111-4/+8
* MFC: Keep stats on interface address traffic for ipv4 and ipv6 packets.Josef Karthauser2001-03-041-3/+14
* MFC various trivial/textual changes.Poul-Henning Kamp2001-02-271-4/+2
* Another sweep at the bridge/ipfw/dummynet code, thanks to the bugLuigi Rizzo2001-02-071-9/+5
* Assorted bridge+ipfw+dummynet fixes. The general goal of this setLuigi Rizzo2001-02-011-1/+8
* Pass up errors returned by dummynet.Luigi Rizzo2001-01-251-3/+3
* MFC:Ruslan Ermilov2000-09-211-12/+13
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-23/+22
* MFC: correct boundary checks against IP optionsJonathan Lemon2000-06-081-1/+3
* MFC: only pass the address family to if_simloop()Archie Cobbs2000-06-021-1/+1
* MFC: rev 1.106, checksums for multicast loopback.Jonathan Lemon2000-05-251-0/+6
* MFC: fix problem with interaction between delayed checksums & IPFilter.Jonathan Lemon2000-05-211-2/+1
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-051-28/+109
* 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