index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
mei
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-22
bpf: add missing header file include
Linus Torvalds
1
-0
/
+1
2023-02-22
gfs2: Convert gfs2_page_add_databufs to folios
Andreas Gruenbacher
3
-8
/
+8
2023-02-22
gfs2: jdata writepage fix
Andreas Gruenbacher
1
-2
/
+1
2023-02-21
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
3
-2
/
+11
2023-02-21
smackfs: Added check catlen
Denis Arefev
1
-3
/
+14
2023-02-21
page_pool: add a comment explaining the fragment counter usage
Ilias Apalodimas
1
-0
/
+10
2023-02-21
net: ethtool: fix __ethtool_dev_mm_supported() implementation
Vladimir Oltean
1
-1
/
+1
2023-02-21
ethtool: pse-pd: Fix double word in comments
Bo Liu
1
-1
/
+1
2023-02-21
xsk: add linux/vmalloc.h to xsk.c
Xuan Zhuo
1
-0
/
+1
2023-02-21
drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()
Thomas Zimmermann
10
-3
/
+17
2023-02-21
sefltests: netdevsim: wait for devlink instance after netns removal
Jiri Pirko
1
-0
/
+18
2023-02-21
selftest: fib_tests: Always cleanup before exit
Roxana Nicolescu
1
-0
/
+2
2023-02-21
update internal module version number for cifs.ko
Steve French
1
-1
/
+1
2023-02-21
cifs: update ip_addr for ses only for primary chan setup
Shyam Prasad N
1
-7
/
+11
2023-02-21
cifs: use tcon allocation functions even for dummy tcon
Shyam Prasad N
1
-2
/
+2
2023-02-21
cifs: use the least loaded channel for sending requests
Shyam Prasad N
1
-4
/
+29
2023-02-21
net/mlx5e: Align IPsec ASO result memory to be as required by hardware
Leon Romanovsky
1
-1
/
+1
2023-02-21
net/mlx5e: TC, Set CT miss to the specific ct action instance
Paul Blakey
5
-24
/
+82
2023-02-21
net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG
Paul Blakey
5
-14
/
+14
2023-02-21
net/mlx5: Refactor tc miss handling to a single function
Paul Blakey
4
-227
/
+231
2023-02-21
net/mlx5: Kconfig: Make tc offload depend on tc skb extension
Paul Blakey
5
-15
/
+2
2023-02-21
net/sched: flower: Support hardware miss to tc action
Paul Blakey
1
-1
/
+12
2023-02-21
net/sched: flower: Move filter handle initialization earlier
Paul Blakey
1
-27
/
+35
2023-02-21
net/sched: cls_api: Support hardware miss to tc action
Paul Blakey
7
-27
/
+236
2023-02-21
net/sched: Rename user cookie and act cookie
Paul Blakey
6
-32
/
+32
2023-02-21
sfc: fix builds without CONFIG_RTC_LIB
Alejandro Lucero
1
-1
/
+1
2023-02-21
sfc: clean up some inconsistent indentings
Yang Li
1
-2
/
+2
2023-02-21
net/mlx4_en: Introduce flexible array to silence overflow warning
Kees Cook
2
-11
/
+12
2023-02-21
cifs: DIO to/from KVEC-type iterators should now work
David Howells
1
-20
/
+0
2023-02-21
cifs: Remove unused code
David Howells
1
-606
/
+0
2023-02-21
cifs: Build the RDMA SGE list directly from an iterator
David Howells
2
-93
/
+63
2023-02-21
cifs: Change the I/O paths to use an iterator rather than a page list
David Howells
14
-1091
/
+1133
2023-02-21
net: lan966x: Fix possible deadlock inside PTP
Horatiu Vultur
1
-2
/
+2
2023-02-21
net/ulp: Remove redundant ->clone() test in inet_clone_ulp().
Kuniyuki Iwashima
1
-2
/
+1
2023-02-21
MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154
Stefan Schmidt
1
-0
/
+1
2023-02-21
MAINTAINERS: Switch maintenance for mrf24j40 driver over
Stefan Schmidt
1
-2
/
+2
2023-02-21
MAINTAINERS: Switch maintenance for mcr20a driver over
Stefan Schmidt
1
-2
/
+2
2023-02-21
MAINTAINERS: Switch maintenance for cc2520 driver over
Stefan Schmidt
1
-2
/
+2
2023-02-21
cifs: Add a function to read into an iter from a socket
David Howells
2
-0
/
+17
2023-02-21
cifs: Add some helper functions
David Howells
2
-0
/
+96
2023-02-21
cifs: Add a function to Hash the contents of an iterator
David Howells
1
-0
/
+144
2023-02-21
cifs: Add a function to build an RDMA SGE list from an iterator
David Howells
1
-0
/
+214
2023-02-21
netfs: Add a function to extract an iterator into a scatterlist
David Howells
3
-0
/
+273
2023-02-21
netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
David Howells
3
-0
/
+108
2023-02-21
cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
David Howells
3
-6
/
+25
2023-02-21
splice: Export filemap/direct_splice_read()
David Howells
2
-0
/
+2
2023-02-21
iov_iter: Add a function to extract a page list from an iterator
David Howells
2
-1
/
+290
2023-02-21
iov_iter: Define flags to qualify page extraction.
David Howells
4
-15
/
+23
2023-02-21
splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPE
David Howells
2
-0
/
+95
2023-02-21
splice: Add a func to do a splice from a buffered file without ITER_PIPE
David Howells
5
-6
/
+158
[next]