summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Prevent icmp_reflect() from calling ip_output() with a NULL routeru2002-03-221-6/+4
* Remove __P.alfred2002-03-191-7/+7
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-14/+14
* Moved the 127/8 check below so that IPF redirects have a chance of working.ru2002-02-151-10/+10
* - Check the address family of the destination cached in a PCB.ume2002-01-211-1/+5
* RFC1122 requires that addresses of the form { 127, <any> } MUST NOTru2002-01-211-1/+11
* Pre-calculate the checksum for multicast packets sourced on afenner2002-01-051-0/+12
* Fix ipfw fwd so that it acts as the docs sayjulian2001-12-281-5/+11
* Don't try to free a NULL route when doing IPFIREWALL_FORWARD.yar2001-12-191-1/+2
* whitespace and style fixes recovered from -stable.jlemon2001-12-141-33/+35
* Allow for ip_output() to be called with a NULL route pointer.ru2001-12-011-4/+6
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-041-3/+3
* Fix a (long standing?) bug in ip_output(): if ip_insertoptions() iswpaul2001-10-301-1/+1
* When dropping a packet because there is no room in the queue (which itselfjlemon2001-10-301-0/+1
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-051-9/+2
* Add a hash table that contains the list of internet addresses, and usejlemon2001-09-291-1/+2
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>jlemon2001-09-291-3/+1
* Two main changes here:luigi2001-09-271-2/+2
* Make faith loadable, unloadable, and clonable.brooks2001-09-251-10/+0
* KSE Milestone 2julian2001-09-121-3/+3
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* MFS: Avoid dropping fragments in the absence of an interface address.dcs2001-08-031-3/+5
* Avoid a NULL pointer derefence introduced in rev. 1.129.ru2001-07-231-24/+21
* Backout non-functional changes from revision 1.128.ru2001-07-191-13/+9
* Skip the route checking in the case of multicast packets with knowndcs2001-07-171-9/+22
* Sync with recent KAME.ume2001-06-111-134/+179
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-011-0/+5
* RFC768 (UDP) requires that "if the computed checksum is zero, itru2001-03-131-3/+5
* In ip_output(), initialise `ia' in the case where the packet hasiedowse2001-03-111-0/+1
* Remove conditionals for vax support.asmodai2001-02-261-5/+0
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-4/+2
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-3/+3
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)luigi2001-02-021-4/+16
* Pass up errors returned by dummynet. The same should be done withluigi2001-01-251-3/+3
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* It's no longer true that "nobody uses ia beyond here"; it's nowjoe2000-11-011-1/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Count per-address statistics for IP fragments.joe2000-10-291-2/+6
* Save a few CPU cycles in IP fragmentation code.ru2000-10-201-3/+1
* Augment the 'ifaddr' structure with a 'struct if_data' to keepjoe2000-10-191-0/+7
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-141-9/+1
* Fixed broken ICMP error generation, unified conversion of IP headerru2000-09-011-13/+22
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-311-8/+25
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-23/+22
* Add boundary checks against IP options.jlemon2000-06-021-1/+3
* Mark the checksum as complete when looping back multicast packets.jlemon2000-05-251-0/+6
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-1/+1
* Compute the checksum before handing the packet off to IPFilter.jlemon2000-05-211-2/+1
* Move htons() ip_len to after the in_delayed_cksum() call.shin2000-04-021-5/+5
OpenPOWER on IntegriCloud