summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* When blackholing do a 'dropunlock' in the new world order to prevent theandre2007-03-282-2/+2
* Remove stale comment about not enabling inpcb and inpcbinfo lock assertionsrwatson2007-03-281-5/+0
* In tcp_sack_doack() remove too tight KASSERT() added in last revision. Thisandre2007-03-251-14/+16
* Replace a comment about RSVP/mrouting with a different but similar commentrwatson2007-03-251-5/+4
* o Use a define for a buffer size.maxim2007-03-243-3/+22
* Split tcp_input() into its two functional parts:andre2007-03-232-264/+416
* Tidy up some code to conform better to surroundings and style(9), 0 = NULLandre2007-03-232-34/+32
* Bring SACK option handling in tcp_dooptions() in line with all otherandre2007-03-233-8/+15
* Purge two redundant case labels.bms2007-03-231-2/+0
* Remove global list of all llinfo_arp entries and use a callout perglebius2007-03-221-50/+23
* ANSIfy function declarations and remove register keywords for variables.andre2007-03-218-146/+73
* Match up SYSCTL declarations in style.andre2007-03-211-8/+8
* Subtract optlen in the maximum length check for TSO and finally avoidandre2007-03-211-1/+1
* Tidy up IPFIREWALL_FORWARD sections and comments.andre2007-03-212-8/+6
* Update and clarify comments in first section of tcp_input().andre2007-03-212-30/+26
* Tidy up the ACCEPTCONN section of tcp_input(), ajust comments and removeandre2007-03-212-114/+54
* Tidy up tcp_log_in_vain and blackhole.andre2007-03-212-88/+62
* Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default itandre2007-03-213-11/+0
* Remove tcp_minmssoverload DoS detection logic. The problem it tried toandre2007-03-217-160/+0
* Increase default size of raw IP send and receive buffers to the same asbms2007-03-201-8/+2
* - window update sacks sent incorrectly afterrrs2007-03-209-36/+33
* Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-202-75/+115
* Match up SYSCTL declaration style.andre2007-03-197-73/+83
* Match up SYSCTL_INT declarations in style.andre2007-03-191-2/+2
* Maintain a pointer and offset pair into the socket buffer mbuf chain toandre2007-03-191-3/+13
* Adds a hash table to speed local address lookuprrs2007-03-195-7/+74
* - errno -> becomes error in sctp_output.c and sctputil.crrs2007-03-197-77/+147
* In IPv4 fast forwarding path, send ICMP unreachable messages forbms2007-03-181-1/+2
* Unbreak IPv6 after consolidation of TCP options insertion.andre2007-03-171-3/+2
* Fix the most obvious of the bugs introduced by recent syncache changeskmacy2007-03-171-0/+3
* Remove unused and #if 0'd net.inet.tcp.tcp_rttdflt sysctl.rwatson2007-03-162-12/+0
* Consolidate insertion of TCP options into a segment from within tcp_output()andre2007-03-156-234/+264
* - Sysctl's move to seperate filerrs2007-03-1528-4004/+4759
* Diff reduction with NetBSD; use IN_LOCAL_GROUP() to check if an addressbms2007-03-151-1/+1
* Fix IP_SENDSRCADDR semantics.bms2007-03-081-4/+11
* This patch is provided to fix a couple of deployment issues observedqingli2007-03-072-10/+14
* Purge an out-of-date comment.bms2007-03-041-1/+0
* Fix undirected broadcast sends for the case where SO_DONTROUTE has alsobms2007-03-011-11/+14
* Prevent TSO mbuf chain from overflowing a few bytes by subtracting theandre2007-03-011-2/+3
* In the SYN_SENT case, Initialize the snd_wnd before the call to tcp_mss().mohans2007-02-282-6/+4
* Style: Move declaration of subsystem mutex to where otherbms2007-02-281-16/+25
* Add EHOSTDOWN and ENETUNREACH to the list of soft errors, that shouldn'tglebius2007-02-281-0/+2
* Toss the code, that handles errors from ip_output(), to make it moreglebius2007-02-281-30/+26
* Add INADDR_ALLRPTS_GROUP define for 224.0.0.22 for future IGMPv3 support.bms2007-02-271-0/+1
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-268-10/+53
* Unlock a mutex which should be unlocked before returning.bms2007-02-251-1/+3
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.bms2007-02-241-3/+76
* Rename two identically named log_in_vain variables: tcp_input.c's staticrwatson2007-02-204-12/+12
* Gratuitous UDP restyling toward style(9) in 7.x.rwatson2007-02-203-175/+168
* #ifdef INET6 printing of inpcb IPv6 addresses in DDB. Patch committedrwatson2007-02-181-0/+4
OpenPOWER on IntegriCloud