| Commit message (Expand) | Author | Age | Files | Lines |
| * | Import macros IN_LINKLOCAL(), IN_PRIVATE(), IN_LOCAL_GROUP(), IN_ANY_LOCAL(). | Bruce M Simpson | 2007-01-31 | 1 | -0/+10 |
| * | Make it possible that carpdetach() unlocks on return. Then, in | Gleb Smirnoff | 2007-01-25 | 1 | -8/+7 |
| * | Spacing. | Gleb Smirnoff | 2007-01-25 | 1 | -5/+5 |
| * | - most all includes (#include <>) migrate to the sctp_os_bsd.h file | Randall Stewart | 2007-01-18 | 26 | -777/+175 |
| * | - Macroizes the V6ONLY flag check. | Randall Stewart | 2007-01-15 | 16 | -227/+392 |
| * | o Increment requests counter right before send out an ARP query actually. | Maxim Konovalov | 2007-01-14 | 1 | -1/+2 |
| * | Marking this as __packed was needed to get the alignment and offset of | Warner Losh | 2007-01-12 | 1 | -1/+1 |
| * | Remove two lines that somehow snuck back in after testing. | Julian Elischer | 2007-01-09 | 1 | -2/+0 |
| * | o One more typo in the comment. | Maxim Konovalov | 2007-01-06 | 1 | -1/+1 |
| * | Prevent adding a rule with a nat action in case IPFIREWALL_NAT was not defined. | Paolo Pisati | 2007-01-05 | 1 | -0/+4 |
| * | Wrap ipfw nat support in a new kernel config option named | Paolo Pisati | 2007-01-03 | 1 | -1/+16 |
| * | Remove a bunch of dependencies in the IP header being the first thing in the | Julian Elischer | 2007-01-02 | 1 | -57/+94 |
| * | Fix typo in comment. | Warner Losh | 2007-01-01 | 1 | -1/+1 |
| * | Add comment about udp checksums being off in BSD 4.2 compatibility mode. | Warner Losh | 2006-12-31 | 1 | -1/+8 |
| * | Whitespace fix and remove an extra cast. | John Baldwin | 2006-12-30 | 2 | -2/+4 |
| * | Summer of Code 2005: improve libalias - part 2 of 2 | Paolo Pisati | 2006-12-29 | 5 | -2/+621 |
| * | a) macro-ization of all mbuf and random number | Randall Stewart | 2006-12-29 | 16 | -1315/+1208 |
| * | Some whitespace nits and remove a few casts. | John Baldwin | 2006-12-29 | 4 | -7/+11 |
| * | o made in kernel libalias mpsafe | Paolo Pisati | 2006-12-15 | 6 | -94/+327 |
| * | 1) Fixes on a number of different collision case LOR's. | Randall Stewart | 2006-12-14 | 16 | -403/+1075 |
| * | Fix LOR between the syncache and inpcb locks when MAC is present in the | Christian S.J. Peron | 2006-12-13 | 1 | -43/+44 |
| * | In ip6_sprintf no longer use and return one of eight static buffers | Bjoern A. Zeeb | 2006-12-12 | 1 | -1/+3 |
| * | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 4 | -11/+24 |
| * | Back out revision 1.264. | Bruce M Simpson | 2006-12-10 | 1 | -12/+5 |
| * | Improve style(9) conformance of igmp.c. | Robert Watson | 2006-12-04 | 1 | -45/+43 |
| * | Make sure that carp_header is 36 bytes long | Warner Losh | 2006-12-01 | 1 | -0/+4 |
| * | Make libalias.conf parsing a bit smarter. | Paolo Pisati | 2006-12-01 | 1 | -10/+18 |
| * | Remove m_megapullup from ng_nat and put it under libalias. | Paolo Pisati | 2006-12-01 | 2 | -0/+41 |
| * | Consistently use #ifdef INET6 rather than mixing and matching with | Robert Watson | 2006-11-30 | 1 | -21/+19 |
| * | Change error codes returned by protocol operations when an inpcb is | Sam Leffler | 2006-11-22 | 1 | -6/+6 |
| * | Add SCTP as a known upper layer protocol over v6. | Bjoern A. Zeeb | 2006-11-13 | 1 | -0/+8 |
| * | In a true restart case, the send_lock was | Randall Stewart | 2006-11-11 | 5 | -20/+62 |
| * | Turns out we would reset the TSN seq counter during | Randall Stewart | 2006-11-11 | 7 | -20/+50 |
| * | This patch fixes a LOR that happens during INIT-ACK collision. | Randall Stewart | 2006-11-10 | 2 | -9/+17 |
| * | Fixes an issue with handling of stream reset. When a | Randall Stewart | 2006-11-09 | 2 | -4/+3 |
| * | -Fixes first of all the getcred on IPv6 and V4. The | Randall Stewart | 2006-11-08 | 9 | -167/+138 |
| * | Fix TFTP NAT support by making sure the appropriate fingerprinting checks | Joe Marcus Clarke | 2006-11-07 | 1 | -2/+4 |
| * | Convert three new suser(9) calls introduced between when the priv(9) | Robert Watson | 2006-11-06 | 2 | -4/+11 |
| * | This changes tracks down the EEOR->NonEEOR mode failure | Randall Stewart | 2006-11-06 | 1 | -55/+65 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 11 | -32/+101 |
| * | Revert previous commit, and instead make the expression in rev. 1.2 | Ruslan Ermilov | 2006-11-05 | 1 | -1/+1 |
| * | Tons of fixes to get all the 64bit issues removed. | Randall Stewart | 2006-11-05 | 10 | -69/+86 |
| * | Fix pointer arithmetic to be 64-bit friendly. | Ruslan Ermilov | 2006-11-04 | 1 | -1/+1 |
| * | Remove bogus casts that Randall for some reason didn't borrow | Ruslan Ermilov | 2006-11-04 | 2 | -2/+2 |
| * | Remove a bogus cast in an attempt to fix the tinderbox builds on | John Birrell | 2006-11-04 | 1 | -2/+2 |
| * | More 64 bit pointer fun. | Randall Stewart | 2006-11-03 | 5 | -7/+7 |
| * | Fix two of the 64bit errors on the printfs. | Randall Stewart | 2006-11-03 | 1 | -4/+2 |
| * | Somehow I missed this one. The sys/cdef.h was out | Randall Stewart | 2006-11-03 | 1 | -1/+2 |
| * | Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ I | Randall Stewart | 2006-11-03 | 3 | -1/+3 |
| * | Ok, here it is, we finally add SCTP to current. Note that this | Randall Stewart | 2006-11-03 | 33 | -0/+52679 |