| Commit message (Expand) | Author | Age | Files | Lines |
| * | o Fix ipfw uid rules: socheckuid() returns 0 when uid matches a socket | Maxim Konovalov | 2003-02-17 | 1 | -2/+2 |
| * | Take advantage of pre-existing lock-free synchronization and type stable memory | Jeffrey Hsu | 2003-02-15 | 3 | -11/+10 |
| * | The protocol lock is always held in the dropafterack case, so we don't | Jeffrey Hsu | 2003-02-13 | 2 | -4/+4 |
| * | in_pcbnotifyall() requires an exclusive protocol lock for notify functions | Jeffrey Hsu | 2003-02-12 | 1 | -7/+7 |
| * | Properly document that syncache timer processing requires an | Jeffrey Hsu | 2003-02-12 | 1 | -3/+3 |
| * | s/IPSSEC/IPSEC/ | Seigo Tanimura | 2003-02-11 | 1 | -1/+1 |
| * | Get cosmetic changes out of the way before I add routing table SMP locks. | Jeffrey Hsu | 2003-02-10 | 1 | -56/+47 |
| * | Avoid multiply for preemptive arp calculation since it hits every | Orion Hodson | 2003-02-08 | 1 | -6/+7 |
| * | MFS 1.64.2.22: Re-enable non pre-emptive ARP requests. | Orion Hodson | 2003-02-04 | 1 | -14/+15 |
| * | Add the TCP flags to the log message whenever log_in_vain is 1, not | Crist J. Clark | 2003-02-02 | 2 | -16/+6 |
| * | Move a comment and optimize the frag timeout code a slight bit. | Mike Silbersack | 2003-02-01 | 1 | -3/+3 |
| * | FAST_IPSEC bandaid: act like KAME and ignore ENOENT error codes from | Sam Leffler | 2003-01-30 | 1 | -0/+9 |
| * | remove the restriction on build a kernel with FAST_IPSEC and INET6; | Sam Leffler | 2003-01-30 | 1 | -3/+0 |
| * | Fix a bug with syncookies; previously, the syncache's MSS size was not | Mike Silbersack | 2003-01-29 | 1 | -2/+2 |
| * | Check bounds for index before dereferencing memory past end of array. | Poul-Henning Kamp | 2003-01-28 | 1 | -1/+1 |
| * | Avoid lock order reversal by expanding the scope of the | Jeffrey Hsu | 2003-01-28 | 1 | -15/+5 |
| * | A few fixes to rev 1.221 | Mike Silbersack | 2003-01-28 | 1 | -9/+17 |
| * | Merge the best parts of maxfragpackets and maxnipq together. (Both | Mike Silbersack | 2003-01-26 | 1 | -13/+5 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 19 | -43/+43 |
| * | De-anonymity a couple of messages I missed in a previous sweep. | Maxim Konovalov | 2003-01-20 | 1 | -2/+2 |
| * | If the first action is O_LOG adjust a pointer to the real one, unbreaks | Maxim Konovalov | 2003-01-20 | 1 | -0/+2 |
| * | Optimize away call to bzero() in the common case by directly checking | Jeffrey Hsu | 2003-01-18 | 1 | -6/+3 |
| * | Fix long-standing bug predating FreeBSD where calling connect() twice | Jeffrey Hsu | 2003-01-18 | 1 | -1/+3 |
| * | SMP locking for ARP. | Jeffrey Hsu | 2003-01-17 | 1 | -6/+21 |
| * | Introduce the ability to flag a sysctl for operation at secure level 2 or 3 | Matthew Dillon | 2003-01-14 | 1 | -3/+3 |
| * | Fix NewReno. | Jeffrey Hsu | 2003-01-13 | 5 | -89/+94 |
| * | Clear the target hardware address field when generating an ARP request. | Thomas Moestl | 2003-01-10 | 1 | -0/+1 |
| * | Validate inp before de-referencing it. | Jeffrey Hsu | 2003-01-05 | 1 | -1/+1 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 5 | -5/+5 |
| * | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 1 | -1/+10 |
| * | Remove the PAWS ack-on-ack debugging printf(). | Matthew Dillon | 2002-12-30 | 2 | -10/+4 |
| * | correct style bogons | Sam Leffler | 2002-12-30 | 1 | -4/+2 |
| * | Bridged packets are supplied to the firewall with their IP header | Ian Dowse | 2002-12-27 | 2 | -3/+14 |
| * | Validate inp to prevent an use after free. | Jeffrey Hsu | 2002-12-24 | 3 | -2/+29 |
| * | o De-anonymity dummynet(4) and ipfw(4) messages, prepend them | Maxim Konovalov | 2002-12-24 | 2 | -45/+47 |
| * | SMP locking for radix nodes. | Jeffrey Hsu | 2002-12-24 | 1 | -0/+8 |
| * | Remove forgotten INP_UNLOCK(inp) in my previous commit. | Pierre Beyssac | 2002-12-22 | 1 | -1/+0 |
| * | In syncache_timer(), don't attempt to lock the inpcb structure | Pierre Beyssac | 2002-12-21 | 1 | -2/+0 |
| * | replace the special-purpose rate-limiting code with the general facility | Sam Leffler | 2002-12-21 | 1 | -38/+28 |
| * | Eliminate a goto. | Jeffrey Hsu | 2002-12-20 | 1 | -37/+34 |
| * | Unravel a nested conditional. | Jeffrey Hsu | 2002-12-20 | 2 | -42/+24 |
| * | Expand scope of TCP protocol lock to cover syncache data structures. | Jeffrey Hsu | 2002-12-20 | 1 | -2/+3 |
| * | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 2 | -3/+3 |
| * | Lock up ifaddr reference counts. | Jeffrey Hsu | 2002-12-18 | 1 | -3/+5 |
| * | Remove unused and incorrectly maintained variable "in_interfaces" | Poul-Henning Kamp | 2002-12-17 | 1 | -4/+0 |
| * | Fix syntax in last commit. | Matthew Dillon | 2002-12-17 | 2 | -6/+6 |
| * | o Trim EOL whitespaces. | Maxim Konovalov | 2002-12-15 | 2 | -24/+24 |
| * | o s/if_name[16]/if_name[IFNAMSIZ]/ | Maxim Konovalov | 2002-12-15 | 1 | -1/+1 |
| * | o M_DONTWAIT is mbuf(9) flag: malloc(M_DONTWAIT) -> malloc(M_NOWAIT). | Maxim Konovalov | 2002-12-15 | 1 | -7/+7 |
| * | o Fix byte order logging issue: sa.sin_port is already in host byte order. | Maxim Konovalov | 2002-12-15 | 1 | -1/+1 |