| Commit message (Expand) | Author | Age | Files | Lines |
| * | Back out the ip_fragment() code -- it is not urgent to have it in now, | Luigi Rizzo | 2002-11-20 | 1 | -168/+143 |
| * | Move the ip_fragment code from ip_output() to a separate function, | Luigi Rizzo | 2002-11-17 | 1 | -143/+168 |
| * | Massive cleanup of the ip_mroute code. | Luigi Rizzo | 2002-11-15 | 1 | -4/+7 |
| * | correct fast ipsec logic: compare destination ip address against the | Sam Leffler | 2002-11-08 | 1 | -1/+1 |
| * | Fix two instances of variant struct definitions in sys/netinet: | Poul-Henning Kamp | 2002-10-20 | 1 | -39/+17 |
| * | Tie new "Fast IPsec" code into the build. This involves the usual | Sam Leffler | 2002-10-16 | 1 | -2/+146 |
| * | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -11/+5 |
| * | Slightly rearrange a code in rev. 1.164: | Maxim Konovalov | 2002-09-23 | 1 | -4/+8 |
| * | In rare cases when there is no room for ip options ip_insertoptions() | Maxim Konovalov | 2002-09-17 | 1 | -1/+3 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+8 |
| * | Avoid dereferencing a null pointer in ro_rt. | Luigi Rizzo | 2002-07-12 | 1 | -2/+3 |
| * | Warning fixes for 64 bits platforms. With this last fix, | Maxime Henrion | 2002-06-27 | 1 | -1/+1 |
| * | At long last, commit the zero copy sockets code. | Kenneth D. Merry | 2002-06-26 | 1 | -2/+44 |
| * | fix bad indentation and whitespace resulting from cut&paste | Luigi Rizzo | 2002-06-23 | 1 | -19/+19 |
| * | Remove (almost all) global variables that were used to hold | Luigi Rizzo | 2002-06-22 | 1 | -92/+124 |
| * | - Change the newly turned INVARIANTS #ifdef blocks (they were changed from | Andrew R. Reiter | 2002-05-21 | 1 | -15/+11 |
| * | - Turn a few DIAGNOSTIC into INVARIANTS since they are really sanity | Andrew R. Reiter | 2002-05-20 | 1 | -3/+3 |
| * | Cleanup the interface to ip_fw_chk, two of the input arguments | Luigi Rizzo | 2002-05-09 | 1 | -14/+3 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Prevent icmp_reflect() from calling ip_output() with a NULL route | Ruslan Ermilov | 2002-03-22 | 1 | -6/+4 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -7/+7 |
| * | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 1 | -14/+14 |
| * | Moved the 127/8 check below so that IPF redirects have a chance of working. | Ruslan Ermilov | 2002-02-15 | 1 | -10/+10 |
| * | - Check the address family of the destination cached in a PCB. | Hajimu UMEMOTO | 2002-01-21 | 1 | -1/+5 |
| * | RFC1122 requires that addresses of the form { 127, <any> } MUST NOT | Ruslan Ermilov | 2002-01-21 | 1 | -1/+11 |
| * | Pre-calculate the checksum for multicast packets sourced on a | Bill Fenner | 2002-01-05 | 1 | -0/+12 |
| * | Fix ipfw fwd so that it acts as the docs say | Julian Elischer | 2001-12-28 | 1 | -5/+11 |
| * | Don't try to free a NULL route when doing IPFIREWALL_FORWARD. | Yaroslav Tykhiy | 2001-12-19 | 1 | -1/+2 |
| * | whitespace and style fixes recovered from -stable. | Jonathan Lemon | 2001-12-14 | 1 | -33/+35 |
| * | Allow for ip_output() to be called with a NULL route pointer. | Ruslan Ermilov | 2001-12-01 | 1 | -4/+6 |
| * | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | Luigi Rizzo | 2001-11-04 | 1 | -3/+3 |
| * | Fix a (long standing?) bug in ip_output(): if ip_insertoptions() is | Bill Paul | 2001-10-30 | 1 | -1/+1 |
| * | When dropping a packet because there is no room in the queue (which itself | Jonathan Lemon | 2001-10-30 | 1 | -0/+1 |
| * | Make it so dummynet and bridge can be loaded as modules. | Paul Saab | 2001-10-05 | 1 | -9/+2 |
| * | Add a hash table that contains the list of internet addresses, and use | Jonathan Lemon | 2001-09-29 | 1 | -1/+2 |
| * | Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h> | Jonathan Lemon | 2001-09-29 | 1 | -3/+1 |
| * | Two main changes here: | Luigi Rizzo | 2001-09-27 | 1 | -2/+2 |
| * | Make faith loadable, unloadable, and clonable. | Brooks Davis | 2001-09-25 | 1 | -10/+0 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -3/+3 |
| * | Wrap array accesses in macros, which also happen to be lvalues: | Jonathan Lemon | 2001-09-06 | 1 | -1/+1 |
| * | MFS: Avoid dropping fragments in the absence of an interface address. | Daniel C. Sobral | 2001-08-03 | 1 | -3/+5 |
| * | Avoid a NULL pointer derefence introduced in rev. 1.129. | Ruslan Ermilov | 2001-07-23 | 1 | -24/+21 |
| * | Backout non-functional changes from revision 1.128. | Ruslan Ermilov | 2001-07-19 | 1 | -13/+9 |
| * | Skip the route checking in the case of multicast packets with known | Daniel C. Sobral | 2001-07-17 | 1 | -9/+22 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -134/+179 |
| * | Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets. | Kris Kennaway | 2001-06-01 | 1 | -0/+5 |
| * | RFC768 (UDP) requires that "if the computed checksum is zero, it | Ruslan Ermilov | 2001-03-13 | 1 | -3/+5 |
| * | In ip_output(), initialise `ia' in the case where the packet has | Ian Dowse | 2001-03-11 | 1 | -0/+1 |
| * | Remove conditionals for vax support. | Jeroen Ruigrok van der Werven | 2001-02-26 | 1 | -5/+0 |
| * | Another round of the <sys/queue.h> FOREACH transmogriffer. | Poul-Henning Kamp | 2001-02-04 | 1 | -4/+2 |