| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r186222: | Bjoern A. Zeeb | 2009-03-18 | 1 | -1/+1 |
| * | Merge r188992 from head to stable/7: | Robert Watson | 2009-03-17 | 1 | -2/+3 |
| * | MFC: | Jamie Gritton | 2009-02-18 | 1 | -8/+5 |
| * | MFC: | Bjoern A. Zeeb | 2009-02-07 | 1 | -2/+10 |
| * | Merge r178285, r178318, r178319, r178320, r178321, r178322, r178325, | Robert Watson | 2008-08-18 | 1 | -68/+68 |
| * | MFC: | Kip Macy | 2008-07-31 | 1 | -0/+6 |
| * | MFC TCP hooks for conditionally tying TCP offload devices in to the TCP stack. | Kip Macy | 2008-07-30 | 1 | -9/+13 |
| * | Merge tcp_usrreq.c:1.166 from HEAD to RELENG_7: | Robert Watson | 2008-03-01 | 1 | -25/+55 |
| * | Merge tcp_usrreq.c:1.167 from HEAD to RELENG_7: | Robert Watson | 2008-01-23 | 1 | -0/+2 |
| * | MFC: | Mike Silbersack | 2007-10-26 | 1 | -2/+1 |
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -1/+3 |
| * | Two changes: | Mike Silbersack | 2007-09-24 | 1 | -3/+3 |
| * | Back out tcp_timer.c:1.93 and associated changes that reimplemented the many | Robert Watson | 2007-09-07 | 1 | -7/+4 |
| * | Make tcpstates[] static, and make sure TCPSTATES is defined before | Dag-Erling Smørgrav | 2007-07-30 | 1 | -4/+0 |
| * | Fix compilation problems- tcpstates is only available if TCPDEBUG | Matt Jacob | 2007-07-29 | 1 | -1/+3 |
| * | Garbage collect some debug code that not only no longer could | Matt Jacob | 2007-06-15 | 1 | -6/+0 |
| * | (1) In tcp_usrclosed(), tp can never become NULL, so don't test for NULL | Robert Watson | 2007-05-31 | 1 | -4/+3 |
| * | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | Robert Watson | 2007-05-11 | 1 | -3/+3 |
| * | Remove unneeded wrappers for in_setsockaddr() and in_setpeeraddr(), which | Robert Watson | 2007-05-11 | 1 | -25/+2 |
| * | Move universally to ANSI C function declarations, with relatively | Robert Watson | 2007-05-10 | 1 | -0/+2 |
| * | Remove unused requested_s_scale from struct tcpcb. | Andre Oppermann | 2007-05-06 | 1 | -2/+2 |
| * | Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead of | Andre Oppermann | 2007-05-06 | 1 | -3/+3 |
| * | Remove unused pcbinfo arguments to in_setsockaddr() and | Robert Watson | 2007-05-01 | 1 | -2/+2 |
| * | Change the TCP timer system from using the callout system five times | Andre Oppermann | 2007-04-11 | 1 | -8/+10 |
| * | ANSIfy function declarations and remove register keywords for variables. | Andre Oppermann | 2007-03-21 | 1 | -22/+9 |
| * | Remove tcp_minmssoverload DoS detection logic. The problem it tried to | Andre Oppermann | 2007-03-21 | 1 | -5/+0 |
| * | Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigate | Mohan Srinivasan | 2007-02-26 | 1 | -2/+7 |
| * | Add "show inpcb", "show tcpcb" DDB commands, which should come in handy | Robert Watson | 2007-02-17 | 1 | -1/+321 |
| * | Expose smoothed RTT and RTT variance measurements to userland via | Bruce M Simpson | 2007-02-02 | 1 | -0/+4 |
| * | Auto sizing TCP socket buffers. | Andre Oppermann | 2007-02-01 | 1 | -0/+2 |
| * | Change the way the advertized TCP window scaling is computed. Instead of | Andre Oppermann | 2007-02-01 | 1 | -2/+7 |
| * | Change error codes returned by protocol operations when an inpcb is | Sam Leffler | 2006-11-22 | 1 | -6/+6 |
| * | Make tcp_usr_send() free the passed mbufs on error in all cases as the | Andre Oppermann | 2006-09-17 | 1 | -0/+4 |
| * | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -55/+92 |
| * | Fix race conditions on enumerating pcb lists by moving the initialization | Stephan Uphoff | 2006-07-18 | 1 | -2/+1 |
| * | In tcp6_usr_attach(), return immediately if SS_ISDISCONNECTED, to | Robert Watson | 2006-06-26 | 1 | -4/+2 |
| * | Push acquisition of pcbinfo lock out of tcp_usr_attach() into | Robert Watson | 2006-06-04 | 1 | -6/+8 |
| * | Instead of calling tcp_usr_detach() from tcp_usr_abort(), break out | Robert Watson | 2006-04-24 | 1 | -52/+64 |
| * | Clarify comment on handling of non-timewait TCP states in | Robert Watson | 2006-04-03 | 1 | -5/+7 |
| * | After checking for SO_ISDISCONNECTED in tcp_usr_accept(), return | Robert Watson | 2006-04-03 | 1 | -5/+3 |
| * | During reformulation of tcp_usr_detach(), the call to initiate TCP | Robert Watson | 2006-04-02 | 1 | -7/+18 |
| * | Properly handle an edge case previously not handled correctly: a | Robert Watson | 2006-04-01 | 1 | -2/+5 |
| * | Update TCP for infrastructural changes to the socket/pcb refcount model, | Robert Watson | 2006-04-01 | 1 | -187/+382 |
| * | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -4/+2 |
| * | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 1 | -5/+13 |
| * | Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() to | Maxime Henrion | 2005-12-14 | 1 | -2/+2 |
| * | Push the assignment of a new or updated so_qlimit from solisten() | Robert Watson | 2005-10-30 | 1 | -4/+4 |
| * | Remove unnecessary IPSEC includes. | Andre Oppermann | 2005-08-23 | 1 | -5/+0 |
| * | scope cleanup. with this change | Hajimu UMEMOTO | 2005-07-25 | 1 | -0/+2 |
| * | When aborting tcp_attach() due to a problem allocating or attaching the | Robert Watson | 2005-06-01 | 1 | -0/+2 |