summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "show inpcb", "show tcpcb" DDB commands, which should come in handyrwatson2007-02-173-2/+578
* Remove unused inp6_ifindex field from inpcb, as well as unused macrorwatson2007-02-161-2/+0
* Remove unused in6p_ip6_hlim macro shortcut for non-presentrwatson2007-02-161-1/+0
* - Copyright updates (aka 2007)rrs2007-02-1219-1534/+1175
* Use MAXTTL.bms2007-02-101-1/+1
* If the rendezvous point for a group is not specified, do not sendbms2007-02-101-0/+15
* Build PIM by default as part of the IPv4 multicast forwarding path.bms2007-02-102-39/+54
* Store the cached route in vifp in the normal send_packet() case.bms2007-02-082-3/+2
* Nuke the token bucket filter code. Attempting to request rate limitingbms2007-02-082-312/+19
OpenPOWER on IntegriCloud