]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
fix for ctrl interface socket setup
[FreeBSD/FreeBSD.git] / sys / netinet /
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-05 thompsaAdd hooks into the networking layer to support if_bridg...
2005-06-04 greenBetter explain, then actually implement the IPFW ALTQ...
2005-06-04 psChanges to tcp_sack_option() that
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 mlaierAdd support for IPv4 only rules to IPFW2 now that it...
2005-06-02 iedowseUse IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the...
2005-06-01 rwatsonWhen aborting tcp_attach() due to a problem allocating...
2005-06-01 rwatsonAssert tcbinfo lock, inpcb lock in tcp_disconnect().
2005-06-01 rwatsonAssert tcbinfo lock in tcp_drop() due to its call of...
2005-06-01 rwatsonAssert that tcbinfo is locked in tcp_input() before...
2005-06-01 rwatsonAssert the tcbinfo lock whenever tcp_close() is to...
2005-06-01 rwatsonAssert tcbinfo lock in tcp_attach(), as it is required...
2005-06-01 rwatsonCommit correct version of previous commit (in_pcb.c...
2005-06-01 rwatsonAssert pcbinfo lock in in_pcbdisconnect() and in_pcbdet...
2005-06-01 rwatsonSlight white space tweak.
2005-06-01 rwatsonDe-spl UDP.
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-28 tanimuraLet OSPFv3 go through ipfw. Some more additional check...
2005-05-25 psThis is conform with the terminology in
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 psRewrite of tcp_sack_option(). Kentaro Kurahone (NetBSD...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
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).
next