]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
2020447 IPFilter's NAT can undo name server random port selection
[FreeBSD/FreeBSD.git] / sys / netinet /
2008-07-26 mavAdd hash table lookup for a fully connected raw sockets.
2008-07-22 avatarTrying to fix compilation bustage:
2008-07-21 kmacymake new accessor functions consistent with existing...
2008-07-21 kmacy- Switch to INP_WLOCK macro from inp_wlock
2008-07-21 kmacyAdd versions of tcp_twstart, tcp_close, and tcp_drop...
2008-07-21 kmacyadd interface for external consumers to syncache_expand...
2008-07-21 kmacyAdd accessor functions for socket fields.
2008-07-21 kmacyadd inpcb accessor functions for fields needed by TOE...
2008-07-20 trhodesDocument a few sysctls.
2008-07-20 bzia is a pointer thus use NULL rather then 0 for initial...
2008-07-20 kmacyremove unused toedev functions and add comments for...
2008-07-18 dwmaloneAdd an accept filter for TCP based DNS requests. It...
2008-07-18 rwatsonEliminate use of the global ripsrc which was being...
2008-07-16 rwatsonFix error in comment.
2008-07-15 rwatsonMerge last of a series of rwlock conversion changes...
2008-07-15 rpauloFix commment in typo.
2008-07-14 eriFix carp(4) panics that can occur during carp interface...
2008-07-10 rwatsonSlightly rearrange validation of UDP arguments and...
2008-07-10 bzPass the ucred along into in{,6}_pcblookup_local for...
2008-07-10 bzFor consistency take lport as u_short in in{,6}_pcblook...
2008-07-10 rwatsonApply the MAC label to an outgoing UDP packet when...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-09 bzFor consistency with the rest of the function use the...
2008-07-09 rrs1) Adds the rest of the VIMAGE change macros
2008-07-08 rwatsonProvide some initial chicken-scratching annotations...
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.
next