Age | Commit message (Expand) | Author |
2017-01-20 | fix typo | Peter Hessler |
2017-01-20 | don't increase the error counter in the not-down case, in general | Peter Hessler |
2017-01-20 | only increase the error counter if we are in a not-down state | Peter Hessler |
2017-01-20 | correctly set our rx timer to be the required minimum, not the bare | Peter Hessler |
2017-01-20 | use per-cpu counters for rtstat. | David Gwynne |
2017-01-20 | Exterminate comcnspeed and comcnmode which were uninitialized and | Patrick Wildt |
2017-01-20 | Stop using pfsockaddr_union outside of pf so that we can remove its usage | Claudio Jeker |
2017-01-20 | Kill recursive splsofnet()/splx() dances. | Martin Pieuchot |
2017-01-20 | pfsync_update_net_tdb() is only called at IPL_SOFTNET, no need for a | Martin Pieuchot |
2017-01-20 | keep output packet counters on the ifq structure. | David Gwynne |
2017-01-20 | Fix (currently unused) GUID definitions to match the EFI_GUID struct. | Jonathan Gray |
2017-01-20 | sdmmc sd(4) devices should be marked SID_REMOVABLE, so that eject(1) can | Theo de Raadt |
2017-01-20 | No need to handle SIOCAIFADDR in drivers, it's never passed down to | Martin Pieuchot |
2017-01-19 | forgot this in previous commit (SVM_MSR* macro definitions) | Mike Larkin |
2017-01-19 | add hooks so we can query the current state of a BFD session | Peter Hessler |
2017-01-19 | SVM: register reset and intercept setup code | Mike Larkin |
2017-01-19 | SVM: VMCB intercept definitions | Mike Larkin |
2017-01-19 | Do not return an error code for SIOCSIFFLAGS. | Martin Pieuchot |
2017-01-19 | Extend struct platform with MP control functions, and add bootstrap code | Visa Hankala |
2017-01-19 | Add mplock.h for loongson. | Visa Hankala |
2017-01-19 | RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates | Alexander Bluhm |
2017-01-19 | No need for conditionals around free(9) | Mike Belopuhov |
2017-01-19 | Zero a return value variable at the start of hifn_process() to avoid | Jonathan Gray |
2017-01-19 | when parsing a BFD packet, avoid an uninitialized variable if the | Peter Hessler |
2017-01-19 | Export the host time to the guest, add it as a timedelta sensor in vmmci(4) | Reyk Floeter |
2017-01-19 | make error handling a function, and use it in a few places | Peter Hessler |
2017-01-19 | rtisvalid() checks for RTF_UP, so instead check for RTF_BFD | Peter Hessler |
2017-01-19 | when deconfiguring a BFD session, clear both the RTF_BFD flag on the | Peter Hessler |
2017-01-19 | rename a couple of macros that are causing me a merge headache with the | Mike Larkin |
2017-01-19 | remove the BFD flag on a route *before* we actually delete the route | Peter Hessler |
2017-01-19 | There are currently two pmap flags on arm64 that are supposed to be | Patrick Wildt |
2017-01-19 | use a space instead of a tab, for consistancy | Peter Hessler |
2017-01-19 | SVM: matching vcpu deinit functions for previous commits | Mike Larkin |
2017-01-19 | SVM: vcpu_init_svm - allocate memory for control structures (vmcb, | Mike Larkin |
2017-01-19 | SVM: vcpu_init_svm - allocate memory for control structures (vmcb, | Mike Larkin |
2017-01-19 | Enable TKIP as pairwise cipher when ifconfig's wpaprotos option enables WPA1. | Stefan Sperling |
2017-01-19 | reduce differences to amd64 | Mike Larkin |
2017-01-19 | delete some empty lines found when diffing amd64 vs i386 | Mike Larkin |
2017-01-18 | Don't forget to free bounce buffer data when destroying the ring | Mike Belopuhov |
2017-01-18 | Use LIST_FOREACH to traverse icmp6_mtudisc_callbacks. Fix whitespaces. | Alexander Bluhm |
2017-01-18 | Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks! | Mike Belopuhov |
2017-01-18 | Allow changing of sender ip/port without switching address family. | Florian Obser |
2017-01-18 | Allow changing of receiver ip/port without switching address family. | Florian Obser |
2017-01-18 | i386 version of a fix that went in for amd64 previously | Mike Larkin |
2017-01-17 | Enable switch(4). | Rafael Zalamena |
2017-01-17 | Add missing malloc(9) return value check in athn_node_alloc(). | Stefan Sperling |
2017-01-17 | Remove uaddr_hint allocator | Stefan Kempf |
2017-01-17 | Make switch(4) compile with debug again. | Rafael Zalamena |
2017-01-17 | Initialize swas_actions for set-field with the expected pointer to the | Rafael Zalamena |
2017-01-17 | Fix a panic when set-field with VLAN is set, but no VLANs were | Rafael Zalamena |