[Bug 213232] [tcp] [panic] tcp_output() Panic String: tcp_output: len > IP_MAXPACKET (at r306658)

2016-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213232 --- Comment #3 from Hiren Panchasara --- (In reply to Andrey V. Elsukov from comment #2) All optimized out but because it happens (or at least happened) twice, I can put some instrumentation to catch those values. I'll update when I have

[Bug 213232] [tcp] [panic] tcp_output() Panic String: tcp_output: len > IP_MAXPACKET (at r306658)

2016-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213232 Andrey V. Elsukov changed: What|Removed |Added CC||a...@freebsd.org --- Comment #

[Bug 213257] Crash in IGB driver

2016-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213257 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org K

[Bug 213232] [tcp] [panic] tcp_output() Panic String: tcp_output: len > IP_MAXPACKET (at r306658)

2016-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213232 --- Comment #1 from Hiren Panchasara --- Just hit this again on the same box. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net@freebsd.org mailing list h

[Bug 213237] ndis does not create network interface

2016-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213237 Mark Linimon changed: What|Removed |Added Summary|ndis does not create|ndis does not create

[Bug 213237] ndis does not create network insterface

2016-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213237 Mark Linimon changed: What|Removed |Added CC|freebsd-i...@freebsd.org| Assignee|freebsd-b...@fr

[Bug 209682] [panic] [netinet] arptimer race

2016-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209682 --- Comment #2 from Hans Petter Selasky --- Reproducable with recent 11-STABLE doing ifconfig up/down in sequence. --HPS 270 LLE_REMREF(lle); 271 lltable_unlink_entry(lle->lle_tbl, lle); 272

Re: IPsec implementation key_spdacquire

2016-10-06 Thread Andrey V. Elsukov
On 06.10.2016 14:01, Rafa Marin Lopez wrote: > In the file key.c in netipsec there is a function: > > key_spdacquire(struct secpolicy *sp) > > which is implemented but in the table: > > > static int (*key_typesw[])(struct socket *, struct mbuf *, const > struct sadb_msghdr *) = { ... > > NULL,

IPsec implementation key_spdacquire

2016-10-06 Thread Rafa Marin Lopez
Dear all: I am a newbie in this mailing list and I am not sure whether this is the right place to ask (let me know otherwise) In the file key.c in netipsec there is a function: key_spdacquire(struct secpolicy *sp) which is implemented but in the table: static int (*key_typesw[])(struct socke