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