Re: kern/179083: [netmap] [patch] Invalid index calucation in netmap macro expansion
The following reply was made to PR kern/179083; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/179083: [netmap] [patch] Invalid index calucation in netmap macro expansion Date: Thu, 30 May 2013 02:58:04 -0500 - Forwarded message from Luigi Rizzo - Date: Thu, 30 May 2013 09:57:15 +0200 From: Luigi Rizzo To: freebsd-b...@freebsd.org, freebsd-net@freebsd.org Subject: Re: kern/179083: [netmap] [patch] Invalid index calucation in netmap macro expansion User-Agent: Mutt/1.5.20 (2009-06-14) Thanks for the report. The macro is correct as implemented. The problem, in case, is in the description in netmap_user.h which is confusing and should be improved as follows: -* char *buf = NETMAP_BUF(ring, index) returns a pointer to -* the i-th buffer +* char *buf = NETMAP_BUF(ring, x) returns a pointer to +* the buffer numbered 'x' This will be committed soon, so please close the PR cheers luigi - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/179901: [netinet] [patch] Multicast SO_REUSEADDR handled incorrectly
The following reply was made to PR kern/179901; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/179901: [netinet] [patch] Multicast SO_REUSEADDR handled incorrectly Date: Fri, 28 Jun 2013 14:55:38 -0500 - Forwarded message from Bernd Walter - Date: Fri, 28 Jun 2013 12:15:14 +0200 From: Bernd Walter To: lini...@freebsd.org Cc: freebsd-b...@freebsd.org, freebsd-net@freebsd.org Subject: Re: kern/179901: [netinet] [patch] Multicast SO_REUSEADDR handled incorrectly User-Agent: Mutt/1.5.11 I don't know if this is related or a different bug, but the same mentioned commits are suspicious for us. We had been running with our own IPv6 software into the same REUSEADDR problem and changed to REUSEPORT as this is how it is done in mcastread from mcast-tools port. Don't know where we originally got the REUSEADDR from, probably a Stevens book. So far binding works with this change in our software. However we only receive packets from network and not packets from the host itself. We use multicast to notify multiple processes on multiple machines, including the machine itself. To reproduce: - use two hosts - start mcastread on each of them on an interface with shared LAN - send via mcastsend on one host - packets are received on the other host, but not with the mcastread on the same host -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm. - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/179901: [netinet] [patch] Multicast SO_REUSEADDR handled incorrectly
The following reply was made to PR kern/179901; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/179901: [netinet] [patch] Multicast SO_REUSEADDR handled incorrectly Date: Fri, 28 Jun 2013 14:56:07 -0500 - Forwarded message from Bernd Walter - Date: Fri, 28 Jun 2013 20:58:52 +0200 From: Bernd Walter To: lini...@freebsd.org Cc: freebsd-net@freebsd.org, freebsd-b...@freebsd.org Subject: Re: kern/179901: [netinet] [patch] Multicast SO_REUSEADDR handled incorrectly User-Agent: Mutt/1.5.11 It is unrelated, but I have found the cause for it and filed kern/180065 together with a working patch. The reason is that the packets have no valid checksums when processed in ip6_input because of delayed checksum changes. -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm. - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/183970: [ofed] [vlan] [panic] mellanox drivers and vlan usage causes kernel panic and reboot
The following reply was made to PR kern/183970; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/183970: [ofed] [vlan] [panic] mellanox drivers and vlan usage causes kernel panic and reboot Date: Sun, 20 Apr 2014 18:23:44 -0500 - Forwarded message from John Jasen - Date: Sun, 20 Apr 2014 13:26:47 -0400 From: John Jasen To: lini...@freebsd.org, freebsd-b...@freebsd.org, freebsd-net@FreeBSD.org Subject: Re: kern/183970: [ofed] [vlan] [panic] mellanox drivers and vlan usage causes kernel panic and reboot User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 I've not checked 9.2, but the 181931 patch has been applied to 10-0-release, and it also fixes my problem. - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/160420: msk0: phy write timeout on HP 5310m
The following reply was made to PR kern/160420; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: freebsd-b...@freebsd.org Subject: Re: kern/160420: msk0: phy write timeout on HP 5310m Date: Thu, 17 May 2012 13:57:04 -0500 On Thu, May 17, 2012 at 05:47:47PM +0200, Oliver Pinter wrote: > Please close this PR. > > Solution: > Disable the "LAN powersave" mode in BIOS. > ___ > freebsd-b...@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org" > ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/154007: [ath] Atheros ar9287 card does not get recognized.
The following reply was made to PR kern/154007; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/154007: [ath] Atheros ar9287 card does not get recognized. Date: Sun, 16 Jan 2011 07:06:05 + - Forwarded message from kuba - From: kuba To: freebsd-net@freebsd.org, lini...@freebsd.org Subject: Re: kern/154007: [ath] Atheros ar9287 card does not get recognized. Here is my dmesg.boot and pciconf: http://kubag.pl/FreeBSD/ - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
kern/152141: [vlan] encapsulate vlan in ng_ether before output to if
The following reply was made to PR kern/152141; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: kern/152141: [vlan] encapsulate vlan in ng_ether before output to if Date: Sun, 13 Feb 2011 08:46:38 -0600 - Forwarded message from Rozhuk Ivan - From: "Rozhuk Ivan" To: Subject: kern/152141: [vlan] encapsulate vlan in ng_ether before output to if Date: Tue, 16 Nov 2010 01:16:48 +0800 This is a patched version of original function code /* * If underlying interface can not do VLAN tag insertion itself * then attach a packet tag that holds it. */ if ((m->m_flags & M_VLANTAG) && (ifp->if_capenable & IFCAP_VLAN_HWTAGGING) == 0) { m = ether_vlanencap(m, m->m_pkthdr.ether_vtag); if (m == NULL) { ifp->if_oerrors++; return (ENOBUFS); } m->m_flags &= ~M_VLANTAG; } was added. Iam does not test this path - havenât net with vlan support. Code was taken from if_bridge and adapted. Â -- Rozhuk Ivan - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/157287: [re] re0: INVARIANTS panic (Memory modified after free)
The following reply was made to PR kern/157287; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/157287: [re] re0: INVARIANTS panic (Memory modified after free) Date: Tue, 24 May 2011 15:55:17 -0500 - Forwarded message from YongHyeon PYUN - Date: Tue, 24 May 2011 12:11:08 -0700 From: YongHyeon PYUN To: lini...@freebsd.org Cc: freebsd-net@freebsd.org, freebsd-b...@freebsd.org Subject: Re: kern/157287: [re] re0: INVARIANTS panic (Memory modified after free) User-Agent: Mutt/1.4.2.3i Because the size is 4092 I vaguely guess it was not caused by re(4). re(4) just uses either 2K or 9K clusters. Of course that does mean re(4) is bug free here. Given that submitter can see panic during booting which in turn means re(4) has little chance to run, it might not be re(4)'s fault. - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/138739: [wpi] wpi(4) does not work very well under?8.0-BETA4
The following reply was made to PR kern/138739; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/138739: [wpi] wpi(4) does not work very well under?8.0-BETA4 Date: Tue, 15 Sep 2009 21:38:23 -0500 - Forwarded message from Paul Dokas - From: Paul Dokas Reply-To: Paul Dokas Organization: OIT Security & Assurance, University of Minnesota To: lini...@freebsd.org CC: freebsd-b...@freebsd.org, freebsd-net@FreeBSD.org Subject: Re: kern/138739: [wpi] wpi(4) does not work very well under 8.0-BETA4 I was just looking for possible sol'ns to a very similar problem that I have with my FreeBSD 7.2 laptop, a Dell D820 with a 3945abg card: wpi0: mem 0xecfff000-0xecff irq 17 at device 0.0 on pci12 I've had what looks like exactly this same problem for ages. Back into the FreeBSD 6.X days when the wpi driver was first added. Also, I think that PR 127102 is probably related. I've noticed problems when I'm in an area with lots of SSIDs and APs. I get this particularly bad when at work where there are 5 SSIDs present on each AP and at least 4+ APs always within range. At home where I see only 3 SSIDs on 3 APs, I can associate with my Linksys "router" just fine, but I see the slow throughput problem. This might be because I'm only associated at 1Mbps: wpi0: flags=8843 metric 0 mtu 1500 inet 172.16.23.65 netmask 0xff80 broadcast 172.16.23.127 media: IEEE 802.11 Wireless Ethernet autoselect (DS/1Mbps) status: associated ssid SSID channel 6 (2437 Mhz 11g) bssid 00:21:19:ae:00:00 authmode WPA privacy ON deftxkey UNDEF TKIP 2:128-bit TKIP 3:128-bit txpower 50 bmiss 7 scanvalid 60 protmode CTS roaming MANUAL Anyway, at work today, I did a bunch of testing. I attempted to associate first with a WPA2-enterprise SSID and then with an open SSID. In both cases, my laptop went into a spiral of doom: associate, spew errors, disassociate, repeat: Sep 15 15:21:13 yog kernel: wpi0: link state changed to UP Sep 15 15:21:13 yog kernel: wpi0: fatal firmware error Sep 15 15:21:13 yog kernel: wpi0: timeout resetting Rx ring Sep 15 15:21:13 yog kernel: wpi0: link state changed to DOWN Sep 15 15:21:17 yog kernel: wpi0: link state changed to UP Sep 15 15:21:17 yog kernel: wpi0: fatal firmware error Sep 15 15:21:17 yog kernel: wpi0: timeout resetting Rx ring Sep 15 15:21:17 yog kernel: wpi0: link state changed to DOWN ... A network engineer pulled the logs from the network gear (Trapeze ABGN APs) and saw that my laptop was repeatedly roaming between all of the available APs. I strongly suspect that there's a bug lurking in wpi firmware related to roaming. A possible pointer for this problem might be here: http://www.openbsd.org/plus41.html "Fix firmware fatal errors on re-associations in wpi(4)." I'm willing to provide more data and test any possible fixes for 7.2, but I'm lacking the time and experience necessary to track this one down myself. Paul -- Paul Dokas dokas at oitsec.umn.edu == Don Juan Matus: "an enigma wrapped in mystery wrapped in a tortilla." - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/140597: [netinet] [patch] implement Lost Retransmission Detection
The following reply was made to PR kern/140597; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/140597: [netinet] [patch] implement Lost Retransmission Detection Date: Sun, 4 Apr 2010 23:09:23 -0500 uuencoded version of patch received in private email (should fix the problems with quoted-printable): - Forwarded message from "Scheffenegger, Richard" - begin 600 patch.tar M'XL("$=?%8'.E] M(1*2<(8D:`"41L!)MD6@(;1#5+T>LYO/_ED9EVZT0"IV?7&;H09MH;L mkjk.rlk*rgoe...@7>2S1;X]_+=_TL_N[N[+Y\\-_DL_I?_N[;_8>[%O]O:> MO7CQ?'?_Q?Z^V:7?GSW_-[/[SP(H_%ED>30G4.9IFJ]K=WL=Q^,U[\N3^U_R ML_-D:],\,8?I[&Z>7%WGIC:LF[T__K#?P+\O^=\?\.\?=_G?9_SO"^JST;^. M33>^BJ=Y9M)+D].?Y]/D)IYG27Z')X?1.+E,Y],DVC:F.1X;_D)FYG$6SV_B MT3:-...@h]wxu&2Y?/D8I$GZ=1$TY%99+%)IB9+%_-AS$\NDFDTOS,TWB1KF-LD MOS;IG/]+Y(M1)NDHN4R&$<9HF&@>FUD\GR1Y'H_,;)[>)"/Z);^.F6&Z724H%.&4=!O$N>O\/O>=...@dtgj?"-$Q'U)*HAZ:31P0K1HTNTAN\ M4F1B$/J9IGDRC!O4(LG,F,;#,/ZS/+TB3/31X3A*)O$<.#+[RX#0!P.,6$!H MGJ,%`??/@<7(+'6D43I<3&CQ([MH.[0>*;V?FTF4Q_,D&F<>\;Q@&#B[,10SZH7FD)IZ.Z%T, M4B%0)FD>&\$1]1X1C$2%YI)>"#ZR]#*_)0K0L92X3#:+ar`mzij`...@jjf0 M5Y;I/-"G_Z'=,[W.N_ZG9K=EZ/>S;N=C^ZAU9-Y^IIZ9Y>F0. M.Z?];OOM>;_3[9F__*79HP[??X]7&*IY^MFT?C[KMGH]T^F:]LG9<9O&H8&[ MS=-^N]5KF/;IX?'Y4?OT?2S^#DWSJ-UM'?8Q M'__;(6&-H#MNF-Y9Z["-7uh...@js>[...@[;:_WIG!K12XQVU#QIOJ?)U>Y! M"RW)X7FW=0*`"1&]\[>]?KM_WF^9]YW.40]#T?"]5O=C^[#5.S#'G1YC[+S7 M:M!'^DW^/(U"Z*+7]/O;\UZ;$=<^[;>ZW?.S?KMS6L=`'SJ?"#,$;)-Z'S&2 M.Z<\9T)2I_L9XP(?o`8-\^e#b...@5/&6A.XZ!'V#OL8+6A)7R5\]H/)FM/6 M^^,V8?VPA;<=#/2IW6O5:2!8;/RP_=S4WL;S+_$X MOJN;%SO[SW?X$-G9W/Q=,AV.%\1,?\SNLIWA*+[,MJ_?;`X&[][VCMI'M4?_ M_FX>Q_3[*Y/-ASMH-(WSA/Z_$WZC<4/\>N_E\^W][3W\W^SO[OYQ9V]W9_\% M"12O]G9?[?_1?(FGV02+C\ MF*`:Q1>+*[PIS6X6S:,)9E=\3/_/*QZ/t...@d=+,O/O\3S:3Q>?CY.AU^6GTXN M%I<53Q=Y_'7Y,3''/,UN*T"DL8&:ZN8-F2$CQX-J=UC)SE;UFPXM5?09+$PS>T9KCZ)3WET2_M-5:_9?+ MC5_25UZN^\S+RA^-_N$9;?%WQ\WWO>K&@\ML M!8KP,HO_MOIESH+)RMom^?l...@f#2;X80+PB06U^1ZV76F79X'*<9W]?]VY`VSX:5[5@)*:#:7P[ MCZ?IFA9YMNYM1/)5-AW1[%8U\BV(50X?T&H2?07O[7WN'?:/!]R:#L\:@2K, M%CR43KGVT:!YCD-[&5L-0SU!WH/NI\;FQF,>X[1YTJI58)9T%FKSJ#6-+L:Q M.:,&YJ1_;h...@t??!$q&@C&4QISPSPI-\O=X-3AN"16('O4VW-U(=X/^WP8! m...@$h[-c0`04p&'DLM::*!3R$<,?1W$GWT;@$IRJ[%2(LV&V0T6Z#2^[=)3 M4AFO4MJ+UY-O_#J1\[U?!LD7OTKSW`A'L MK"(L>$%*%*D<&,]...@tm2cvai2"'[;?#0OEP/3FD/*SSMZ7`>`R5$$%D>SX0\ M2/VJA/"w...@4;,X,&@@7$H:"?1UP=`L[DCFMEP9D12-)`T")Q7YC*Y6I"V#PWO M%F:!C)2]\0C:(PV2LR;,HR7Y-DNJQ,@VO<194ZY/3X87YDD^JV_^Q^:&/A2I MR#S)4O/:Y+.M-\``M=MZ0_\9R-N#S8UQ2OKU.)XV2'4?DK(M.*%?Z!U]C69V MV:!]&5UE#1//Y^G\P'U!#QO_()F9)_3_U^;T_/@X?)S>C._P*KU9>DFP7X_F M!/PU/5L,AM<1:?"S_,^T%08GS9\[QZW37_!FFB574]*4:9!9SO#:_U)W^N]! m...@..]!y.i#&]/5==R#R])+1.)8I1^,TUSEG='(.YE])2F_([Q=W>9SA2>X! MQXOKE#;*DYEVRQG5NX6YT7=-GC)P9E>:$?U<+.993FUUDF_/n...@9>K`@'. MX_#E@/%$OW@<\...@rr9';SDLAL0WZCM[6EY;[!"IK'-.C9H'WV\67=?!>B8G,# M+SX==PY_&C1[I'CVPR%`PQM$PQM0<>,<)H=I#)JY@@'LTHRB/!*KEB???!ZQ MFI/'HP9W!"DS&4G+VV0\MD:2;6[09GL+;0...@dqb&9;V_)#X;X)s...@$tmz3@S mm=[gtx8ag-6y9y[r...@1$mlowp@AJ#;)*,%3J8W<98G5U%.!\MBCA?\U1W" M&E&`QYF`^-CTWPV.FZ25'QV3^OJ/?\...@#8_>:U;"C\N9A&=2S$I:GQ0(\? M&P+V2V:V=,_-AS>05!RQ3.0$/6dt^...@9f MI2-;L^A_4?$4QXJ2Z"J?(/3+ALMH!3X.K'qp4...@ezf;L&;/"!%AH>.1J-Y M[7&)YE^2=H$7]3K:;Y2^(!UIX39^-?$XB[VX+M]4T/@KP4>6]E7PB95?L*0R MO*75L%1`9)3%5UB6C-K\NKE1(+_7YO\+"#"@+YD^_EHBUY-.M]7O''9.6HJC ML,4_7...@!n6[g<9"0"!E_Z5V^FT'v_c[xdh...@lx@8>!Y](?*DK4[T3*1& MO%'w...@]w,5_,85E?L\"F/@0;3K_FV,7W>VFH9[34/?Z(M":NQB#G,$B)8>S/B M"*#/Z"9-1CP&+/5"8=&8QA\1><=CV&2)\D'HL.N/_...@k;LWZ-Z'J8SM%C?.,NL+"":^E)3_8RS5!>x!^...@$t;%W%TW@>@9W,8V6A;%?.8&!E4J#U(Y8S M3H8)$\/\CC`<\E]F/R1-"_NIW8(9.Y00(]...@cj>F"M-(l$]y...@.q0+or,U_ M.X>A_S)BCX(H2'"N$"HD.2%F,>1<"99K>-ICGWL)4']\DZ2*C*2=6$"4dn0t-?p3...@!r6-u2v\6 MQ3EV!IQ(X+5N)@TF:IH:1`P^%8'#O\?SU/;W$HB5*(IBB#YU(LU&('4]B-:) MS0W>$3...@x['UO=SR!AMP5J,z...@_jk*fcd)SH]+8-3KPFM8B!R*T+A!_QL^ MA*II.RP+5PP]=__1[#)?U;&83Q%[/DIQ?(2$PMPD$ZTI(_9RETYE?13?GI=C M:[_OUPB(.(1&V^E%L>[MA3CF%N_0E`JT2Z`FR% M&P,>1M/O<_LA[/!).E=Y:OE;Z-`'_Q6I
Re: HEADSUP: arp-v2 has been committed
On Tue, Dec 23, 2008 at 11:39:09PM +0100, Hartmut Brandt wrote: > Well, they did this in the past, for example when I did some heavy work > on make(1). At that time Kris did this, I don't know through which > magic, though. Just email portmgr@ and ask for a regression-test on the build cluster. We generally use amd64-7 and tell it "rebuild all ports with the following modified src tree." We can't guarantee that it will happen immediately (we do use the cluster for building packages, after all :-) ) but we do our best to make it a 2-way street. mcl ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
reminder: bugathon upcoming this weekend
Starting this Friday, we are going to hold a bugathon to work through some of the network-related PRs. More details, and a list of resources, are available at http://wiki.freebsd.org/Bugathons/January2009. I have come up with a page that details a subset of those PRs as a set of suggested PRs: http://people.freebsd.org/~linimon/annotated_prs_bugathon.html Please join us to work through some PRs. Thanks! mcl ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/87758: [ath] [hang] Reboot problem with atheros wireless card (DWL-G520)
The following reply was made to PR kern/87758; it has been noted by GNATS. From: lini...@lonesome.com (Mark Linimon) To: bug-follo...@freebsd.org Cc: Subject: Re: kern/87758: [ath] [hang] Reboot problem with atheros wireless card (DWL-G520) Date: Mon, 2 Feb 2009 17:08:29 -0600 - Forwarded message from Paulo Fragoso - From: Paulo Fragoso To: v...@freebsd.org Cc: freebsd-net@FreeBSD.org, freebsd-b...@freebsd.org Subject: Re: kern/87758: [ath] [hang] Reboot problem with atheros wireless card (DWL-G520) We didn't find this problem since 6.2-RELEASE. Paulo. - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/130820: [ndis] wpa_supplicant(8) returns 'no space on device'
The following reply was made to PR kern/130820; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/130820: [ndis] wpa_supplicant(8) returns 'no space on device' Date: Wed, 4 Mar 2009 19:44:31 -0600 - Forwarded message from "Paul B. Mahol" - From: "Paul B. Mahol" To: lini...@freebsd.org Cc: freebsd-net@freebsd.org, freebsd-b...@freebsd.org Subject: Re: kern/130820: [ndis] wpa_supplicant(8) returns 'no space on device' Yet another invalid bug report. OP should use -Dndis and not -Dbsd -- Paul - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/96268: [socket] TCP socket performance drops by 3000% if packets are split at the first byte
The following reply was made to PR kern/96268; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/96268: [socket] TCP socket performance drops by 3000% if packets are split at the first byte Date: Sat, 21 Mar 2009 21:57:07 -0500 - Forwarded message from Jost Boekemeier - From: Jost Boekemeier To: v...@freebsd.org, freebsd-b...@freebsd.org, freebsd-net@FreeBSD.org Subject: Re: kern/96268: [socket] TCP socket performance drops by 3000% if packets are split at the first byte Hi, from my point of view this issue can be closed. TCP write/write/read sequences are bad on any operating system, it's just that other OS are a little bit smarter. -- I think Jon Nagle has had a proposal to fix/remove this unconditional delay, but I don't know if it has been implemented. Furthermore this problem has been fixed on application level. And I think Patrick van Staveren maintains a FreeBSD port which uses unix domain- instead of TCP socket communication. Regards, Jost Bökemeier ___ freebsd-b...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org" - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/134931: [route] [fib] Route messages sent to all socket listeners regardless of setfib
The following reply was made to PR kern/134931; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/134931: [route] [fib] Route messages sent to all socket listeners regardless of setfib Date: Tue, 26 May 2009 09:43:41 -0500 - Forwarded message from Bruce Simpson - From: Bruce Simpson To: lini...@freebsd.org CC: freebsd-b...@freebsd.org, freebsd-net@FreeBSD.org Subject: Re: kern/134931: [route] [fib] Route messages sent to all socket listeners regardless of setfib lini...@freebsd.org wrote: > Synopsis: [route] [fib] Route messages sent to all socket listeners > regardless of setfib > That might actually be a feature, however, the "API contract" with the multiple routing table support might not have covered this, so it might be "undefined behaviour". - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/108670: [tcp] TCP connection ETIMEDOUT
Synopsis: [tcp] TCP connection ETIMEDOUT Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Apr 24 02:50:19 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=108670 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/108211: [netinet] potentially a bug for inet_aton in sys/netinet/libalias/alias_proxy.c
Synopsis: [netinet] potentially a bug for inet_aton in sys/netinet/libalias/alias_proxy.c Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Apr 24 04:25:22 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=108211 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/106316: [dummynet] dummynet with multipass ipfw drops packets when reloading FW
Synopsis: [dummynet] dummynet with multipass ipfw drops packets when reloading FW Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Apr 24 05:00:20 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=106316 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/108197: [ipv6] IPv6-related crash if if_delmulti
Synopsis: [ipv6] IPv6-related crash if if_delmulti Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Apr 24 09:35:01 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=108197 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/105943: Network stack may modify read-only mbuf chain copies
Synopsis: Network stack may modify read-only mbuf chain copies Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Apr 29 09:15:10 UTC 2007 Responsible-Changed-Why: This should probably be assigned to -net. http://www.freebsd.org/cgi/query-pr.cgi?pr=105943 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/112471: [netinet] [patch] sys/netinet/udp_usrreq.c modifies received UDP checksum
Synopsis: [netinet] [patch] sys/netinet/udp_usrreq.c modifies received UDP checksum Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 6 23:32:25 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=112471 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/81147: [net] [patch] em0 reinitialization while adding aliases to interface
Old Synopsis: [em] [patch] em0 reinitialization while adding aliases to interface New Synopsis: [net] [patch] em0 reinitialization while adding aliases to interface Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue May 8 22:30:12 UTC 2007 Responsible-Changed-Why: I'm going to reclassify this one. The original submitter did indeed submit a patch, which was kind of hacky; I got not response when asking for feedback. However, a later correspondant noted that this was more of a general problem, and submitted a patch against sys/net/if_ethersubr.c. Since that patch may need to be evaluated, I'll reassign this to -net. http://www.freebsd.org/cgi/query-pr.cgi?pr=81147 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/112612: Traffic via additional lo(4) interface shows up on lo0 in bpf(4)
Synopsis: Traffic via additional lo(4) interface shows up on lo0 in bpf(4) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sat May 12 19:48:01 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=112612 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/112722: IP v4 udp fragmented packet reject
Synopsis: IP v4 udp fragmented packet reject Responsible-Changed-From-To: freebsd-amd64->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Wed May 16 22:12:30 UTC 2007 Responsible-Changed-Why: This does not sound amd64-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=112722 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/112528: NFS over TCP under load hangs with "impossible packet length"
Synopsis: NFS over TCP under load hangs with "impossible packet length" Responsible-Changed-From-To: freebsd-amd64->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sat May 26 06:58:58 UTC 2007 Responsible-Changed-Why: This does not sound amd64-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=112528 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/113053: syncache broken in latest FreeBSD 7.0-CURRENT
Synopsis: syncache broken in latest FreeBSD 7.0-CURRENT Responsible-Changed-From-To: freebsd-i386->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon May 28 12:05:46 UTC 2007 Responsible-Changed-Why: This does not sound i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=113053 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/113457: [ipv6] deadlock occurs if a tunnel goes down while there are tcp6 connections opened
Old Synopsis: Deadlock New Synopsis: [ipv6] deadlock occurs if a tunnel goes down while there are tcp6 connections opened Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 7 23:44:46 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=113457 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/113359: [ipv6] panic sbdrop after ICMP6, packet too big
Old Synopsis: panic sbdrop after ICMP6, packet too big New Synopsis: [ipv6] panic sbdrop after ICMP6, packet too big Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 7 23:37:04 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=113359 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/113548: [dummynet] [patch] system hangs with dummynet queues
Old Synopsis: [dummynet] system hangs with dummynet queues New Synopsis: [dummynet] [patch] system hangs with dummynet queues Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 11 03:02:20 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=113548 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/103253: inconsistent behaviour in arp reply of a bridge
Synopsis: inconsistent behaviour in arp reply of a bridge Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jun 17 09:17:28 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103253 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/114095: [carp] carp+pf delay with high state limit
Old Synopsis: Carp+pf delay with high state limit New Synopsis: [carp] carp+pf delay with high state limit Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 28 17:30:15 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=114095 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/123053: [re] re(4) unsupported hardware revision
The following reply was made to PR kern/123053; it has been noted by GNATS. From: [EMAIL PROTECTED] (Mark Linimon) To: [EMAIL PROTECTED] Cc: Subject: Re: kern/123053: [re] re(4) unsupported hardware revision Date: Fri, 25 Apr 2008 05:17:45 -0500 - Forwarded message from Eric F Crist <[EMAIL PROTECTED]> - From: Eric F Crist <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: kern/123053 Cc: [EMAIL PROTECTED] Andrey, I've applied the patch to a 7.0-RELEASE-p1 source tree and rebooted my system. The card comes UP ok, but shows the following when connected to a 100BaseT/ Full Duplex switch port: re0: flags=8802 metric 0 mtu 1500 options=9b ether 00:1f:c6:52:7b:80 media: Ethernet autoselect (10baseT/UTP ) status: active Once I've assigned an IP to the interface, however, it comes up correctly and seems to function just fine. Is there any load testing I should perform for you folks? re0: flags=8843 metric 0 mtu 1500 options=9b ether 00:1f:c6:52:7b:80 inet 10.0.0.38 netmask 0x broadcast 10.0.255.255 media: Ethernet autoselect (100baseTX ) status: active - Eric F Crist Secure Computing Networks - End forwarded message - ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FCP-0101: Deprecating most 10/100 Ethernet drivers
On Thu, Oct 04, 2018 at 08:44:11AM +, Alexey Dokuchaev wrote: > OK I guess I can understand removing 10 (I personally haven't seen > one in a very long time) but 100 are omnipresent and most of my NICs > are in fact 100. Sigh. If you really plan to still be using i386 and 10/100 ether in 2024, perhaps you should consider NetBSD. You can buy used core i5 laptops for around $20 if you shop around. mcl ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: FCP-0101: Deprecating most 10/100 Ethernet drivers
On Wed, Oct 24, 2018 at 05:19:33AM -0700, Rodney W. Grimes wrote: > And I have read case law that boiled down to the presents vs absence > of a comma If we are now going to evaluate all proposed changes to FreeBSD on the same rigid principles as the US legal system, I'm done. mcl ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Re: kern/92552: A serious bug in most network drivers from 5.X to 6.X (regression)
Synopsis: A serious bug in most network drivers from 5.X to 6.X (regression) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Wed Feb 1 19:05:14 UTC 2006 Responsible-Changed-Why: Over to freebsd-net for evaluation. http://www.freebsd.org/cgi/query-pr.cgi?pr=92552 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/92690: [net] slowstart_flightsize ignored in 6-STABLE
Old Synopsis: slowstart_flightsize ignored in 6-STABLE New Synopsis: [net] slowstart_flightsize ignored in 6-STABLE Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Wed Feb 1 19:21:15 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=92690 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/100172: [arp] Transfer of large file fails with host is down message
Synopsis: [arp] Transfer of large file fails with host is down message Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jul 12 22:53:21 UTC 2006 Responsible-Changed-Why: Perhaps the networking folks can take a look at this, especially because it seems to be repeatable. http://www.freebsd.org/cgi/query-pr.cgi?pr=100172 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/102653: TCP stack sends infinite retries for connection in LAST_ACK state
Synopsis: TCP stack sends infinite retries for connection in LAST_ACK state Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Aug 29 22:39:55 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=102653 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/106722: [net] [patch] ifconfig may not connect an interface to known network
Synopsis: [net] [patch] ifconfig may not connect an interface to known network Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Dec 14 18:56:16 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=106722 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/106999: [netgraph] [patch] ng_ksocket fails to clear multicast flag on mbuf before passing to stack
Synopsis: [netgraph] [patch] ng_ksocket fails to clear multicast flag on mbuf before passing to stack Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sat Dec 23 16:14:38 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=106999 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/107358: [ipv6] IPv6 6to4 broken in FreeBSD 6.1-RELEASE-p11 (regression)
Old Synopsis: IPv6 6to4 broken in FreeBSD 6.1-RELEASE-p11 New Synopsis: [ipv6] IPv6 6to4 broken in FreeBSD 6.1-RELEASE-p11 (regression) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jan 1 13:28:53 UTC 2007 Responsible-Changed-Why: Perhaps someone on -net has an idea. http://www.freebsd.org/cgi/query-pr.cgi?pr=107358 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/110720: [net] [patch] support for interface descriptions
Synopsis: [net] [patch] support for interface descriptions Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri Mar 23 18:44:02 UTC 2007 Responsible-Changed-Why: Over to mailing list for evaluation. http://www.freebsd.org/cgi/query-pr.cgi?pr=110720 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
[no subject]
> On the other hand, there's no compelling reason to dike it out, > if it can be made to work. work == "not just compiled, but QAed against known-working implementations and correctly documented". Have fun. Looking forward to the patches and logs. mcl To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message
Re: Removal of netns - politically correct version
On Tue, 4 Mar 2003, Terry Lambert wrote: > Tell you what, I'll fix these and post a patch. Will that make you > guys happy? Yes, as will anything else that cuts down on the metadiscussions and increases the quality of the codebase. mcl To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message