| 2012-04-19 |
Sepherosa Ziehau | tcp: Reimplement TCP_FASTKEEP socket option using per... |
blob | commitdiff |
| 2012-04-19 |
Sepherosa Ziehau | tcp: Reset keepalive timer, if TCP_KEEPIDLE is changed |
blob | commitdiff | diff to current |
| 2012-03-15 |
Sepherosa Ziehau | tcp/md5sig: Disallow enable/disable TCP MD5SIG after... |
blob | commitdiff | diff to current |
| 2012-01-03 |
Sascha Wildner | kernel: Use NULL for pointers. |
blob | commitdiff | diff to current |
| 2011-12-08 |
Sepherosa Ziehau | tcp: Don't check PRUS_OOB again in tcp_usr_send |
blob | commitdiff | diff to current |
| 2011-12-04 |
Sepherosa Ziehau | pru_send: Allow non-NULL address parameter to be passed |
blob | commitdiff | diff to current |
| 2011-11-30 |
Sepherosa Ziehau | tcp6: Implement pru_savefaddr |
blob | commitdiff | diff to current |
| 2011-11-29 |
Sepherosa Ziehau | accept: Save foreign address earlier, if protocol suppo... |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-10-31 |
Sascha Wildner | Fix buildkernel without 'options INVARIANTS'. |
blob | commitdiff | diff to current |
| 2011-10-24 |
Sepherosa Ziehau | tcp: Let sosendtcp() call tcp_usrreq.pru_send asynchronous |
blob | commitdiff | diff to current |
| 2011-10-23 |
Sepherosa Ziehau | tcp: Add sosendtcp for further optimization |
blob | commitdiff | diff to current |
| 2011-10-22 |
Sepherosa Ziehau | tcp: We have dropped T/TCP for a long time; remove... |
blob | commitdiff | diff to current |
| 2011-10-22 |
Sepherosa Ziehau | tcp: We have dropped T/TCP for a long time; remove... |
blob | commitdiff | diff to current |
| 2011-09-16 |
Sepherosa Ziehau | tcp: Allow per-tcpcb keepintvl and keepcnt |
blob | commitdiff | diff to current |
| 2011-09-16 |
Sepherosa Ziehau | tcp: Allow per-tcpcb keepidle |
blob | commitdiff | diff to current |
| 2011-09-16 |
Sepherosa Ziehau | tcp: Allow per-tcpcb keepinit |
blob | commitdiff | diff to current |
| 2011-08-19 |
Sepherosa Ziehau | tcp: Enable tcp_lport_extension by default |
blob | commitdiff | diff to current |
| 2011-04-12 |
Sepherosa Ziehau | tcp_connect: Rearrange tcp_lport_extension run logic... |
blob | commitdiff | diff to current |
| 2011-04-12 |
Sepherosa Ziehau | tcp_connect: Calculate local address if it is not done yet |
blob | commitdiff | diff to current |
| 2011-04-12 |
Sepherosa Ziehau | tcp: Create seperate local port spaces for laddr/faddr... |
blob | commitdiff | diff to current |
| 2011-04-12 |
Sepherosa Ziehau | tcp: Make sure that netmsg's so is same as inp->inp_socket |
blob | commitdiff | diff to current |
| 2011-02-21 |
Sepherosa Ziehau | tcp: Allow listen(2) to be called on the same socket... |
blob | commitdiff | diff to current |
| 2011-02-21 |
Sepherosa Ziehau | inpcb: Exclusive the usage of wildcard hash and connect... |
blob | commitdiff | diff to current |
| 2011-01-31 |
Matthew Dillon | kernel - Fix SMP assumption of at least 2 cpus w/TCP |
blob | commitdiff | diff to current |
| 2011-01-31 |
Sepherosa Ziehau | tcp6: Set TF_SYNCACHE properly in tcp6_usr_listen() |
blob | commitdiff | diff to current |
| 2011-01-31 |
Sepherosa Ziehau | tcp_usr_listen: Use domsg when duplicate listen socket... |
blob | commitdiff | diff to current |
| 2011-01-31 |
Sepherosa Ziehau | tcp: Don't abuse TF_SYNCACHE to ill-optimize syncache_d... |
blob | commitdiff | diff to current |
| 2010-09-24 |
Matthew Dillon | network - Restart the callout timer when setting TCP_FA... |
blob | commitdiff | diff to current |
| 2010-09-24 |
Matthew Dillon | network - Add a tcp socket for faster keepalive timeouts |
blob | commitdiff | diff to current |
| 2010-09-15 |
Matthew Dillon | network - Major netmsg retooling, part 1 |
blob | commitdiff | diff to current |
| 2010-09-13 |
Matthew Dillon | network - Fix multiple MP races |
blob | commitdiff | diff to current |
| 2010-09-10 |
Matthew Dillon | network - MP socket free & abort interactions, so_state |
blob | commitdiff | diff to current |
| 2010-09-09 |
Matthew Dillon | network - Completely revamp the netisr / dispatch code |
blob | commitdiff | diff to current |
| 2010-09-06 |
Matthew Dillon | kernel - Fix numerous MP issues with sockbuf's and... |
blob | commitdiff | diff to current |
| 2010-09-06 |
Matthew Dillon | kernel - Port TCP-MD5 (RFC 2385) implementation. |
blob | commitdiff | diff to current |
| 2010-07-12 |
Samuel J. Greear | kernel - Tear out socket polling |
blob | commitdiff | diff to current |
| 2010-01-11 |
Sascha Wildner | Fix kernel build without INET6. |
blob | commitdiff | diff to current |
| 2009-12-11 |
Aggelos Economopoulos | Kill T/TCP |
blob | commitdiff | diff to current |
| 2009-12-05 |
Matthew Dillon | network - Move socket from netmsg ext to netmsg header... |
blob | commitdiff | diff to current |
| 2009-09-17 |
Sascha Wildner | Fix some 'unused variable' warnings. |
blob | commitdiff | diff to current |
| 2009-09-10 |
Matthew Dillon | IPV6 - Attempt to fix tcp46 compatibility listen sockets |
blob | commitdiff | diff to current |
| 2009-08-22 |
Matthew Dillon | TCP - Fix problems with dynamic receiver and sender... |
blob | commitdiff | diff to current |
| 2009-07-28 |
Matthew Dillon | TCP - Remove net.inet.tcp.minmssoverload |
blob | commitdiff | diff to current |
| 2009-07-26 |
Peter Avalos | Implement autosizing TCP socket buffers. |
blob | commitdiff | diff to current |
| 2009-05-17 |
Sepherosa Ziehau | tcp timer: Remember tcpcb owner thread's msgport, so... |
blob | commitdiff | diff to current |
| 2009-04-22 |
Sepherosa Ziehau | tcp/ipv4 mapped address: Make sure that tcp_output... |
blob | commitdiff | diff to current |
| 2009-04-07 |
Sascha Wildner | Replace all casts of NULL to something with NULL. |
blob | commitdiff | diff to current |
| 2009-04-07 |
Sascha Wildner | Generally use NULL instead of explicitly casting 0... |
blob | commitdiff | diff to current |
| 2008-12-20 |
Sepherosa Ziehau | Explicitly reallocate the inpcb cached route freed... |
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-05 |
Sepherosa Ziehau | Defer various TCP timer function from callout threads... |
blob | commitdiff | diff to current |
| 2008-09-29 |
Matthew Dillon | Do not return an EINVAL error for certain abort and... |
blob | commitdiff | diff to current |
| 2008-09-06 |
Matthew Dillon | Increase sockbuf send and receive buffers to 57344... |
blob | commitdiff | diff to current |
| 2008-06-17 |
Aggelos Economopoulos | do early copyin / delayed copyout for socket options |
blob | commitdiff | diff to current |
| 2008-06-05 |
Sascha Wildner | * Fix some cases where NULL was used but 0 was meant... |
blob | commitdiff | diff to current |
| 2008-02-10 |
Sepherosa Ziehau | tcp_output_dispatch() is only used by SMP kernel |
blob | commitdiff | diff to current |
| 2008-02-09 |
Sepherosa Ziehau | In TCP PRU_CONNECT handling, install inp's route with... |
blob | commitdiff | diff to current |
| 2007-05-24 |
Matthew Dillon | Add lwkt_sleep() to formalize a shortcut numerous bits... |
blob | commitdiff | diff to current |
| 2007-05-24 |
Matthew Dillon | LWKT message ports contain a number of function pointer... |
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-04-21 |
Matthew Dillon | Convert all pr_usrreqs structure initializations to... |
blob | commitdiff | diff to current |
| 2007-03-04 |
Sascha Wildner | Remove weird license clause which has expired. |
blob | commitdiff | diff to current |
| 2006-12-29 |
Victor Balada Diaz | Made jails IPv6 aware and support more than one IP... |
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-06-02 |
Matthew Dillon | Remove spl*() calls from netinet, replacing them with... |
blob | commitdiff | diff to current |
| 2005-04-05 |
Matthew Dillon | Apply same bug fix as last commit to IPV6. |
blob | commitdiff | diff to current |
| 2005-04-05 |
Matthew Dillon | Fix a bug in the distributed PCB wildcardhash code... |
blob | commitdiff | diff to current |
| 2005-02-08 |
Jeffrey Hsu | Now that 'so_pcb' is properly declared as a 'void ... |
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-16 |
Matthew Dillon | Correct a bug where incoming connections do not properl... |
blob | commitdiff | diff to current |
| 2004-12-08 |
Jeffrey Hsu | Cache a pointer the last mbuf in the sockbuf for faster... |
blob | commitdiff | diff to current |
| 2004-12-04 |
Jeffrey Hsu | We have to replicate listening IPv6 sockets in the... |
blob | commitdiff | diff to current |
| 2004-10-27 |
Matthew Dillon | Fix a NULL pointer dereference panic that occurs when... |
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-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-05-20 |
Jeffrey Hsu | Put snd_recover in the same cache line as snd_una.... |
blob | commitdiff | diff to current |
| 2004-05-08 |
Matthew Dillon | Fix IPV6 listen(). It was simply a matter of a missing |
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-24 |
Jeffrey Hsu | Use a message structure off the stack for a synchronous... |
blob | commitdiff | diff to current |
| 2004-04-22 |
Matthew Dillon | The temporary message allocated to execute a connect... |
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-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 | Send connects to the right processor. |
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-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 into wildcard hash table if bind succeeds. |
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-08 |
Jeffrey Hsu | Partition the TCP connection table. |
blob | commitdiff | diff to current |
| 2004-03-05 |
Jeffrey Hsu | Once we distribute socket protocol processing requests... |
blob | commitdiff | diff to current |
| 2004-03-04 |
Jeffrey Hsu | Split out wildcarded sockets from the connection hash... |
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 |
| next |