| Commit message (Expand) | Author | Age | Files | Lines |
* | - Use non-recursive mutex. MTX_RECURSE is unnecessary since rev. 1.70 | oleg | 2006-10-29 | 1 | -34/+31 |
* | - Convert | oleg | 2006-10-27 | 1 | -5/+62 |
* | Use separate thread for servicing dummynet(4). | oleg | 2006-10-27 | 1 | -3/+32 |
* | style(9) cleanup. | oleg | 2006-10-27 | 1 | -330/+353 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 18 | -18/+36 |
* | revert last change.. premature.. need to wait until if_ethersubr.c | julian | 2006-10-21 | 2 | -8/+12 |
* | Move some variables to a more likely place | julian | 2006-10-20 | 2 | -12/+8 |
* | o Do not do args->f_id.addr_type == 6 when there is | maxim | 2006-10-11 | 1 | -2/+2 |
* | o Kill a nit in the comment. | maxim | 2006-10-11 | 1 | -1/+1 |
* | o Extend not very informative ipfw(4) message 'drop session, too many | maxim | 2006-10-11 | 1 | -2/+32 |
* | Merge the rest of my changes. | ru | 2006-10-11 | 1 | -13/+26 |
* | Various mdoc and grammar fixes. | piso | 2006-10-08 | 1 | -279/+282 |
* | Set scope on MC address so IPv6 carp advertisement will not get dropped | bz | 2006-10-07 | 2 | -2/+18 |
* | Save space on stack moving token ring stuff to its own hack block. | glebius | 2006-10-04 | 1 | -2/+3 |
* | Style rev. 1.152. | glebius | 2006-10-04 | 1 | -2/+2 |
* | Remove stone-aged and irrelevant "#ifndef notdef". | andre | 2006-09-29 | 1 | -2/+2 |
* | Nits. | bms | 2006-09-29 | 1 | -1/+1 |
* | Push removal of mrouted down to the rest of the tree. | bms | 2006-09-29 | 2 | -2/+2 |
* | o Convert w/spaces to tabs in the previous commit. | maxim | 2006-09-29 | 2 | -6/+6 |
* | Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5, | silby | 2006-09-29 | 2 | -16/+48 |
* | When tcp_output() receives an error upon sending a packet it reverts parts | andre | 2006-09-28 | 1 | -2/+15 |
* | When doing TSO correctly do the check to prevent a maximum sized IP packet | andre | 2006-09-28 | 1 | -1/+1 |
* | Fix the IPv4 multicast routing detach path. On interface detach whilst | bms | 2006-09-28 | 1 | -5/+87 |
* | The IPv4 code should clean up multicast group state when an interface | bms | 2006-09-28 | 2 | -2/+33 |
* | Compilation. | piso | 2006-09-27 | 1 | -1/+1 |
* | Summer of Code 2005: improve libalias - part 1 of 2 | piso | 2006-09-26 | 18 | -266/+2052 |
* | fix calculating to_tsecr... This prevents the rtt calculations from | jmg | 2006-09-26 | 2 | -2/+2 |
* | Fix an incompatibility between CARP and IPv4 multicast routing, whereby | bms | 2006-09-25 | 1 | -0/+1 |
* | Spleling | bms | 2006-09-25 | 1 | -1/+1 |
* | Account for output IP datagrams on the ifaddr where they originated from, | bms | 2006-09-25 | 2 | -8/+26 |
* | if min is greater than max, prefer max over min... I managed to get a | jmg | 2006-09-25 | 1 | -1/+1 |
* | now that we don't automagicly increase the MTU of host routes, when we copy | jmg | 2006-09-23 | 1 | -1/+3 |
* | Always set the IP version in the TCP input path, to preserve | bms | 2006-09-23 | 2 | -4/+0 |
* | Make tcp_usr_send() free the passed mbufs on error in all cases as the | andre | 2006-09-17 | 1 | -0/+4 |
* | Handle a list of IPv6 src and dst addresses correctly, eg. | jhay | 2006-09-16 | 1 | -14/+17 |
* | When doing TSO subtract hdrlen from TCP_MAXWIN to prevent ip->ip_len | andre | 2006-09-15 | 1 | -5/+7 |
* | Add missing #ifdef INET6 (can't be compiled) | ache | 2006-09-14 | 1 | -0/+2 |
* | Remove unessary includes and follow common ordering style. | andre | 2006-09-13 | 1 | -10/+2 |
* | Rewrite of TCP syncookies to remove locking requirements and to enhance | andre | 2006-09-13 | 5 | -208/+315 |
* | Introduce a new entry point, mac_create_mbuf_from_firewall. This entry point | csjp | 2006-09-12 | 1 | -5/+20 |
* | Fix a NULL pointer dereference of ro->ro_rt->rt_flags by checking for the | andre | 2006-09-11 | 1 | -1/+1 |
* | make use of the host route's mtu for processing. This means we can now | jmg | 2006-09-10 | 1 | -18/+25 |
* | Add a sysctl net.inet.tcp.nolocaltimewait that allows to suppress | glebius | 2006-09-08 | 2 | -8/+30 |
* | Back when we had T/TCP support, we used to apply different | ru | 2006-09-07 | 7 | -55/+30 |
* | Second step of TSO (TCP segmentation offload) support in our network stack. | andre | 2006-09-07 | 1 | -15/+73 |
* | Remove a microoptimization for i386 that was a micropessimization for amd64. | ru | 2006-09-07 | 1 | -2/+1 |
* | First step of TSO (TCP segmentation offload) support in our network stack. | andre | 2006-09-06 | 6 | -26/+76 |
* | Check inp_flags instead of inp_vflag for INP_ONESBCAST flag. | andre | 2006-09-06 | 2 | -3/+3 |
* | Fix the socket option IP_ONESBCAST by giving it its own case in ip_output() | andre | 2006-09-06 | 1 | -2/+11 |
* | o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremely | glebius | 2006-09-06 | 5 | -31/+20 |