| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Prevent icmp_reflect() from calling ip_output() with a NULL route | ru | 2002-03-22 | 1 | -6/+4 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -7/+7 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -14/+14 |
* | Moved the 127/8 check below so that IPF redirects have a chance of working. | ru | 2002-02-15 | 1 | -10/+10 |
* | - Check the address family of the destination cached in a PCB. | ume | 2002-01-21 | 1 | -1/+5 |
* | RFC1122 requires that addresses of the form { 127, <any> } MUST NOT | ru | 2002-01-21 | 1 | -1/+11 |
* | Pre-calculate the checksum for multicast packets sourced on a | fenner | 2002-01-05 | 1 | -0/+12 |
* | Fix ipfw fwd so that it acts as the docs say | julian | 2001-12-28 | 1 | -5/+11 |
* | Don't try to free a NULL route when doing IPFIREWALL_FORWARD. | yar | 2001-12-19 | 1 | -1/+2 |
* | whitespace and style fixes recovered from -stable. | jlemon | 2001-12-14 | 1 | -33/+35 |
* | Allow for ip_output() to be called with a NULL route pointer. | ru | 2001-12-01 | 1 | -4/+6 |
* | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | luigi | 2001-11-04 | 1 | -3/+3 |
* | Fix a (long standing?) bug in ip_output(): if ip_insertoptions() is | wpaul | 2001-10-30 | 1 | -1/+1 |
* | When dropping a packet because there is no room in the queue (which itself | jlemon | 2001-10-30 | 1 | -0/+1 |
* | Make it so dummynet and bridge can be loaded as modules. | ps | 2001-10-05 | 1 | -9/+2 |
* | Add a hash table that contains the list of internet addresses, and use | jlemon | 2001-09-29 | 1 | -1/+2 |
* | Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h> | jlemon | 2001-09-29 | 1 | -3/+1 |
* | Two main changes here: | luigi | 2001-09-27 | 1 | -2/+2 |
* | Make faith loadable, unloadable, and clonable. | brooks | 2001-09-25 | 1 | -10/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -1/+1 |
* | MFS: Avoid dropping fragments in the absence of an interface address. | dcs | 2001-08-03 | 1 | -3/+5 |
* | Avoid a NULL pointer derefence introduced in rev. 1.129. | ru | 2001-07-23 | 1 | -24/+21 |
* | Backout non-functional changes from revision 1.128. | ru | 2001-07-19 | 1 | -13/+9 |
* | Skip the route checking in the case of multicast packets with known | dcs | 2001-07-17 | 1 | -9/+22 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -134/+179 |
* | Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets. | kris | 2001-06-01 | 1 | -0/+5 |
* | RFC768 (UDP) requires that "if the computed checksum is zero, it | ru | 2001-03-13 | 1 | -3/+5 |
* | In ip_output(), initialise `ia' in the case where the packet has | iedowse | 2001-03-11 | 1 | -0/+1 |
* | Remove conditionals for vax support. | asmodai | 2001-02-26 | 1 | -5/+0 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -4/+2 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -3/+3 |
* | MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately) | luigi | 2001-02-02 | 1 | -4/+16 |
* | Pass up errors returned by dummynet. The same should be done with | luigi | 2001-01-25 | 1 | -3/+3 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -1/+1 |
* | It's no longer true that "nobody uses ia beyond here"; it's now | joe | 2000-11-01 | 1 | -1/+1 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Count per-address statistics for IP fragments. | joe | 2000-10-29 | 1 | -2/+6 |
* | Save a few CPU cycles in IP fragmentation code. | ru | 2000-10-20 | 1 | -3/+1 |
* | Augment the 'ifaddr' structure with a 'struct if_data' to keep | joe | 2000-10-19 | 1 | -0/+7 |
* | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time. | ru | 2000-09-14 | 1 | -9/+1 |
* | Fixed broken ICMP error generation, unified conversion of IP header | ru | 2000-09-01 | 1 | -13/+22 |
* | activate pfil_hooks and covert ipfilter to use it | darrenr | 2000-07-31 | 1 | -8/+25 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -23/+22 |
* | Add boundary checks against IP options. | jlemon | 2000-06-02 | 1 | -1/+3 |
* | Mark the checksum as complete when looping back multicast packets. | jlemon | 2000-05-25 | 1 | -0/+6 |
* | Just need to pass the address family to if_simloop(), not the whole sockaddr. | archie | 2000-05-24 | 1 | -1/+1 |
* | Compute the checksum before handing the packet off to IPFilter. | jlemon | 2000-05-21 | 1 | -2/+1 |
* | Move htons() ip_len to after the in_delayed_cksum() call. | shin | 2000-04-02 | 1 | -5/+5 |