| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't claim "(+ipv6)" if we didn't build with INET6. | Max Laier | 2006-05-11 | 1 | -1/+5 |
| * | Modify UDP to use sosend_dgram() instead of sosend(). This allows | Robert Watson | 2006-05-06 | 1 | -0/+1 |
| * | Make sure the ip data pointer is correct before touching it again | Bjoern A. Zeeb | 2006-05-05 | 1 | -0/+1 |
| * | Only return (tw) from tcp_twclose() if reuse is passed, otherwise | Robert Watson | 2006-05-05 | 1 | -1/+1 |
| * | /tmp/cvsTXPIwQ | Pawel Jakub Dawidek | 2006-05-05 | 1 | -0/+1 |
| * | In in_pcbdrop(), fix !INVARIANTS build. | Marcel Moolenaar | 2006-04-25 | 1 | -2/+1 |
| * | Rename 'last' to 'inp' in udp_append(): the name 'last' is due to | Robert Watson | 2006-04-25 | 1 | -15/+15 |
| * | Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP, | Robert Watson | 2006-04-25 | 4 | -6/+33 |
| * | Instead of calling tcp_usr_detach() from tcp_usr_abort(), break out | Robert Watson | 2006-04-24 | 1 | -52/+64 |
| * | Replace isn_mtx direct use with ISN_*() lock macros so that locking | Robert Watson | 2006-04-23 | 2 | -10/+18 |
| * | Introduce a new TCP mutex, isn_mtx, which protects the initial sequence | Robert Watson | 2006-04-22 | 2 | -6/+12 |
| * | Assert the inpcb lock when rehashing an inpcb. | Robert Watson | 2006-04-22 | 1 | -0/+5 |
| * | Remove pcbinfo locking from in_setsockaddr() and in_setpeeraddr(); | Robert Watson | 2006-04-22 | 1 | -6/+4 |
| * | Allow for nmbclusters and maxsockets to be increased via sysctl. | Paul Saab | 2006-04-21 | 8 | -0/+83 |
| * | Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDED | Gleb Smirnoff | 2006-04-18 | 1 | -2/+6 |
| * | Modify tcp_timewait() to accept an inpcb reference, not a tcptw | Robert Watson | 2006-04-09 | 2 | -22/+24 |
| * | Eliminate debug code that catches bugs in the hinting of sack variables | Mohan Srinivasan | 2006-04-06 | 1 | -13/+3 |
| * | Don't unlock a timewait structure if the pointer is NULL in | Robert Watson | 2006-04-05 | 2 | -2/+4 |
| * | Certain (bad) values of sack blocks can end up corrupting the sack scoreboard. | Mohan Srinivasan | 2006-04-05 | 1 | -0/+2 |
| * | Add a tunable net.inet.tcp.maxtcptw, that allows to set a limit | Gleb Smirnoff | 2006-04-04 | 2 | -2/+16 |
| * | Before dereferencing intotw() when INP_TIMEWAIT, check for inp_ppcb being | Robert Watson | 2006-04-04 | 5 | -14/+62 |
| * | In TCP notify routines, check inpcb for INP_TIMEWAIT and INP_DROPPED. | Robert Watson | 2006-04-03 | 2 | -132/+162 |
| * | Change inp_ppcb from caddr_t to void *, fix/remove associated related | Robert Watson | 2006-04-03 | 6 | -21/+27 |
| * | Style tweaks: convert to ANSI from K&R function prototypes. | Robert Watson | 2006-04-03 | 2 | -118/+52 |
| * | Update comment on tcp_close() for new world order. | Robert Watson | 2006-04-03 | 2 | -8/+4 |
| * | Clarify comment on handling of non-timewait TCP states in | Robert Watson | 2006-04-03 | 1 | -5/+7 |
| * | Fix up locking surrounding tcp_drop sysctl: in the new world order, we | Robert Watson | 2006-04-03 | 2 | -16/+16 |
| * | After checking for SO_ISDISCONNECTED in tcp_usr_accept(), return | Robert Watson | 2006-04-03 | 1 | -5/+3 |
| * | Correct incorrect assertion in div_bind(): inp must not be NULL here. | Robert Watson | 2006-04-03 | 1 | -1/+1 |
| * | 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 | 3 | -42/+79 |
| * | Update TCP for infrastructural changes to the socket/pcb refcount model, | Robert Watson | 2006-04-01 | 7 | -273/+693 |
| * | Update in_pcb-derived basic socket types following changes to | Robert Watson | 2006-04-01 | 3 | -129/+55 |
| * | Break out in_pcbdetach() into two functions: | Robert Watson | 2006-04-01 | 2 | -18/+22 |
| * | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 4 | -14/+8 |
| * | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 3 | -12/+19 |
| * | Define two new inpcb flags in the inp_vflag field, which for whatever | Robert Watson | 2006-03-26 | 1 | -0/+2 |
| * | Minor style tweak: tab after #define, not space. | Robert Watson | 2006-03-26 | 1 | -4/+4 |
| * | Explicitly assert socket pointer is non-NULL in tcp_input() so as to | Robert Watson | 2006-03-26 | 3 | -14/+16 |
| * | o Introduce carp_multicast_cleanup(), which removes and frees | Gleb Smirnoff | 2006-03-21 | 2 | -85/+101 |
| * | Add descriptions for the sysctls: | Giorgos Keramidas | 2006-03-20 | 1 | -4/+4 |
| * | Make net.inet.ip.portrange.reservedhigh and | David Malone | 2006-03-19 | 1 | -0/+2 |
| * | Change soabort() from returning int to returning void, since all | Robert Watson | 2006-03-16 | 1 | -1/+1 |
| * | Further refine the bridge hack in the arp code. Only do the special arp | Andrew Thompson | 2006-03-07 | 1 | -2/+2 |
| * | - Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl(). | Gleb Smirnoff | 2006-03-03 | 1 | -7/+5 |
| * | Rework TCP window scaling (RFC1323) to properly scale the send window | Andre Oppermann | 2006-02-28 | 4 | -40/+42 |
| * | This patch fixes the problem where the current TCP code can not handle | Qing Li | 2006-02-23 | 3 | -3/+4 |
| * | Obey opt_inet6.h in kernel build directory. | Hajimu UMEMOTO | 2006-02-20 | 1 | -2/+0 |
| * | Remove unneeded includes and provide more accurate description | Andre Oppermann | 2006-02-18 | 3 | -6/+4 |
| * | Add missing TH_PUSH to the TH_FLAGS enumeration. | Andre Oppermann | 2006-02-18 | 1 | -1/+1 |