summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Finally fix rev. 1.256glebius2006-09-052-6/+8
* Remove extra parenthesis in last commit.glebius2006-09-052-4/+4
* - Make net.inet.tcp.maxtcptw modifiable at run time.glebius2006-09-052-14/+56
* Fix typo in comment.thomas2006-09-041-1/+1
* Recognise IPv6 PIM packets.jhay2006-08-311-0/+6
* Fix for a bug that causes the computation of "len" in tcp_output() tomohans2006-08-262-0/+8
* comply with style policejulian2006-08-182-6/+8
* Allow ipfw to forward to a destination that is specified by a table.julian2006-08-172-7/+25
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...julian2006-08-173-23/+6
* Fixes an edge case bug in timewait handling where ticks rolling over causingmohans2006-08-116-9/+8
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-042-4/+0
* Remove useless NULL pointer check: we are using M_WAITOK flag for memoryoleg2006-08-041-4/+0
* Move soisdisconnected() in tcp_discardcb() to one of its calling contexts,rwatson2006-08-022-24/+14
* Do not leak memory while flushing rules.oleg2006-08-021-2/+3
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-215-148/+178
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-188-24/+90
* Revise network interface cloning to take an optional opaquesam2006-07-091-2/+2
* Make in-kernel multicast protocols for pfsync and carp work after enablingmlaier2006-07-081-0/+5
* Remove unneeded mac.h include.rwatson2006-07-061-1/+0
* Complete timebase (time_second -> time_uptime) conversion.oleg2006-07-051-4/+4
* o Kill BUGS section as it is not valid since rev. 1.4 alias_pptp.c.maxim2006-07-041-6/+1
* 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
OpenPOWER on IntegriCloud