summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-241-0/+2
* netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso2022-08-241-0/+1
* netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso2022-08-241-0/+1
* netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-08-231-4/+0
* bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins2022-08-221-1/+1
* Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-184-16/+191
|\
| * net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean2022-08-171-4/+62
| * net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2022-08-171-8/+97
| * net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean2022-08-171-1/+1
| * net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2022-08-171-2/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-171-1/+1
| |\
| | * netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal2022-08-111-1/+1
| * | net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells2022-08-171-0/+25
| * | neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn2022-08-151-0/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-173-32/+22
|\ \ \
| * | | virtio: kerneldocs fixes and enhancementsRicardo Cañuelo2022-08-163-11/+17
| * | | virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin2022-08-161-9/+5
| * | | virtio: Revert "virtio: add helper virtio_find_vqs_ctx_size()"Michael S. Tsirkin2022-08-161-12/+0
* | | | locking/atomic: Make test_and_*_bit() ordered on failureHector Martin2022-08-161-6/+0
|/ / /
* | | radix-tree: replace gfp.h inclusion with gfp_types.hYury Norov2022-08-141-1/+1
* | | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-142-0/+21
|\ \ \
| * | | x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2022-08-122-0/+21
* | | | Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-131-1/+1
|\ \ \ \
| * | | | time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64Youngmin Nam2022-08-091-1/+1
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-133-2/+7
|\ \ \ \ \
| * | | | | scsi: core: Make sure that hosts outlive targetsMing Lei2022-08-011-0/+3
| * | | | | scsi: core: Make sure that targets outlive devicesBart Van Assche2022-08-011-0/+2
| * | | | | scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov2022-08-011-2/+2
* | | | | | Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-133-11/+8
|\ \ \ \ \ \
| * | | | | | io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-121-1/+8
| * | | | | | fs: don't randomize struct kiocb fieldsKeith Busch2022-08-121-5/+0
| * | | | | | audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye2022-08-041-5/+0
* | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-1213-19/+167
|\ \ \ \ \ \ \
| * | | | | | | vhost-vdpa: uAPI to suspend the deviceEugenio Pérez2022-08-111-0/+9
| * | | | | | | vhost-vdpa: introduce SUSPEND backend feature bitEugenio Pérez2022-08-111-0/+2
| * | | | | | | vdpa: Add suspend operationEugenio Pérez2022-08-111-0/+4
| * | | | | | | vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen2022-08-111-0/+8
| * | | | | | | vduse: Support querying information of IOVA regionsXie Yongji2022-08-111-0/+24
| * | | | | | | vduse: Support registering userspace memory for IOVA regionsXie Yongji2022-08-111-0/+23
| * | | | | | | net: virtio_net: notifications coalescing supportAlvaro Karsz2022-08-111-1/+33
| * | | | | | | virtio: add helper virtio_find_vqs_ctx_size()Xuan Zhuo2022-08-111-0/+12
| * | | | | | | virtio: find_vqs() add arg sizesXuan Zhuo2022-08-111-5/+9
| * | | | | | | virtio_pci: introduce helper to get/set queue resetXuan Zhuo2022-08-111-0/+2
| * | | | | | | virtio_pci: struct virtio_pci_common_cfg add queue_resetXuan Zhuo2022-08-112-1/+2
| * | | | | | | virtio_ring: struct virtqueue introduce resetXuan Zhuo2022-08-111-0/+2
| * | | | | | | virtio: queue_reset: add VIRTIO_F_RING_RESETXuan Zhuo2022-08-111-1/+6
| * | | | | | | virtio: allow to unbreak/break virtqueue individuallyXuan Zhuo2022-08-111-0/+3
| * | | | | | | virtio_pci: struct virtio_pci_common_cfg add queue_notify_dataXuan Zhuo2022-08-112-0/+8
| * | | | | | | virtio_ring: introduce virtqueue_resize()Xuan Zhuo2022-08-111-0/+3
| * | | | | | | virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo2022-08-111-10/+0