]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPT
[FreeBSD/FreeBSD.git] / sys / netinet /
2008-07-07 rwatsonAllow udp_notify() to accept read, as well as write...
2008-07-07 rwatsonAdd additional udbinfo and inpcb locking assertions...
2008-07-07 rwatsonFirst step towards parallel transmit in UDP: if neither...
2008-07-07 rwatsonDrop read lock on udbinfo earlier during delivery to...
2008-07-05 rwatsonRename raw_append() to rip_append(): the raw_ prefix...
2008-07-05 rwatsonImprove approximation of style(9) in raw socket code.
2008-07-04 gonzoEnqueue de-capsulated packet instead of performing...
2008-07-04 rwatsonRemove NETISR_MPSAFE, which allows specific netisr...
2008-07-03 bzRemove a bogusly introduced rtalloc_ign() in rev. 1...
2008-07-02 rwatsonAdd soreceive_dgram(9), an optimized socket receive...
2008-06-30 rwatsonIn udp_append() and udp_input(), make use of read locki...
2008-06-24 gonzoIn case of interface initialization failure remove...
2008-06-22 mavPartially revert previous commit. DeleteLink() does...
2008-06-21 mavImplement UDP transparent proxy support.
2008-06-21 mavAdd support for PORT/EPRT FTP commands in lowercase.
2008-06-16 upsChange incorrect stale cookie detection in syncookie_lo...
2008-06-16 upsFix a check in SYN cache expansion (syncache_expand...
2008-06-15 rrs More prep for Vimage:
2008-06-14 rrs- Fixes foobar on my part. Some missing virtualization...
2008-06-14 rrs- Macro-izes the packed declaration in all headers.
2008-06-11 jfvAdd generic TCP LOR into netinet
2008-06-02 mlaierSort IP addresses before hashing them for the signature...
2008-06-02 rwatsonWhen allocating temporary storage to hold a TCP/IP...
2008-06-01 mavIncrease LINK_TABLE_OUT_SIZE from 101 to 4001 like...
2008-06-01 mavMake m_megapullup() more intelligent:
2008-06-01 mavPKT_ALIAS_FOUND_HEADER_FRAGMENT result is not an error...
2008-06-01 mavFix packet fragmentation support broken by copy/paste...
2008-05-29 rwatsonRead lock rather than write lock TCP inpcbs in monitori...
2008-05-29 rwatsonEmploy read locks on UDP inpcbs, rather than write...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-24 bzFactor out the v4-only vs. the v6-only inp_flags proces...
2008-05-22 rwatsonConsistently check IPFW and DUMMYNET privileges in...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-21 rrs- sctputil.c - If debug is on, the INPKILL timer can...
2008-05-20 rrs- Adds support for the multi-asconf (From Kozuka-san)
2008-05-20 rrs- Define changes in sctp.h
2008-05-12 gnnFix the loopback interface. Cleaning up some code...
2008-05-09 julianAdd code to allow the system to handle multiple routing...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 jhbAlways bump tcpstat.tcps_badrst if we get a RST for...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-05-05 kmacyreplace spaces added in last change with tabs
2008-05-05 kmacyadd rcv_nxt, snd_nxt, and toe offload id to FreeBSD...
2008-05-02 marckFix build, together with a bit of style breakage.
2008-04-29 rwatsonFix a comment typo.
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-21 rwatsonWith IPv4 raw sockets, read lock rather than write...
2008-04-21 rwatsonRead lock, rather than write lock, the inpcb when trans...
2008-04-20 bzRevert to rev. 1.161 - switch back to optimized TCP...
2008-04-20 rwatsonTeach pf and ipfw to use read locks in inpcbs write...
2008-04-19 rwatsonIn ip_output(), allow a read lock as well as a write...
2008-04-19 rwatsonWhen querying the local or foreign address from an...
2008-04-19 kmacymove tcbinfo lock acquisition in to syncache
2008-04-19 kmacymove cxgb_lt2.[ch] from NIC to TOE
2008-04-17 gnnAdd in check for loopback as well, which was missing...
2008-04-17 rwatsonConvert pcbinfo and inpcb mutexes to rwlocks, and modif...
2008-04-17 gnnClean up the code that checks the types of address...
2008-04-16 rrsAllow SCTP to compile without INET6.
2008-04-14 rrsUse the pru_flush infrastructure to avoid a panic
2008-04-14 rrsProtection against errant sender sending a stream
2008-04-14 rrsNew logging values.
2008-04-14 rrs1) adds some additional logging
2008-04-13 qingliThis patch provides the back end support for equal...
2008-04-09 bzTake the route mtu into account, if available, when...
2008-04-07 andreRemove TCP options ordering assumptions in tcp_addoptio...
2008-04-07 andreRemove now unnecessary comment.
2008-04-07 andreUse #defines for TCP options padding after EOL to be...
2008-04-07 rwatsonAdd further TCP inpcb locking assertions to some TCP...
2008-04-06 rwatsonIn in_pcbnotifyall() and in6_pcbnotify(), use LIST_FORE...
2008-03-25 ruReplaced the misleading uses of a historical artefact...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 kmacychange inp_wlock_assert to inp_lock_assert
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 kmacyLabel inp as unused in the non-INVARIANTS case
2008-03-23 kmacyInsulate inpcb consumers outside the stack from the...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-19 pisoExplicitate the newpacket size.
2008-03-17 pisoDon't cache ptr to nat rule in case of tablearg argument.
2008-03-17 pisoDon't abuse stack space while in kernel land, use heap...
2008-03-17 rwatsonFix indentation for a closing brace in in_pcballoc().
2008-03-14 bzCorrect IPsec behaviour with a 'use' level in SP but...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 piso-Don't pass down the entire pkt to ProtoAliasIn, ProtoA...
2008-03-09 bzPadding after EOL option must be zeros according to...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-06 pisoMFP4:
2008-03-04 rpauloChange the default port range for outgoing connections...
2008-03-03 pisoWhen unloading kld, don't forget to flush the nat pointers.
next