2017-01-17 |
Sepherosa Ziehau | tools/kq_recvserv: Add option to set receiving thread...
|
commit | commitdiff | tree |
2017-01-17 |
Sepherosa Ziehau | tools/kq_recvserv: Add option to enable SO_REUSEPORT
|
commit | commitdiff | tree |
2017-01-17 |
Sepherosa Ziehau | tools/kq_sendcli: Add option to set sending thread...
|
commit | commitdiff | tree |
2017-01-17 |
Sepherosa Ziehau | tools/kq_recvserv: Add option to set read size
|
commit | commitdiff | tree |
2017-01-17 |
Sepherosa Ziehau | tool/kq_sendcli: Add option to set write size.
|
commit | commitdiff | tree |
2017-01-17 |
Sepherosa Ziehau | tools/kq_sendcli: Add sendfile support.
|
commit | commitdiff | tree |
2017-01-16 |
Sepherosa Ziehau | lwp: Move all lwp syscalls to sys/lwp.h
|
commit | commitdiff | tree |
2017-01-16 |
Sepherosa Ziehau | param: Bump version according to the comment.
|
commit | commitdiff | tree |
2017-01-15 |
Sepherosa Ziehau | pthread: Implement pthread_attr_{get,set}affinity_np
|
commit | commitdiff | tree |
2017-01-15 |
Sepherosa Ziehau | x86_64: Fix machdep.smp_active sysctl type.
|
commit | commitdiff | tree |
2017-01-15 |
Sepherosa Ziehau | lwp: Add lwp_create2 syscll, which takes cpumask for...
|
commit | commitdiff | tree |
2017-01-14 |
Sepherosa Ziehau | man: Add cross references
|
commit | commitdiff | tree |
2017-01-14 |
Sepherosa Ziehau | pthread: Implement pthread_{set,get}affinity_np
|
commit | commitdiff | tree |
2017-01-14 |
Sepherosa Ziehau | libc: Take cpusetsize into consideration for sched_getaffinity()
|
commit | commitdiff | tree |
2017-01-14 |
Sepherosa Ziehau | libc: Add const to the cpu_set_t for sched_setaffinity.
|
commit | commitdiff | tree |
2017-01-14 |
Sepherosa Ziehau | libc: Add sched_{set,get}affinity().
|
commit | commitdiff | tree |
2017-01-11 |
Sepherosa Ziehau | usched: Fix the returned CPU affinity make by smp_active_mask.
|
commit | commitdiff | tree |
2017-01-11 |
Sepherosa Ziehau | lwp: Add two syscalls to set/get lwp's CPU affinity...
|
commit | commitdiff | tree |
2017-01-11 |
Sepherosa Ziehau | usched: Implement LWP lazy migration support.
|
commit | commitdiff | tree |
2017-01-09 |
Sepherosa Ziehau | usched: Add USCHED_SET_CPUMASK.
|
commit | commitdiff | tree |
2017-01-09 |
Sepherosa Ziehau | test/passdesc: Allow specifying the payload length.
|
commit | commitdiff | tree |
2017-01-07 |
Sepherosa Ziehau | ifq: Factor out if_classq from altq_classq and use...
|
commit | commitdiff | tree |
2017-01-06 |
Sepherosa Ziehau | ifq: Switch to drop-head for default enqueue method.
|
commit | commitdiff | tree |
2017-01-06 |
Sepherosa Ziehau | if: Defer the if_up until the ifnet.if_ioctl is called.
|
commit | commitdiff | tree |
2017-01-06 |
Sepherosa Ziehau | if: Remove unnecessary critical sections.
|
commit | commitdiff | tree |
2017-01-06 |
Sepherosa Ziehau | alc: Add Killer E2500 support.
|
commit | commitdiff | tree |
2017-01-06 |
Sepherosa Ziehau | hyperv/vmbus: Fix interrupt timer detection logic.
|
commit | commitdiff | tree |
2017-01-06 |
Sepherosa Ziehau | hyperv: Reorder the Hyper-V TSC initialization a bit.
|
commit | commitdiff | tree |
2017-01-05 |
Sepherosa Ziehau | alc: Sync w/ FreeBSD
|
commit | commitdiff | tree |
2017-01-05 |
Sepherosa Ziehau | pci: Add a quirk for chips w/ broken MSI support.
|
commit | commitdiff | tree |
2016-12-28 |
Sepherosa Ziehau | tcp: Fix connect to INADDR_ANY.
|
commit | commitdiff | tree |
2016-12-25 |
Sepherosa Ziehau | syncache: Simplify port calculation by reusing ACK...
|
commit | commitdiff | tree |
2016-12-25 |
Sepherosa Ziehau | loopback: Allow turning off RSS.
|
commit | commitdiff | tree |
2016-12-25 |
Sepherosa Ziehau | tcp: Save faddr/fport before lport selection.
|
commit | commitdiff | tree |
2016-12-25 |
Sepherosa Ziehau | tcp: Nuke the sysctl to disable local port extension.
|
commit | commitdiff | tree |
2016-12-21 |
Sepherosa Ziehau | ip: Set mbuf hash for output IP packets.
|
commit | commitdiff | tree |
2016-12-20 |
Sepherosa Ziehau | hyperv: Add API to read raw value of Hyper-V timer.
|
commit | commitdiff | tree |
2016-12-20 |
Sepherosa Ziehau | hyperv: Move commonly shared header files to the module...
|
commit | commitdiff | tree |
2016-12-20 |
Sepherosa Ziehau | hyperv: Implement Hyper-V reference TSC cputimer.
|
commit | commitdiff | tree |
2016-12-20 |
Sepherosa Ziehau | cputimer: Add more IDs for VMM cputimers.
|
commit | commitdiff | tree |
2016-12-19 |
Sepherosa Ziehau | ip: Add parenthesis properly.
|
commit | commitdiff | tree |
2016-12-19 |
Sepherosa Ziehau | ip: Move multicast addresses detection into common...
|
commit | commitdiff | tree |
2016-12-17 |
Sepherosa Ziehau | mbuf: Factor function to set mbuf hash.
|
commit | commitdiff | tree |
2016-11-23 |
Sepherosa Ziehau | re: Leverage Realtek driver's chip/PHY initialization...
|
commit | commitdiff | tree |
2016-11-22 |
Sepherosa Ziehau | udp: Don't propagate connect error, as long as the...
|
commit | commitdiff | tree |
2016-11-22 |
Sepherosa Ziehau | test/udp: Add echo test for connected->disconnected...
|
commit | commitdiff | tree |
2016-10-31 |
Sepherosa Ziehau | acpi/cst: Keep parsing rest of the GAS, even if the...
|
commit | commitdiff | tree |
2016-10-27 |
Sepherosa Ziehau | carp: Add net.inet.carp.setroute to disable routes...
|
commit | commitdiff | tree |
2016-10-18 |
Sepherosa Ziehau | route: addroute may change rt->rt_ifa; keep the local...
|
commit | commitdiff | tree |
2016-10-18 |
Sepherosa Ziehau | x86_64: Work around AMD erratum 793 for family 16h...
|
commit | commitdiff | tree |
2016-09-08 |
Sepherosa Ziehau | corepower: Fix identify method for multi-cpu-package...
|
commit | commitdiff | tree |
2016-09-08 |
Sepherosa Ziehau | uipc: Make sure that listen is completed.
|
commit | commitdiff | tree |
2016-08-24 |
Sepherosa Ziehau | acpi: Save I/O ports for I/O ports range, as long as...
|
commit | commitdiff | tree |
2016-07-29 |
Sepherosa Ziehau | hyperv/vmbus: Passthrough interrupt resource allocation...
|
commit | commitdiff | tree |
2016-07-06 |
Sepherosa Ziehau | virtio: Fix MSI support; thus unbreak booting on bhyve
|
commit | commitdiff | tree |
2016-07-05 |
Sepherosa Ziehau | cat: Align output from cat(1) between when invoked...
|
commit | commitdiff | tree |
2016-06-27 |
Sepherosa Ziehau | ifnet: Add oqdrops statistics
|
commit | commitdiff | tree |
2016-06-24 |
Sepherosa Ziehau | nvme: Use high frequency interrupt for CQ processing
|
commit | commitdiff | tree |
2016-06-24 |
Sepherosa Ziehau | intr: Allow drivers to register high frequency interrupt.
|
commit | commitdiff | tree |
2016-06-22 |
Sepherosa Ziehau | intr: Force unshareble interrupt setting
|
commit | commitdiff | tree |
2016-06-20 |
Sepherosa Ziehau | intr: Avoid implicit padding
|
commit | commitdiff | tree |
2016-06-16 |
Sepherosa Ziehau | hyperv/vmbus: Factor out vmbus_msg_reset()
|
commit | commitdiff | tree |
2016-06-16 |
Sepherosa Ziehau | hyperv/vmbus: Make sure that interrupt cputimer can...
|
commit | commitdiff | tree |
2016-06-16 |
Sepherosa Ziehau | acpica: Interrupt resource lookup failure is fine....
|
commit | commitdiff | tree |
2016-06-16 |
Sepherosa Ziehau | mptable: Reduce log verbosity
|
commit | commitdiff | tree |
2016-06-16 |
Sepherosa Ziehau | hyperv/vmbus: Complete vmbus initialization; interrupt...
|
commit | commitdiff | tree |
2016-06-16 |
Sepherosa Ziehau | cputimer: Add per-cpu handler and private data for...
|
commit | commitdiff | tree |
2016-06-13 |
Sepherosa Ziehau | hyperv: Initial import. It only contains non-intr...
|
commit | commitdiff | tree |
2016-06-13 |
Sepherosa Ziehau | x86_64/timer: Xtimer is generic enough for per-cpu...
|
commit | commitdiff | tree |
2016-06-13 |
Sepherosa Ziehau | tsc: Log the final TSC frequency
|
commit | commitdiff | tree |
2016-06-13 |
Sepherosa Ziehau | kern: Update virtual machine detection a bit
|
commit | commitdiff | tree |
2016-06-07 |
Sepherosa Ziehau | de: Install if_init.
|
commit | commitdiff | tree |
2016-06-02 |
Sepherosa Ziehau | kern: Remove debug print
|
commit | commitdiff | tree |
2016-06-02 |
Sepherosa Ziehau | kern: Use objcache for file
|
commit | commitdiff | tree |
2016-05-30 |
Sepherosa Ziehau | tcp: Don't prematurely drop receiving-only connections.
|
commit | commitdiff | tree |
2016-05-26 |
Sepherosa Ziehau | tcp: Make setsockopt(2) TCP_{NODELAY,NOPUSH,NOOPT,FASTKEEP...
|
commit | commitdiff | tree |
2016-05-03 |
Sepherosa Ziehau | Revert "kqueue: Avoid reprocessing processed knotes...
|
commit | commitdiff | tree |
2016-05-03 |
Sepherosa Ziehau | Revert "kqueue: Return value of knote_release is no...
|
commit | commitdiff | tree |
2016-04-28 |
Sepherosa Ziehau | tcp: Count connections by TCP state
|
commit | commitdiff | tree |
2016-04-27 |
Sepherosa Ziehau | tcp: No need to return tcpcb from tcp_newtcpcb()
|
commit | commitdiff | tree |
2016-04-27 |
Sepherosa Ziehau | tcp: Remove redundant tcpcb state setting
|
commit | commitdiff | tree |
2016-04-27 |
Sepherosa Ziehau | dhclient: Log a warning instead of bailing upon "illegal...
|
commit | commitdiff | tree |
2016-04-26 |
Sepherosa Ziehau | igb: Fix MSI-X allocation when # of rings is less than...
|
commit | commitdiff | tree |
2016-04-14 |
Sepherosa Ziehau | kqueue: Use critical section for knote cache
|
commit | commitdiff | tree |
2016-04-05 |
Sepherosa Ziehau | kqueue: Use lwkt_{get,rel}pooltoken
|
commit | commitdiff | tree |
2016-03-30 |
Sepherosa Ziehau | tools/kq_sendrecv: Implement kqueue(2) based TCP traffic...
|
commit | commitdiff | tree |
2016-03-29 |
Sepherosa Ziehau | socket/kqueue: Fix space calculation for PREALLOC sending...
|
commit | commitdiff | tree |
2016-03-29 |
Sepherosa Ziehau | tcp: We never use preallocation on receiving buffer
|
commit | commitdiff | tree |
2016-03-17 |
Sepherosa Ziehau | tcp: Implement per-cpu lport cache for listen sockets.
|
commit | commitdiff | tree |
2016-03-09 |
Sepherosa Ziehau | bnx: Don't use thread template
|
commit | commitdiff | tree |
2016-03-07 |
Sepherosa Ziehau | kqueue: Clear sleep counter before wakeup
|
commit | commitdiff | tree |
2016-03-07 |
Sepherosa Ziehau | kqueue: Make sure that kqueue sleep counter will not...
|
commit | commitdiff | tree |
2016-03-04 |
Sepherosa Ziehau | kqueue: Add simple per-cpu cache for the knote
|
commit | commitdiff | tree |
2016-03-04 |
Sepherosa Ziehau | kqueue: Only allow one thread to register event to...
|
commit | commitdiff | tree |
2016-03-02 |
Sepherosa Ziehau | kqueue: Use wakeup_one based on # of threads sleep...
|
commit | commitdiff | tree |
2016-02-25 |
Sepherosa Ziehau | kqueue: Avoid code duplication for knote searching...
|
commit | commitdiff | tree |
2016-02-25 |
Sepherosa Ziehau | kqueue: Use lwkt_{get,rel}pooltoken in kqueue_register
|
commit | commitdiff | tree |
2016-02-25 |
Sepherosa Ziehau | kqueue: Move fp holding out of kqueue token
|
commit | commitdiff | tree |
2016-02-23 |
Sepherosa Ziehau | kqueue: Nuke unused code
|
commit | commitdiff | tree |
2016-02-23 |
Sepherosa Ziehau | kqueue: Return value of knote_release is no longer...
|
commit | commitdiff | tree |