| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Calculate any delayed checksums before handing an mbuf off to a | jlemon | 2000-04-01 | 1 | -0/+10 |
* | If `ipfw fwd' loops an mbuf back to ip_input from ip_output and the | jlemon | 2000-03-30 | 1 | -6/+7 |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | jlemon | 2000-03-27 | 1 | -17/+87 |
* | Initialize mbuf pointer at getting ipsec policy. | shin | 2000-03-09 | 1 | -2/+3 |
* | Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter, | guido | 2000-02-23 | 1 | -9/+0 |
* | Support the net.inet.ip.fw.enable variable, part of | luigi | 2000-02-10 | 1 | -2/+2 |
* | MGETHDR() does not initialize m_pkthdr.rcvif, do it here. | ru | 2000-01-10 | 1 | -0/+1 |
* | enable IPsec over DUMMYNET again | shin | 2000-01-09 | 1 | -17/+14 |
* | Cleanup dummynet call interface so it should now work on the Alpha | luigi | 2000-01-08 | 1 | -5/+7 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -3/+234 |
* | Miscellaneous fixes/cleanups relating to ipfw and divert(4): | archie | 1999-12-06 | 1 | -10/+34 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |