| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -3/+3 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -1/+5 |
| 2023-06-27 | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2023-05-24 | xen/pvcalls-back: fix double frees with pvcalls_new_active_socket() | Dan Carpenter | 1 | -5/+4 |
| 2023-05-08 | xen/pvcalls: Use alloc_ordered_workqueue() to create ordered workqueues | Tejun Heo | 1 | -2/+2 |
| 2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+5 |
| 2023-02-13 | xen/pvcalls-back: fix permanently masked event channel | Volodymyr Babchuk | 1 | -1/+2 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 1 | -0/+5 |
| 2023-01-12 | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+1 |
| 2022-12-15 | xen: make remove callback of xen driver void returned | Dawei Li | 1 | -2/+1 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -4/+4 |
| 2022-11-25 | [xen] fix "direction" argument of iov_iter_kvec() | Al Viro | 1 | -4/+4 |
| 2021-11-02 | xen/pvcalls-back: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 1 | -1/+0 |
| 2021-02-11 | xen/events: link interdomain events to associated xenbus device | Juergen Gross | 1 | -2/+2 |
| 2020-10-20 | xen/pvcallsback: use lateeoi irq binding | Juergen Gross | 1 | -30/+46 |
| 2020-05-21 | xen/pvcalls: Make pvcalls_back_global static | YueHaibing | 1 | -1/+1 |
| 2020-05-21 | xen/pvcalls-back: test for errors when calling backend_connect() | Juergen Gross | 1 | -1/+2 |
| 2020-04-07 | xen: Use evtchn_type_t as a type for event channels | Yan Yankovskyi | 1 | -2/+3 |
| 2019-10-09 | net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head | Eric Dumazet | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
| 2019-01-04 | xen/pvcalls: remove set but not used variable 'intf' | YueHaibing | 1 | -2/+0 |
| 2019-01-02 | pvcalls-back: set -ENOTCONN in pvcalls_conn_back_read | Stefano Stabellini | 1 | -3/+4 |
| 2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -4/+4 |
| 2018-02-26 | xen/pvcalls: fix null pointer dereference on map->sock | Colin Ian King | 1 | -1/+1 |
| 2018-02-06 | pvcalls-back: do not return error on inet_accept EAGAIN | Stefano Stabellini | 1 | -1/+1 |
| 2017-11-17 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -12/+4 |
| 2017-11-15 | xen/pvcalls: Add MODULE_LICENSE() | Boris Ostrovsky | 1 | -0/+4 |
| 2017-10-11 | xen: don't open-code iov_iter_kvec() | Al Viro | 1 | -12/+4 |
| 2017-08-31 | xen/pvcalls: use WARN_ON(1) instead of __WARN() | Arnd Bergmann | 1 | -5/+5 |
| 2017-08-31 | xen/pvcalls: implement write | Stefano Stabellini | 1 | -0/+71 |
| 2017-08-31 | xen/pvcalls: implement read | Stefano Stabellini | 1 | -0/+85 |
| 2017-08-31 | xen/pvcalls: implement the ioworker functions | Stefano Stabellini | 1 | -0/+26 |
| 2017-08-31 | xen/pvcalls: disconnect and module_exit | Stefano Stabellini | 1 | -0/+53 |
| 2017-08-31 | xen/pvcalls: implement release command | Stefano Stabellini | 1 | -0/+68 |
| 2017-08-31 | xen/pvcalls: implement poll command | Stefano Stabellini | 1 | -1/+74 |
| 2017-08-31 | xen/pvcalls: implement accept command | Stefano Stabellini | 1 | -0/+113 |
| 2017-08-31 | xen/pvcalls: implement listen command | Stefano Stabellini | 1 | -0/+21 |
| 2017-08-31 | xen/pvcalls: implement bind command | Stefano Stabellini | 1 | -0/+79 |
| 2017-08-31 | xen/pvcalls: implement connect command | Stefano Stabellini | 1 | -0/+179 |
| 2017-08-31 | xen/pvcalls: implement socket command | Stefano Stabellini | 1 | -0/+27 |
| 2017-08-31 | xen/pvcalls: handle commands from the frontend | Stefano Stabellini | 1 | -0/+125 |
| 2017-08-31 | xen/pvcalls: connect to a frontend | Stefano Stabellini | 1 | -0/+82 |
| 2017-08-31 | xen/pvcalls: xenbus state handling | Stefano Stabellini | 1 | -0/+155 |
| 2017-08-31 | xen/pvcalls: initialize the module and register the xenbus backend | Stefano Stabellini | 1 | -0/+22 |
| 2017-08-31 | xen/pvcalls: introduce the pvcalls xenbus backend | Stefano Stabellini | 1 | -0/+61 |