]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
This commit was generated by cvs2svn to compensate for changes in r146515,
[FreeBSD/FreeBSD.git] / sys / netinet /
2005-05-23 ruThis commit was generated by cvs2svn to compensate...
2005-05-21 psReplace t_force with a t_flag (TF_FORCEDATA).
2005-05-17 mikehThis commit was generated by cvs2svn to compensate...
2005-05-16 psIntroduce routines to alloc/free sack holes. This clean...
2005-05-16 ruThis commit was generated by cvs2svn to compensate...
2005-05-16 obrienThis commit was generated by cvs2svn to compensate...
2005-05-15 glebius- When carp interface is destroyed, and it affects...
2005-05-13 psFix for a bug where the "nexthole" sack hint is out...
2005-05-13 glebiusIn div_output() explicitly set m->m_nextpkt to NULL...
2005-05-11 psWhen looking for the next hole to retransmit from the...
2005-05-10 tjrThis commit was generated by cvs2svn to compensate...
2005-05-07 cpercivaFix two issues which were missed in FreeBSD-SA-05:08...
2005-05-06 glebiusAdd a workaround for 64-bit archs: store unsigned long...
2005-05-06 glebiuss/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in...
2005-05-06 cpercivaIf we are going to
2005-05-05 glebiusMore bits for kernel version:
2005-05-05 glebiusAlways include alias.h before alias_local.h
2005-05-05 glebiusWhen used in kernel define NO_FW_PUNCH, NO_LOGGING...
2005-05-05 glebiusFix argument order for bcopy() in last commit.
2005-05-05 glebiusUse bcopy() instead of memmove().
2005-05-05 glebiusHide fflush(3) under ifdef DEBUG.
2005-05-05 glebiusThings required to build libalias as kernel module:
2005-05-05 glebiusAdd NO_USE_SOCKETS knob, which cuts off functionality...
2005-05-05 glebiusAdd NO_LOGGING knob, which cuts off functionality of...
2005-05-05 glebiusPlay with includes so that libalias can be compiled...
2005-05-04 andreIf we don't get a suggested MTU during path MTU discovery
2005-05-04 glebiusCleanup IPFW2 ifdefs.
2005-05-04 glebiusMakefile is not needed here.
2005-05-04 andreAdd another step of 1280 (gif(4) tunnels) to ip_next_mtu().
2005-05-04 glebiusIPFW version 2 is the only option in HEAD and RELENG_5.
2005-05-04 andrePass icmp_error() the MTU argument directly instead of
2005-05-04 umeThis commit was generated by cvs2svn to compensate...
2005-05-03 mlaierThis commit was generated by cvs2svn to compensate...
2005-05-01 rwatsonRemove now unused inirw variable from previous use...
2005-05-01 grehanFix typo in last commit.
2005-05-01 rwatsonSlide unlocking of the tcbinfo lock earlier in tcp_usr_...
2005-04-29 hartiThis commit was generated by cvs2svn to compensate...
2005-04-26 brooksIntroduce a struct icmphdr which contains the type...
2005-04-26 hartiThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-24 mpThis commit was generated by cvs2svn to compensate...
2005-04-24 kientzleThis commit was generated by cvs2svn to compensate...
2005-04-21 psRemove some code that snuck in by accident.
2005-04-21 psFix for interaction problems between TCP SACK and TCP...
2005-04-21 psUndo rev 1.71 as it is the wrong change.
2005-04-21 ps- Make the sack scoreboard logic use the TAILQ macros...
2005-04-21 psFix for 2 bugs related to TCP Signatures :
2005-04-21 andreMove Path MTU discovery ICMP processing from icmp_input...
2005-04-21 andreIgnore ICMP Source Quench messages for TCP sessions...
2005-04-20 glebiusRemove anti-LOR bandaid, it is not needed now.
2005-04-19 phkMake DUMMYNET compile without INET6
2005-04-19 phktypo
2005-04-19 phkMake IPFIREWALL compile without INET6
2005-04-18 brooksAdd IPv6 support to IPFW and Dummynet.
2005-04-18 psRewrite of tcp_update_sack_list() to make it simpler...
2005-04-15 brooksCentralized finding the protocol header in IP packets...
2005-04-14 psFix for a TCP SACK bug where more than (win/2) bytes...
2005-04-10 ps- Tighten up the Timestamp checks to prevent a spoofed...
2005-04-10 ps- If the reassembly queue limit was reached or if we...
2005-04-10 psWhen the rightmost SACK block expands, rcv_lastsack...
2005-04-10 psRemove some unused sack fields.
2005-04-08 maximo Nano optimize ip_reass() code path for the first...
2005-04-08 maximo Tweak the comment a bit.
2005-04-08 maximo Disable random port allocation when ip.portrange...
2005-04-06 glebiusWhen a packet has been reinjected into ipfw(4) after...
2005-04-06 brooksUse ACTION_PTR(r) instead of (r->cmd + r->act_ofs).
2005-04-05 brooksMake dummynet_flush() match its prototype.
2005-04-05 phknatd core dumps when -reverse switch is used because...
2005-03-30 glebius When several carp interfaces are attached to Ethernet...
2005-03-29 glebius- Don't free mbuf, passed to interface output method...
2005-03-29 sameliminate extraneous null ptr checks
2005-03-26 samdeal with malloc failures
2005-03-23 maximo Document net.inet.ip.portrange.random* sysctls.
2005-03-20 glebiusifma_protospec is a pointer. Use NULL when assigning...
2005-03-20 glebiusRemove a workaround from previos revision. It proved...
2005-03-18 glebiusIf vhid exists return more informative EEXIST instead...
2005-03-18 glebiusFix a potential crash that could occur when CARP_LOG...
2005-03-17 dougbThis commit was generated by cvs2svn to compensate...
2005-03-16 samplug resource leak
2005-03-14 rwatsonIn tcp_usr_send(), broaden coverage of the socket buffe...
2005-03-13 glebiusEmbrace with #ifdef DEV_CARP carp-related code.
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-03-10 glebiusAdd antifootshooting workaround, which will make all...
2005-03-09 psAdd limits on the number of elements in the sack scoreb...
2005-03-09 glebiusMake ARP do not complain about wrong interface if corre...
2005-03-03 marcusFix a problem in the Skinny ALG where a specially craft...
2005-03-02 glebiusFix typo. Unbreak build. Take pointy hat.
2005-03-01 glebiusAdd more locking when reading/writing to carp softc...
2005-03-01 glebius- Add carp_mtx. Use it to protect list of all carp...
2005-03-01 glebiusUse NET_CALLOUT_MPSAFE macro.
2005-03-01 glebiusRevert change to struct ifnet. Use ifnet pointer in...
2005-03-01 glebiusRemove debugging printf.
2005-02-28 hartiThis commit was generated by cvs2svn to compensate...
2005-02-28 yarSupport running carp(4) over a vlan(4) parent interface.
2005-02-28 glebiusRemove unused field from carp softc.
2005-02-28 glebiusFix tcpdump(8) on carp(4) interface:
2005-02-27 psIf the receiver sends an ack that is out of [snd_una...
2005-02-27 mlaierUnbreak the build. carp_iamatch6 and carp_macmatch6...
2005-02-26 glebiusRemove carp_softc.sc_ifp member in favor of union point...
next