| 2008-12-31 |
Michael Neumann | Merge branches 'master' and 'suser_to_priv' |
blob | commitdiff |
| 2008-12-27 |
Sepherosa Ziehau | TCP socket's cached route entry could only be accessed... |
blob | commitdiff | diff to current |
| 2008-12-16 |
Sepherosa Ziehau | Remove tcpcb.tt_msg == NULL tests in tcp_callout_*(). |
blob | commitdiff | diff to current |
| 2008-12-16 |
Sepherosa Ziehau | Restore the semantic of callout_active() testing on... |
blob | commitdiff | diff to current |
| 2008-12-15 |
Michael Neumann | suser_* to priv_* conversion |
blob | commitdiff | diff to current |
| 2008-12-05 |
Sepherosa Ziehau | Defer various TCP timer function from callout threads... |
blob | commitdiff | diff to current |
| 2008-11-11 |
Sepherosa Ziehau | - If we receive redirect or host dead ICMP message... |
blob | commitdiff | diff to current |
| 2008-10-30 |
Sepherosa Ziehau | Don't use listen socket's route cache, it is not MPSAFE... |
blob | commitdiff | diff to current |
| 2008-09-23 |
Sepherosa Ziehau | Add following three network protocol threads running... |
blob | commitdiff | diff to current |
| 2008-08-15 |
Nicolas Thery | Allocate sackblock structs with kmalloc() instead of... |
blob | commitdiff | diff to current |
| 2007-07-06 |
Sepherosa Ziehau | After lwkt_waitmsg/lwkt_waitport splitting, the second... |
blob | commitdiff | diff to current |
| 2007-05-23 |
Matthew Dillon | * Greatly reduce the complexity of the LWKT messaging... |
blob | commitdiff | diff to current |
| 2007-04-22 |
Matthew Dillon | Give the sockbuf structure its own header file and... |
blob | commitdiff | diff to current |
| 2007-03-04 |
Sascha Wildner | Remove weird license clause which has expired. |
blob | commitdiff | diff to current |
| 2006-12-22 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-05 |
Matthew Dillon | Local variables that were improperly named 'errno'... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-01-14 |
Sascha Wildner | * Remove (void) casts for discarded return values. |
blob | commitdiff | diff to current |
| 2005-12-18 |
Matthew Dillon | Add KTR logging to the core tcp protocol loop. |
blob | commitdiff | diff to current |
| 2005-06-02 |
Matthew Dillon | Remove spl*() calls from netinet, replacing them with... |
blob | commitdiff | diff to current |
| 2005-05-10 |
Jeffrey Hsu | Implement TCP Appropriate Byte Counting. |
blob | commitdiff | diff to current |
| 2005-04-22 |
Joerg Sonnenberger | Don't call cpu_mb1 after lwkt_setcpu_self, but call... |
blob | commitdiff | diff to current |
| 2005-04-11 |
Hiten Pandya | Mechanical cleanup of TCP per-cpu statistics code,... |
blob | commitdiff | diff to current |
| 2005-03-06 |
Jeffrey Hsu | Minimal patch that allows Path MTU discovery to be... |
blob | commitdiff | diff to current |
| 2005-01-06 |
Jeffrey Hsu | Cosmetic cleanups. |
blob | commitdiff | diff to current |
| 2004-12-21 |
Jeffrey Hsu | Clean up the routing and networking code before I paral... |
blob | commitdiff | diff to current |
| 2004-12-20 |
Joerg Sonnenberger | Remove the userland visible part of the socket generati... |
blob | commitdiff | diff to current |
| 2004-12-16 |
Matthew Dillon | Correct a bug where incoming connections do not properl... |
blob | commitdiff | diff to current |
| 2004-11-14 |
Jeffrey Hsu | Implement SACK. |
blob | commitdiff | diff to current |
| 2004-10-15 |
Jeffrey Hsu | Update includes now that the Fast IPSec code has moved... |
blob | commitdiff | diff to current |
| 2004-08-11 |
Matthew Dillon | Add a state to sanity check tcp_close() to make sure... |
blob | commitdiff | diff to current |
| 2004-08-03 |
Matthew Dillon | tcp_input()'s DELAY_ACK() code checks to see if the... |
blob | commitdiff | diff to current |
| 2004-07-08 |
Jeffrey Hsu | Add the standard DragonFly copyright notice to go along... |
blob | commitdiff | diff to current |
| 2004-07-02 |
Jeffrey Hsu | Update some of my copyright notices before we officiall... |
blob | commitdiff | diff to current |
| 2004-06-24 |
Matthew Dillon | The route table treats sockaddr data as opaque, which... |
blob | commitdiff | diff to current |
| 2004-06-07 |
Matthew Dillon | Add in_pcbinfo_init() to encapsulate basic structural... |
blob | commitdiff | diff to current |
| 2004-06-04 |
Matthew Dillon | Use MPIPE instead of the really hackish use of m_get... |
blob | commitdiff | diff to current |
| 2004-06-02 |
Eirik Nygaard | Change mbug allocation flags from M_ to MB_ to avoid... |
blob | commitdiff | diff to current |
| 2004-04-28 |
Jeffrey Hsu | Remember if an inpcb was entered into the wildcard... |
blob | commitdiff | diff to current |
| 2004-04-24 |
Jeffrey Hsu | Replicate the TCP listen table to give each cpu its... |
blob | commitdiff | diff to current |
| 2004-04-21 |
Matthew Dillon | Fix a netmsg memory leak in the ARP code. Adjust all... |
blob | commitdiff | diff to current |
| 2004-04-20 |
Matthew Dillon | Revamp the initial lwkt_abortmsg() support to normalize... |
blob | commitdiff | diff to current |
| 2004-04-18 |
Jeffrey Hsu | Allow an inp control block to be inserted on multiple... |
blob | commitdiff | diff to current |
| 2004-04-18 |
Jeffrey Hsu | Cosmetic changes. |
blob | commitdiff | diff to current |
| 2004-04-13 |
Jeffrey Hsu | Don't need opt_tcp_input.h for TCP_DISTRIBUTED_TCBINFO... |
blob | commitdiff | diff to current |
| 2004-04-13 |
Matthew Dillon | get rid of TCP_DISTRIBUTED_TCBINFO, it only added confu... |
blob | commitdiff | diff to current |
| 2004-04-10 |
Jeffrey Hsu | Add header file to pull in the setting of the TCP_DISTR... |
blob | commitdiff | diff to current |
| 2004-04-09 |
Jeffrey Hsu | Push the lwkt_replymsg() up one level from netisr_servi... |
blob | commitdiff | diff to current |
| 2004-04-07 |
Matthew Dillon | Make TCP stats per-cpu. |
blob | commitdiff | diff to current |
| 2004-04-05 |
Matthew Dillon | per-cpu tcbinfo[]s aren't ready for prime time yet... |
blob | commitdiff | diff to current |
| 2004-03-31 |
Jeffrey Hsu | Only enter wildcard sockets into the wildcard hash... |
blob | commitdiff | diff to current |
| 2004-03-14 |
Jeffrey Hsu | Ifdef out unused variable. |
blob | commitdiff | diff to current |
| 2004-03-14 |
Jeffrey Hsu | Make tcp_drain() per-cpu. |
blob | commitdiff | diff to current |
| 2004-03-14 |
Jeffrey Hsu | Make tcp_drain() per-cpu. |
blob | commitdiff | diff to current |
| 2004-03-08 |
Jeffrey Hsu | Partition the TCP connection table. |
blob | commitdiff | diff to current |
| 2004-03-06 |
Jeffrey Hsu | Change the "struct inpcbhead *listhead" field in "struc... |
blob | commitdiff | diff to current |
| 2004-03-04 |
Jeffrey Hsu | Split out wildcarded sockets from the connection hash... |
blob | commitdiff | diff to current |
| 2004-03-02 |
Robert Garrett | Patch forr FreeBSD-SA-04:04.tcp |
blob | commitdiff | diff to current |
| 2004-02-14 |
Matthew Dillon | Move <machine/in_cksum.h> to <sys/in_cksum.h>. This... |
blob | commitdiff | diff to current |
| 2003-11-08 |
Matthew Dillon | Network threading stage 1/3: netisrs are already softwa... |
blob | commitdiff | diff to current |
| 2003-08-23 |
Robert Garrett | if ipv6 doesnt need oldstyle prototypes maybe its time... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-23 |
Matthew Dillon | LINT pass. Cleanup missed proc->thread conversions... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: post commit cleanup. Fix minor... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|