Low Hanging Kernel Fruit on Networking Wiki

2015-10-31 Thread Ian Kronquist
Hello, I'd like to get my feet wet contributing to the FreeBSD Kernel's networking stack. The wiki has a section titled Low Hanging Kernel Fruit. I found something in there which isn't ticketed but looks like something I might be able to write. * Reject non-broadcast destinations passed to IP_ONESB

[Bug 203630] [Hyper-V] [nat] [tcp] 10.2 NAT bug in TCP stack or hyperv netsvc driver

2015-10-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203630 Andrew Turner changed: What|Removed |Added Hardware|arm64 |amd64 -- You are receiving this m

[Bug 196361] Constrain IPv6 routes to each FIB (Consistent with IPv4 route behaviour)

2015-10-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196361 --- Comment #8 from jhujh...@adjectivism.org --- (In reply to Alexander V. Chernikov from comment #7) I chose 10.2 since it's of immediate utility for me (this prevents me from deploying IPv6 at home, and I don't run HEAD on these machines).

Re: panic in arptimer in r289937

2015-10-31 Thread Alexander V . Chernikov
31.10.2015, 16:46, "Adrian Chadd" : > On 31 October 2015 at 09:34, Alexander V. Chernikov > wrote: >>  31.10.2015, 05:32, "Adrian Chadd" : >>>  Hiya, >>> >>>  Here's a panic from arptimer: >>  Hi Adrian, >> >>  As far as I see, line 205 in if_ether.c is IF_AFDATA_LOCK(ifp) which >> happens afte

Re: panic in arptimer in r289937

2015-10-31 Thread Adrian Chadd
On 31 October 2015 at 09:34, Alexander V. Chernikov wrote: > > > 31.10.2015, 05:32, "Adrian Chadd" : >> Hiya, >> >> Here's a panic from arptimer: > Hi Adrian, > > As far as I see, line 205 in if_ether.c is IF_AFDATA_LOCK(ifp) which happens > after LLE_WUNLOCK(). > So, it looks like (pre-cached) i

Re: panic in arptimer in r289937

2015-10-31 Thread Alexander V . Chernikov
31.10.2015, 05:32, "Adrian Chadd" : > Hiya, > > Here's a panic from arptimer: Hi Adrian, As far as I see, line 205 in if_ether.c is IF_AFDATA_LOCK(ifp) which happens after LLE_WUNLOCK(). So, it looks like (pre-cached) ifp had been freed before locking ifdata. Do you have any more details on tha

[Bug 196361] Constrain IPv6 routes to each FIB (Consistent with IPv4 route behaviour)

2015-10-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196361 --- Comment #7 from Alexander V. Chernikov --- (In reply to jhujhiti from comment #6) FreeBSD development model assumes all new features goes to HEAD first and, after some period of testing, are merged to stable branches if possible. So, it