]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Conditionally assert Giant in fputsock() based on the value of
[FreeBSD/FreeBSD.git] / sys / netinet /
2004-03-28 rwatsonInvert the logic of NET_LOCK_GIANT(), and remove the...
2004-03-28 pjdRemove unused argument.
2004-03-27 pjdReduce 'td' argument to 'cred' (struct ucred) argument...
2004-03-27 pjdRemove unused argument.
2004-03-26 umeValidate IPv6 socket options more carefully to avoid...
2004-03-25 pjdRemove unused function.
2004-03-25 desThis commit was generated by cvs2svn to compensate...
2004-03-25 ruUntangle IP multicast routing interaction with delayed...
2004-03-22 rwatsonLock down global variables in if_gre:
2004-03-21 mdodd- Fix indentation lost by 'diff -b'.
2004-03-21 mdoddRemove interface type specific code from arprequest...
2004-03-19 desThis commit was generated by cvs2svn to compensate...
2004-03-18 njlThis commit was generated by cvs2svn to compensate...
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-16 desRun through indent(1) so I can read the code without...
2004-03-14 mdoddDe-register.
2004-03-11 desThis commit was generated by cvs2svn to compensate...
2004-03-10 rwatsonLock down IP-layer encapsulation library:
2004-03-10 rwatsonScrub unused variable zeroin_addr.
2004-03-08 hsuTo comply with the spec, do not copy the TOS from the...
2004-03-08 hsuInclude <sys/types.h> for autoconf/automake detection.
2004-03-03 mlaierAdd some missing DUMMYNET_UNLOCK() in config_pipe().
2004-03-02 mlaierTwo minor follow-ups on the MT_TAG removal:
2004-03-01 rwatsonRename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and...
2004-03-01 umefix -O0 compilation without INET6.
2004-03-01 acheThis commit was generated by cvs2svn to compensate...
2004-02-28 njlThis commit was generated by cvs2svn to compensate...
2004-02-28 njlThis commit was generated by cvs2svn to compensate...
2004-02-28 rwatsonRemove unneeded {} originally used to hold local variab...
2004-02-28 mlaierThis commit was generated by cvs2svn to compensate...
2004-02-28 mlaierThis commit was generated by cvs2svn to compensate...
2004-02-28 rwatsonRemove now unneeded arguments to tcp_twrespond() -...
2004-02-26 desThis commit was generated by cvs2svn to compensate...
2004-02-26 mlaierBring eventhandler callbacks for pf.
2004-02-26 mlaierTweak existing header and other build infrastructure...
2004-02-26 mlaierThis commit was generated by cvs2svn to compensate...
2004-02-26 truckmanSplit the mlock() kernel code into two parts, mlock...
2004-02-25 mlaierRe-remove MT_TAGs. The problems with dummynet have...
2004-02-25 bdeFixed namespace pollution in rev.1.74. Implementation...
2004-02-25 bdeDon't use the negatively-opaque type uma_zone_t or...
2004-02-25 hsuRelax a KASSERT condition to allow for a valid corner...
2004-02-25 acheThis commit was generated by cvs2svn to compensate...
2004-02-24 andreConvert the tcp segment reassembly queue to UMA and...
2004-02-19 pjdFixed ucred structure leak.
2004-02-18 mlaierBackout MT_TAG removal (i.e. bring back MT_TAGs) for...
2004-02-17 umeIPSEC and FAST_IPSEC have the same internal API now;
2004-02-16 bmsShorten the name of the socket option used to enable...
2004-02-16 umedon't update outgoing ifp, if ipsec tunnel mode encapsu...
2004-02-16 bmsSpell types consistently throughout this file. Do not...
2004-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2004-02-14 bmsFinal brucification pass. Spell types consistently...
2004-02-13 mlaierDo not expose ip_dn_find_rule inline function to userla...
2004-02-13 mlaierDo not check receive interface when pfil(9) hook change...
2004-02-13 mlaierThis set of changes eliminates the use of MT_TAG "pseud...
2004-02-13 bmsBrucification.
2004-02-13 umesupported IPV6_RECVPATHMTU socket option.
2004-02-13 acheThis commit was generated by cvs2svn to compensate...
2004-02-12 bmsUpdate the prototype for tcpsignature_apply() to reflec...
2004-02-12 bmsstyle(9) pass; whitespace and comments.
2004-02-12 bmsRemove an unnecessary initialization that crept in...
2004-02-11 bmsFix a typo; left out preprocessor conditional for sigof...
2004-02-11 bmsInitial import of RFC 2385 (TCP-MD5) digest support.
2004-02-10 desThis commit was generated by cvs2svn to compensate...
2004-02-08 ruThis commit was generated by cvs2svn to compensate...
2004-02-05 ruThis commit was generated by cvs2svn to compensate...
2004-02-03 umepass pcb rather than so. it is expected that per socket...
2004-02-02 andreAdd sysctl net.inet.icmp.reply_src to specify the inter...
2004-02-02 andreMore verbose description of the source ip address selec...
2004-01-31 phkIntroduce the SO_BINTIME option which takes a high...
2004-01-30 sobomaxRemove NetBSD'isms (add FreeBSD'isms?), which makes...
2004-01-27 ruCorrect the descriptions of the net.inet.{udp,raw}...
2004-01-26 sobomaxAdd support for WCCPv2. It should be enablem manually...
2004-01-26 sobomax(whilespace-only)
2004-01-23 hartiThis commit was generated by cvs2svn to compensate...
2004-01-23 andreRemove leftover FREE() from changes in rev 1.50.
2004-01-22 andreSplit the overloaded variable 'win' into two for their...
2004-01-22 andreMove the reduction by one of the syncache limit after...
2004-01-22 andreRemove an unused variable and put the sockaddr_in6...
2004-01-21 nectarThis commit was generated by cvs2svn to compensate...
2004-01-20 hsuMerge from DragonFlyBSD rev 1.10:
2004-01-19 dasThis commit was generated by cvs2svn to compensate...
2004-01-17 phkMostly mechanical rework of libalias:
2004-01-14 njlThis commit was generated by cvs2svn to compensate...
2004-01-13 fennerThis commit was generated by cvs2svn to compensate...
2004-01-13 fennerThis commit was generated by cvs2svn to compensate...
2004-01-13 umedo not deref freed pointer
2004-01-12 andreDisable the minmssoverload connection drop by default...
2004-01-11 obrienThis commit was generated by cvs2svn to compensate...
2004-01-10 truckmanCheck that sa_len is the appropriate value in tcp_usr_b...
2004-01-09 andreReduce TCP_MINMSS default to 216. The AX.25 protocol...
2004-01-09 desThis commit was generated by cvs2svn to compensate...
2004-01-09 obrienThis commit was generated by cvs2svn to compensate...
2004-01-08 andreLimiters and sanity checks for TCP MSS (maximum segemen...
2004-01-08 andreIf path mtu discovery is enabled set the DF bit in...
2004-01-08 andreDo not set the ip_id to zero when DF is set on packet and
2004-01-07 desThis commit was generated by cvs2svn to compensate...
2004-01-06 andreEnable the following TCP options by default to give...
2004-01-06 andreAccording to RFC1812 we have to ignore ICMP redirects...
2004-01-04 njlThis commit was generated by cvs2svn to compensate...
next