summaryrefslogtreecommitdiffstats
path: root/samples/mei (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-22bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-22gfs2: Convert gfs2_page_add_databufs to foliosAndreas Gruenbacher3-8/+8
2023-02-22gfs2: jdata writepage fixAndreas Gruenbacher1-2/+1
2023-02-21uaccess: Add speculation barrier to copy_from_user()Dave Hansen3-2/+11
2023-02-21smackfs: Added check catlenDenis Arefev1-3/+14
2023-02-21page_pool: add a comment explaining the fragment counter usageIlias Apalodimas1-0/+10
2023-02-21net: ethtool: fix __ethtool_dev_mm_supported() implementationVladimir Oltean1-1/+1
2023-02-21ethtool: pse-pd: Fix double word in commentsBo Liu1-1/+1
2023-02-21xsk: add linux/vmalloc.h to xsk.cXuan Zhuo1-0/+1
2023-02-21drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()Thomas Zimmermann10-3/+17
2023-02-21sefltests: netdevsim: wait for devlink instance after netns removalJiri Pirko1-0/+18
2023-02-21selftest: fib_tests: Always cleanup before exitRoxana Nicolescu1-0/+2
2023-02-21update internal module version number for cifs.koSteve French1-1/+1
2023-02-21cifs: update ip_addr for ses only for primary chan setupShyam Prasad N1-7/+11
2023-02-21cifs: use tcon allocation functions even for dummy tconShyam Prasad N1-2/+2
2023-02-21cifs: use the least loaded channel for sending requestsShyam Prasad N1-4/+29
2023-02-21net/mlx5e: Align IPsec ASO result memory to be as required by hardwareLeon Romanovsky1-1/+1
2023-02-21net/mlx5e: TC, Set CT miss to the specific ct action instancePaul Blakey5-24/+82
2023-02-21net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REGPaul Blakey5-14/+14
2023-02-21net/mlx5: Refactor tc miss handling to a single functionPaul Blakey4-227/+231
2023-02-21net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey5-15/+2
2023-02-21net/sched: flower: Support hardware miss to tc actionPaul Blakey1-1/+12
2023-02-21net/sched: flower: Move filter handle initialization earlierPaul Blakey1-27/+35
2023-02-21net/sched: cls_api: Support hardware miss to tc actionPaul Blakey7-27/+236
2023-02-21net/sched: Rename user cookie and act cookiePaul Blakey6-32/+32
2023-02-21sfc: fix builds without CONFIG_RTC_LIBAlejandro Lucero1-1/+1
2023-02-21sfc: clean up some inconsistent indentingsYang Li1-2/+2
2023-02-21net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook2-11/+12
2023-02-21cifs: DIO to/from KVEC-type iterators should now workDavid Howells1-20/+0
2023-02-21cifs: Remove unused codeDavid Howells1-606/+0
2023-02-21cifs: Build the RDMA SGE list directly from an iteratorDavid Howells2-93/+63
2023-02-21cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells14-1091/+1133
2023-02-21net: lan966x: Fix possible deadlock inside PTPHoratiu Vultur1-2/+2
2023-02-21net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima1-2/+1
2023-02-21MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154Stefan Schmidt1-0/+1
2023-02-21MAINTAINERS: Switch maintenance for mrf24j40 driver overStefan Schmidt1-2/+2
2023-02-21MAINTAINERS: Switch maintenance for mcr20a driver overStefan Schmidt1-2/+2
2023-02-21MAINTAINERS: Switch maintenance for cc2520 driver overStefan Schmidt1-2/+2
2023-02-21cifs: Add a function to read into an iter from a socketDavid Howells2-0/+17
2023-02-21cifs: Add some helper functionsDavid Howells2-0/+96
2023-02-21cifs: Add a function to Hash the contents of an iteratorDavid Howells1-0/+144
2023-02-21cifs: Add a function to build an RDMA SGE list from an iteratorDavid Howells1-0/+214
2023-02-21netfs: Add a function to extract an iterator into a scatterlistDavid Howells3-0/+273
2023-02-21netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells3-0/+108
2023-02-21cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPEDavid Howells3-6/+25
2023-02-21splice: Export filemap/direct_splice_read()David Howells2-0/+2
2023-02-21iov_iter: Add a function to extract a page list from an iteratorDavid Howells2-1/+290
2023-02-21iov_iter: Define flags to qualify page extraction.David Howells4-15/+23
2023-02-21splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPEDavid Howells2-0/+95
2023-02-21splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells5-6/+158