]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
libpmc: make libpmc_pmu_utils.c more amenable to porting
[FreeBSD/FreeBSD.git] / sys /
2021-07-29 Mitchell Hornehwpmc: fix PMC_CPU_LAST
2021-07-29 Andrew Turnerarm64: Fix finding the pmc event ID
2021-07-29 Mark Johnstoneli: Zero pad bytes that arise when certain auth algori...
2021-07-29 Mark JohnstonAssert that valid PTEs are not overwritten when install...
2021-07-29 Mark Johnstonpf: Constify tag name and queue name helper functions
2021-07-29 Yang Zhongmmc: Drain the intrhook in mmc_detach()
2021-07-29 Mark Johnstonnfsclient: Avoid copying uninitialized bytes into statfs
2021-07-28 Mark Johnstonarm64: Print CPU features slightly earlier
2021-07-27 Alan Somersfusefs: correctly set lock owner during FUSE_SETLK
2021-07-27 Kristof Provostpf: clean up syncookie callout on vnet shutdown
2021-07-27 Kristof Provostpf: remove stray debug line
2021-07-27 Kristof Provostpf: fix LINT build
2021-07-27 Kristof Provostpf: syncookie ioctl interface
2021-07-27 Kristof Provostpf: syncookie support
2021-07-27 Kristof Provostpf: factor out pf_synproxy()
2021-07-27 Mark Johnstongmirror: Zero the metadata block before writing
2021-07-27 Mark Johnstonblist: Correct the node count computed in blist_create()
2021-07-27 Mark Johnstongraid3: Zero the metadata block before writing
2021-07-27 Mark Johnstonfifo: Explicitly initialize generation numbers when...
2021-07-27 Mark Johnstonuart: Fix an out-of-bounds read in ns8250_bus_probe()
2021-07-26 Navdeep Parharcxgbe(4): Remove some dead code.
2021-07-26 Hans Petter SelaskyFix mismerge in OFED update
2021-07-26 Hans Petter Selaskyipoib: Fix for accessing uninitialized pointers and...
2021-07-26 Hans Petter Selaskymlx5: Numa domain improvements.
2021-07-26 Hans Petter Selaskymlx5: Fix for uninitialized "uid" field.
2021-07-26 Hans Petter Selaskymlx4: Map core_clock page to user space only when allowed
2021-07-26 Hans Petter Selaskymlx5en: Allow binding channels to CPUs when RSS is...
2021-07-26 Hans Petter Selaskyibcore: Add some functions and definitions for selectin...
2021-07-26 Hans Petter Selaskymlx5en: Allocate per-channel doorbells.
2021-07-26 Hans Petter Selaskymlx5en: Wait for all TLS connections to terminate when...
2021-07-26 Hans Petter Selaskymlx4ib and mlx5ib: Set slid to zero in Ethernet complet...
2021-07-26 Hans Petter Selaskymlx5en: Configure relaxed PCI read and write ordering...
2021-07-26 Hans Petter Selaskymlx5en: Check for pci_channel_offline() when draining...
2021-07-26 Hans Petter Selaskymlx5ib: Implement support for enabling and disabling...
2021-07-26 Hans Petter Selaskymlx5ib: Extend parameter macros so that more arguments...
2021-07-26 Hans Petter Selaskymlx5core: Don't query the PCI config space for offline...
2021-07-26 Hans Petter SelaskyFix LINT kernel build issues after c3987b8ea793c11f61fe...
2021-07-26 Hans Petter Selaskyibcore: Declare ib_post_send() and ib_post_recv() argum...
2021-07-26 Hans Petter Selaskymlx5: Set default timestamp format for mlx5en(4) and...
2021-07-26 Hans Petter Selaskymlx5: Add new timestamp mode bits.
2021-07-26 Hans Petter Selaskyibcore: Implement ib_uverbs_get_ucontext_file().
2021-07-26 Hans Petter Selaskyibcore: Clean up INIT_UDATA() and INIT_UDATA_BUF_OR_NUL...
2021-07-26 Hans Petter Selaskyibcore: Simplify ib_modify_qp_is_ok().
2021-07-26 Hans Petter Selaskyibcore: Support rate limit for packet pacing
2021-07-26 Hans Petter Selaskyibcore: Add new IB rates.
2021-07-26 Hans Petter Selaskyibcore: Don't allocate method table, if already present.
2021-07-26 Hans Petter Selaskyibcore: Fix a use-after-free in ucma_resolve_ip().
2021-07-26 Hans Petter Selaskyibcore: Define option to set ack timeout.
2021-07-26 Hans Petter Selaskyibcore: Do not overreact to SM LID change event.
2021-07-26 Hans Petter Selaskyibcore: Remove debug prints after allocation failure.
2021-07-26 Hans Petter Selaskyibcore: Fix use-after-free in IB mad completion handling.
2021-07-26 Hans Petter Selaskyibcore: Fail early if unsupported QP is provided.
2021-07-26 Hans Petter Selaskyibcore: Use inline function to validate port
2021-07-26 Hans Petter Selaskyibcore: Validate port number in query_pkey verb.
2021-07-26 Hans Petter Selaskyibcore: Protect against concurrent access to hardware...
2021-07-26 Hans Petter Selaskymlx5core: Make sure error code is propagated on error.
2021-07-26 Hans Petter Selaskyibcore: Do not expose unsupported counters.
2021-07-26 Hans Petter Selaskyibcore: Introduce ib_port_phys_state enum.
2021-07-26 Hans Petter Selaskyibcore: Fix unable to change lifespan entry for hw_coun...
2021-07-26 Hans Petter Selaskyibcore: Issue DREQ when receiving REQ/REP for stale QP.
2021-07-26 Hans Petter Selaskyibcore: Fix memory leak in cm_req_handler error flows.
2021-07-26 Hans Petter Selaskyibcore: Move debug counters to be under relevant IB...
2021-07-26 Hans Petter Selaskyibcore: Fix memory leak in cm_add/remove_one.
2021-07-26 Hans Petter Selaskyibcore: Block processing of alternate path handling...
2021-07-26 Hans Petter Selaskyibcore: Store and restore ah_attr during LAP msg proces...
2021-07-26 Hans Petter Selaskyibcore: Add rdma_reject_msg() helper function.
2021-07-26 Hans Petter Selaskymlx5ib: Fix XRC QP support after introducing extended...
2021-07-26 Hans Petter Selaskyibcore: Remove unused and erroneous msg sequence encoding.
2021-07-26 Hans Petter Selaskyipoib: Destroying a CQ should never fail.
2021-07-26 Hans Petter Selaskymlx5ib: Limit mkey page size to 2GB
2021-07-26 Hans Petter Selaskymlx5ib: Simplify mlx5_ib_cont_pages()
2021-07-26 Hans Petter Selaskymlx5en: Add more error checks in the transmit path.
2021-07-26 Hans Petter Selaskymlx5ib: Support RAW Ethernet when RoCE is disabled...
2021-07-26 Hans Petter Selaskymlx5en: Add missing media types for 100GBit/s, 200Gbit...
2021-07-26 Konstantin Belousovmlx5: drop Giant around VSC lock and CRSPACE enumeratio...
2021-07-26 Konstantin Belousovmlx5: add a knob to administratively disable mlx5 fw...
2021-07-26 Konstantin Belousovmlx5: Fix PBMC register mapping
2021-07-26 Konstantin Belousovmlx5: Fix PPLM register mapping
2021-07-26 Konstantin Belousovmlx5en: add ASCII art providing an overview of flow...
2021-07-26 Konstantin Belousovmlx5en: vxlan: do not report TCP inner packet as UDP...
2021-07-26 Hans Petter Selaskymlx5en: Add missing error case when creating VXLAN...
2021-07-26 Hans Petter Selaskymlx5en: Fix for IPv6 VxLAN checksum offload.
2021-07-26 Konstantin Belousovmlx5en: Honor IFCAP_VXLAN_HWCSUM
2021-07-26 Konstantin Belousovmlx5en: remove all dynamic vxlan steering rules on...
2021-07-26 Konstantin Belousovmlx5en: add mlx5e_add_vxlan_rule_from_db() helper
2021-07-26 Konstantin Belousovmlx5en: remove unneeded protocol and port parameters...
2021-07-26 Konstantin Belousovmlx5: fix typo, KENREL_MIN_LEVEL->KERNEL_MIN_LEVEL
2021-07-26 Konstantin Belousovmlx5en: announce mce(4) capabilities for stateless...
2021-07-26 Konstantin Belousovmlx5en: handle checksum and TSO offloading for VxLAN...
2021-07-26 Konstantin Belousovmlx5en: handle offloaded Rx checksums calculated for...
2021-07-26 Konstantin Belousovmlx5en: build TIRs to handle inner RSS
2021-07-26 Konstantin Belousovmlx5en: allow software parser for created send queues
2021-07-26 Konstantin Belousovmlx5en: register vxlan start/stop handlers
2021-07-26 Konstantin Belousovmlx5en: eliminate magic constant
2021-07-26 Konstantin Belousovmlx5en: style, remove redundant parentheses
2021-07-26 Konstantin Belousovmlx5en: increase the limit MLX5E_MAX_TX_HEADER
2021-07-26 Konstantin Belousovmlx5: Flow steering tree: increase number of supported...
2021-07-26 Konstantin Belousovmlx5: cqe64: update the tunneled bit name with recent PRM
2021-07-26 Konstantin Belousovzfs: add missed dependency of zfs module on zlib
2021-07-25 Rick Macklemnfscl: Avoid KASSERT() panic in cache_enter_time()
next