index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-25
66
-442
/
+20
*
ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
David Howells
2023-06-25
1
-6
/
+9
*
ocfs2: Fix use of slab data with sendpage
David Howells
2023-06-25
1
-11
/
+12
*
scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
2023-06-25
1
-6
/
+9
*
scsi: iscsi_tcp: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
2023-06-25
2
-18
/
+10
*
drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
David Howells
2023-06-25
1
-4
/
+8
*
smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
David Howells
2023-06-25
5
-52
/
+1
*
nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
2023-06-25
1
-17
/
+29
*
nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
2023-06-25
1
-22
/
+27
*
dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
2023-06-25
1
-3
/
+7
*
rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
2023-06-25
1
-11
/
+12
*
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
David Howells
2023-06-25
1
-72
/
+19
*
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
2023-06-25
1
-40
/
+20
*
net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
David Howells
2023-06-25
1
-22
/
+28
*
tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage
David Howells
2023-06-25
5
-13
/
+17
*
Merge tag 'mlx5-updates-2023-06-21' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2023-06-25
10
-68
/
+84
|
\
|
*
net/mlx5: Remove pointless vport lookup from mlx5_esw_check_port_type()
Jiri Pirko
2023-06-23
1
-6
/
+0
|
*
net/mlx5: Remove redundant check from mlx5_esw_query_vport_vhca_id()
Jiri Pirko
2023-06-23
1
-3
/
+0
|
*
net/mlx5: Remove redundant is_mdev_switchdev_mode() check from is_ib_rep_supp...
Jiri Pirko
2023-06-23
1
-3
/
+0
|
*
net/mlx5: Remove redundant MLX5_ESWITCH_MANAGER() check from is_ib_rep_suppor...
Jiri Pirko
2023-06-23
1
-3
/
+0
|
*
net/mlx5e: E-Switch, Fix shared fdb error flow
Roi Dayan
2023-06-23
1
-0
/
+4
|
*
net/mlx5e: Remove redundant comment
Roi Dayan
2023-06-23
1
-1
/
+0
|
*
net/mlx5e: E-Switch, Pass other_vport flag if vport is not 0
Roi Dayan
2023-06-23
1
-3
/
+6
|
*
net/mlx5e: E-Switch, Use xarray for devcom paired device index
Roi Dayan
2023-06-23
2
-7
/
+25
|
*
net/mlx5e: E-Switch, Add peer fdb miss rules for vport manager or ecpf
Roi Dayan
2023-06-23
1
-1
/
+9
|
*
net/mlx5e: Use vhca_id for device index in vport rx rules
Roi Dayan
2023-06-23
1
-3
/
+3
|
*
net/mlx5: Lag, Remove duplicate code checking lag is supported
Roi Dayan
2023-06-23
3
-15
/
+14
|
*
net/mlx5: Fix error code in mlx5_is_reset_now_capable()
Dan Carpenter
2023-06-23
1
-1
/
+1
|
*
net/mlx5: Fix reserved at offset in hca_cap register
Lama Kayal
2023-06-23
1
-2
/
+2
|
*
net/mlx5: Fix SFs kernel documentation error
Shay Drory
2023-06-23
1
-10
/
+12
|
*
net/mlx5: Fix UAF in mlx5_eswitch_cleanup()
Shay Drory
2023-06-23
1
-10
/
+8
*
|
Merge branch 'netlink-add-display-hint-to-ynl'
Jakub Kicinski
2023-06-25
6
-6
/
+168
|
\
\
|
*
|
netlink: specs: add display hints to ovs_flow
Donald Hunter
2023-06-25
1
-0
/
+107
|
*
|
tools: ynl: add display-hint support to ynl
Donald Hunter
2023-06-25
2
-5
/
+39
|
*
|
netlink: specs: add display-hint to schema definitions
Donald Hunter
2023-06-25
3
-1
/
+22
|
/
/
*
|
Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...
Jakub Kicinski
2023-06-25
9
-11
/
+226
|
\
\
|
*
|
ieee802154: ca8210: Remove stray gpiod_unexport() call
Andy Shevchenko
2023-06-06
1
-1
/
+0
|
*
|
Merge tag 'v6.4-rc4' into wpan-next/staging
Miquel Raynal
2023-06-06
13518
-397345
/
+792263
|
|
\
\
|
*
|
|
ieee802154: ca8210: Flag the driver as being limited
Miquel Raynal
2023-03-24
1
-1
/
+2
|
*
|
|
net: ieee802154: Handle limited devices with only datagram support
Miquel Raynal
2023-03-24
2
-0
/
+13
|
*
|
|
mac802154: Handle received BEACON_REQ
Miquel Raynal
2023-03-23
6
-5
/
+117
|
*
|
|
ieee802154: Add support for allowing to answer BEACON_REQ
Miquel Raynal
2023-03-23
1
-1
/
+1
|
*
|
|
mac802154: Handle active scanning
Miquel Raynal
2023-03-23
4
-3
/
+92
|
*
|
|
ieee802154: Add support for user active scan requests
Miquel Raynal
2023-03-23
1
-0
/
+1
*
|
|
|
Merge branch 'selftests-mptcp-refactoring-and-minor-fixes'
Jakub Kicinski
2023-06-25
2
-264
/
+369
|
\
\
\
\
|
*
|
|
|
selftests: mptcp: connect: fix comment typo
Yueh-Shun Li
2023-06-25
1
-1
/
+1
|
*
|
|
|
selftests: mptcp: add pm_nl_set_endpoint helper
Geliang Tang
2023-06-25
1
-113
/
+122
|
*
|
|
|
selftests: mptcp: drop sflags parameter
Geliang Tang
2023-06-25
1
-17
/
+22
|
*
|
|
|
selftests: mptcp: drop addr_nr_ns1/2 parameters
Geliang Tang
2023-06-25
1
-73
/
+103
|
*
|
|
|
selftests: mptcp: drop test_linkfail parameter
Geliang Tang
2023-06-25
1
-93
/
+99
[next]