summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-11-03Remove obsolete vxlan_lookup return value handlingMike Belopuhov
2016-11-03Support for key removal and value update operationsMike Belopuhov
2016-11-03Fix debug message to print the presence of more flag correctly.Rafael Zalamena
2016-11-03Add locks to key-value pair poolsMike Belopuhov
2016-11-03Identify as an OSPlatformID 131 with a kernel version of 6Mike Belopuhov
2016-11-03Implement a Key-Value Pair exchange interfaceMike Belopuhov
2016-11-03Let Integrated Components allocate the receive buffer themselvesMike Belopuhov
2016-11-03Always call if_put() during the interface iteration on port status multipartRafael Zalamena
2016-11-03The networking code no longer runs off software interrupts.Martin Pieuchot
2016-11-02Add Windows 10 VMBus protocol versionMike Belopuhov
2016-11-02Inline the macro that is used only onceMike Belopuhov
2016-11-02when CONSPEED moved from libsa.h to Makefile it lost a leading '1',Jasper Lievisse Adriaanse
2016-11-02Fixup a wait channel used during VMBus channel discoveryMike Belopuhov
2016-11-02poison the TAILQ_ENTRY in items in the per cpu pool cache.David Gwynne
2016-11-02add poisoning of items on the per cpu caches.David Gwynne
2016-11-02use a TAILQ to maintain the list of item lists used by the percpu code.David Gwynne
2016-11-02Make possible to change the link layer address of a cnmac(4) interface.Visa Hankala
2016-11-02add per cpu caches for free pool items.David Gwynne
2016-11-01Reset the ucode interrupt flag in the softc before loading iwm(4) 8k firmware.Stefan Sperling
2016-11-01Use x2APIC if it is enabled by BIOS. It is expected that this doesn'tYASUOKA Masahiko
2016-10-31Improve ofp_error message accurateness: use parameterized error typeRafael Zalamena
2016-10-31Change validation functions prototypes: use the parameter variable toRafael Zalamena
2016-10-31turns out these chips can handle buffers up to 9400 bytes in length.David Gwynne
2016-10-31revert 1.97 where i moved myx to using the system poolsDavid Gwynne
2016-10-30add __BEGIN_DECLS/__END_DECLS to the public userland side of net/bpf.h,Peter Hessler
2016-10-29If the system has fdt, use it for locating network PHYs.Visa Hankala
2016-10-29Make PHY address lookups fail instead of using CAM-0100 entriesVisa Hankala
2016-10-29sync with -r1.95 of amd64/vmm.c:Reyk Floeter
2016-10-29Further improve vmm's security model by restricting pledged vmmReyk Floeter
2016-10-28The function swofp_flow_entry_put_instructions() doesn't need to receiveRafael Zalamena
2016-10-28Change swofp_flow_table_add() malloc() behaviour to be non-blocking likeRafael Zalamena
2016-10-28Simplify the OFP_FLOW_MOD_MSG_INSTRUCTION_OFFSET() by using another macroRafael Zalamena
2016-10-28Rename pad fields to have struct prefixes, remove useless whitespaces andRafael Zalamena
2016-10-28Improve protocol version negotiation for Integrated ComponentsMike Belopuhov
2016-10-28get rid of the custom pool in myx for jumbo frames.David Gwynne
2016-10-28In iwn(4), stop forcing RTS for every frame in 11n mode.Stefan Sperling
2016-10-28Remove unused function, the code is already inlined in action_outputRafael Zalamena
2016-10-28When doing pktout we must run the classifier again, because some action(s)Rafael Zalamena
2016-10-28- once rule should not attempt to remove its parent rule.Alexandr Nedvedicky
2016-10-27Pass a struct pf_pdesc to pf_route() like it is done in the otherAlexander Bluhm
2016-10-27We don't generate an eddep script for kernel builds nowadays. The lastMartin Natano
2016-10-27vmm is also available on i386 now, so don't restrict it to amd64.Reyk Floeter
2016-10-27Improve channel ring locking strategyMike Belopuhov
2016-10-27Revert previous `ncpus' change because the percpu code now worksVisa Hankala
2016-10-27For consistency, allow symlinkat(2) in the same way as symlink(2);Ingo Schwarze
2016-10-27Avoid a use after free in swofp_flow_timeout(). TheJonathan Gray
2016-10-27revert 1.41 now that subr_percpu is using ncpusfound instead of ncpus.David Gwynne
2016-10-27use ncpusfound to size the percpu allocations.David Gwynne
2016-10-27increment ncpus when a cpu is attached, not when its booted.David Gwynne
2016-10-27Uniformize debug printfs, by using consistently __func__ everywhere.Alexandre Ratchov