Re: Can tcp_close() be called in INP_TIMEWAIT case

2015-09-25 Thread hiren panchasara
On 09/25/15 at 09:42P, John Baldwin wrote: > On Thursday, September 24, 2015 02:13:24 PM Julien Charbon wrote: > > So the issue is: > > > > - tcp_close() is called for some reasons with an inp in INP_TIMEWAIT > > state and sets the INP_DROPPED flag, > > - tcp_detach() is called when the last re

[Bug 172895] [ixgb] [ixgbe] do not properly determine link-state

2015-09-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172895 --- Comment #7 from Alan Somers --- (In reply to Alan Somers from comment #5) Actually, that's not 100% true. It turns out that my interface _will_ report carrier status when up but with no IP. It just takes a few seconds. -- You are r

[Bug 147912] [boot] FreeBSD 8 Beta won't boot on Thinkpad i1300 1171-5XU

2015-09-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147912 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #2 from

Re: Can tcp_close() be called in INP_TIMEWAIT case

2015-09-25 Thread John Baldwin
On Thursday, September 24, 2015 02:13:24 PM Julien Charbon wrote: > So the issue is: > > - tcp_close() is called for some reasons with an inp in INP_TIMEWAIT > state and sets the INP_DROPPED flag, > - tcp_detach() is called when the last reference on socket is dropped > > then now in_pcbfree(

Re: Kernel panics in tcp_twclose

2015-09-25 Thread Palle Girgensohn
> 25 sep 2015 kl. 16:14 skrev Palle Girgensohn : > >> >> 24 sep 2015 kl. 11:39 skrev Palle Girgensohn : >> >> >>> 24 sep 2015 kl. 09:57 skrev Julien Charbon : >>> >>> >>> Hi -net, >>> >>> On 24/09/15 09:03, Julien Charbon wrote: On 24/09/15 08:55, Palle Girgensohn wrote: >> 24 sep

Re: Kernel panics in tcp_twclose

2015-09-25 Thread Palle Girgensohn
> 24 sep 2015 kl. 11:39 skrev Palle Girgensohn : > > >> 24 sep 2015 kl. 09:57 skrev Julien Charbon : >> >> >> Hi -net, >> >> On 24/09/15 09:03, Julien Charbon wrote: >>> On 24/09/15 08:55, Palle Girgensohn wrote: > 24 sep 2015 kl. 07:51 skrev Palle Girgensohn > : >> 24 sep 2015 kl

Clearance of checksum flags when decapsulating ESP packets

2015-09-25 Thread Dr. Rolf Jansen
Please, may I ask about the rationale behind the lines 1557 to 1562 in function udp4_espdecap() of file src/sys/netinet/udp_usrreq.c on FreeBSD 10.2-RELEASE-p3. … /* * We cannot yet update the cksums so clear any * h/w cksum flags as they are no longer valid. *