aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* arm64: Fix finding the pmc event IDAndrew Turner2021-07-292-2/+3
* eli: Zero pad bytes that arise when certain auth algorithms are usedMark Johnston2021-07-291-0/+11
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-295-3/+24
* pf: Constify tag name and queue name helper functionsMark Johnston2021-07-291-9/+9
* mmc: Drain the intrhook in mmc_detach()Yang Zhong2021-07-291-0/+1
* nfsclient: Avoid copying uninitialized bytes into statfsMark Johnston2021-07-291-1/+1
* arm64: Print CPU features slightly earlierMark Johnston2021-07-281-1/+2
* fusefs: correctly set lock owner during FUSE_SETLKAlan Somers2021-07-271-2/+2
* pf: clean up syncookie callout on vnet shutdownKristof Provost2021-07-273-0/+8
* pf: remove stray debug lineKristof Provost2021-07-271-1/+0
* pf: fix LINT buildKristof Provost2021-07-271-0/+1
* pf: syncookie ioctl interfaceKristof Provost2021-07-273-1/+103
* pf: syncookie supportKristof Provost2021-07-278-32/+492
* pf: factor out pf_synproxy()Kristof Provost2021-07-271-36/+49
* gmirror: Zero the metadata block before writingMark Johnston2021-07-272-9/+2
* blist: Correct the node count computed in blist_create()Mark Johnston2021-07-271-2/+10
* graid3: Zero the metadata block before writingMark Johnston2021-07-271-7/+2
* fifo: Explicitly initialize generation numbers when openingMark Johnston2021-07-271-2/+2
* uart: Fix an out-of-bounds read in ns8250_bus_probe()Mark Johnston2021-07-271-3/+2
* cxgbe(4): Remove some dead code.Navdeep Parhar2021-07-262-12/+0
* Fix mismerge in OFED updateHans Petter Selasky2021-07-261-0/+2
* ipoib: Fix for accessing uninitialized pointers and freed memory during attac...Hans Petter Selasky2021-07-261-7/+27
* mlx5: Numa domain improvements.Hans Petter Selasky2021-07-267-57/+43
* mlx5: Fix for uninitialized "uid" field.Hans Petter Selasky2021-07-264-42/+84
* mlx4: Map core_clock page to user space only when allowedHans Petter Selasky2021-07-265-4/+12
* mlx5en: Allow binding channels to CPUs when RSS is not enabled.Hans Petter Selasky2021-07-263-3/+40
* ibcore: Add some functions and definitions for selecting and querying retryab...Hans Petter Selasky2021-07-262-0/+57
* mlx5en: Allocate per-channel doorbells.Hans Petter Selasky2021-07-263-28/+44
* mlx5en: Wait for all TLS connections to terminate when unloading driver.Hans Petter Selasky2021-07-262-1/+11
* mlx4ib and mlx5ib: Set slid to zero in Ethernet completion structHans Petter Selasky2021-07-262-2/+5
* mlx5en: Configure relaxed PCI read and write ordering for ethernet.Hans Petter Selasky2021-07-262-5/+21
* mlx5en: Check for pci_channel_offline() when draining sendqueue.Hans Petter Selasky2021-07-261-2/+4
* mlx5ib: Implement support for enabling and disabling RoCE ECN.Hans Petter Selasky2021-07-264-0/+150
* mlx5ib: Extend parameter macros so that more arguments may be added.Hans Petter Selasky2021-07-261-31/+31
* mlx5core: Don't query the PCI config space for offline during a firmware comm...Hans Petter Selasky2021-07-261-2/+1
* Fix LINT kernel build issues after c3987b8ea793c11f61fecb14ef93195a23e3522c .Hans Petter Selasky2021-07-263-7/+8
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-2626-230/+245
* mlx5: Set default timestamp format for mlx5en(4) and mlx5ib.Hans Petter Selasky2021-07-263-2/+40
* mlx5: Add new timestamp mode bits.Hans Petter Selasky2021-07-261-6/+50
* ibcore: Implement ib_uverbs_get_ucontext_file().Hans Petter Selasky2021-07-262-0/+27
* ibcore: Clean up INIT_UDATA() and INIT_UDATA_BUF_OR_NULL() macro usage.Hans Petter Selasky2021-07-263-50/+57
* ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky2021-07-266-52/+12
* ibcore: Support rate limit for packet pacingHans Petter Selasky2021-07-262-0/+4
* ibcore: Add new IB rates.Hans Petter Selasky2021-07-261-20/+28
* ibcore: Don't allocate method table, if already present.Hans Petter Selasky2021-07-261-2/+5
* ibcore: Fix a use-after-free in ucma_resolve_ip().Hans Petter Selasky2021-07-261-0/+2
* ibcore: Define option to set ack timeout.Hans Petter Selasky2021-07-264-0/+46
* ibcore: Do not overreact to SM LID change event.Hans Petter Selasky2021-07-261-1/+0
* ibcore: Remove debug prints after allocation failure.Hans Petter Selasky2021-07-261-33/+7
* ibcore: Fix use-after-free in IB mad completion handling.Hans Petter Selasky2021-07-261-13/+11