summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-293-7/+1
* Use TAILQ_FOREACH consistently.yar2006-06-291-2/+1
* Fix URL to Bellovin's paper.glebius2006-06-291-1/+1
* Eliminate the offset argument from send_reject. It's not beenbz2006-06-291-9/+7
* Use INPLOOKUP_WILDCARD instead of just 1 more consistently.bz2006-06-294-8/+14
* - Use suser_cred(9) instead of directly checking cr_uid.pjd2006-06-271-2/+2
* In syncache_respond() do not reply with a MSS that is larger than whatandre2006-06-261-0/+2
* Some cleanups and janitorial work to tcp_syncache:andre2006-06-263-45/+35
* Some cleanups and janitorial work to tcp_dooptions():andre2006-06-263-41/+58
* Reverse the source/destination parameters to in[6]_pcblookup_hash() inandre2006-06-261-2/+2
* In tcp6_usr_attach(), return immediately if SS_ISDISCONNECTED, torwatson2006-06-261-4/+2
* Decrement the global syncache counter in syncache_expand() when the entryandre2006-06-251-0/+1
* Move the syncookie MD5 context from globals to the stack to make it MP safe.andre2006-06-221-2/+2
* - Pullup even when the extention header is unknown, to preventume2006-06-221-1/+13
* Allocate a zero'ed syncache hashtable. mtx_init() tests the suppliedandre2006-06-201-1/+1
* When we receive an out-of-window SYN for an "ESTABLISHED" connection,dwmalone2006-06-192-0/+4
* Remove T/TCP RFC1644 Connection Count comparison macros. They are no longerandre2006-06-181-13/+0
* Do not access syncache entry before it was allocated for the TF_NOOPT caseandre2006-06-181-3/+4
* Move all syncache related structures to tcp_syncache.c. They are only usedandre2006-06-182-39/+39
* Remove double lock acquisition in syncookie_lookup() which came from lastandre2006-06-181-1/+0
* Fix the !INET6 compile.andre2006-06-171-2/+4
* Rearrange fields in struct syncache and syncache_head to make them moreandre2006-06-171-5/+6
* ANSIfy and tidy up comments.andre2006-06-171-52/+23
* Add locking to TCP syncache and drop the global tcpinfo lock as earlyandre2006-06-174-272/+312
* Add support of 'tablearg' feature for:oleg2006-06-151-15/+30
* install_state(): style(9) cleanupoleg2006-06-151-33/+36
* Enable proxy ARP answers on any of the bridged interfaces if proxy recordthompsa2006-06-091-3/+6
* install_state() should properly initialize 'addr_type' field of newly createdoleg2006-06-081-0/+1
* Fix following rules: pipe X (tag|altq) Y ...oleg2006-06-081-0/+4
* Push acquisition of pcbinfo lock out of tcp_usr_attach() intorwatson2006-06-041-6/+8
* When entering a timer on a tcpcb, don't continue processing if it has beenrwatson2006-06-031-9/+14
* Acquire udbinfo lock after call to soreserve() rather than before, as itrwatson2006-06-031-4/+2
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-022-3/+3
* Minor restyling and cleanup around ipport_tick().rwatson2006-06-021-11/+9
* Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).oleg2006-05-242-1/+63
* o In udp|rip_disconnect() acquire a socket lock before the socketmaxim2006-05-212-2/+6
* o Add missed error check: in ip_ctloutput() sooptcopyin() returns amaxim2006-05-211-0/+4
* Initialize the new members of struct ip_moptions asbms2006-05-181-0/+4
* Since m_pullup() can return a new mbuf, change gre_input2() toglebius2006-05-161-23/+23
* - Backout one line from 1.78. The tp can be freed by tcp_drop().glebius2006-05-161-3/+2
* o In rip_disconnect() do not call rip_abort(), just mark a socketmaxim2006-05-151-1/+11
* Use only lower 64bit of src/dest (and src/dest port) for hashing of IPv6mlaier2006-05-141-4/+4
* Fix a long-standing limitation in IPv4 multicast group membership.bms2006-05-143-4/+40
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inmlaier2006-05-121-1/+0
* Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processingmlaier2006-05-124-63/+108
* Don't claim "(+ipv6)" if we didn't build with INET6.mlaier2006-05-111-1/+5
* Modify UDP to use sosend_dgram() instead of sosend(). This allowsrwatson2006-05-061-0/+1
* Make sure the ip data pointer is correct before touching it againbz2006-05-051-0/+1
* Only return (tw) from tcp_twclose() if reuse is passed, otherwiserwatson2006-05-051-1/+1
* /tmp/cvsTXPIwQpjd2006-05-051-0/+1
OpenPOWER on IntegriCloud