index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-30
Merge branch 'am-qt2025-phy-rust'
David S. Miller
10
-43
/
+426
2024-08-30
net: phy: add Applied Micro QT2025 PHY driver
FUJITA Tomonori
4
-0
/
+119
2024-08-30
rust: net::phy unified genphy_read_status function for C22 and C45 registers
FUJITA Tomonori
2
-10
/
+30
2024-08-30
rust: net::phy unified read/write API for C22 and C45 registers
FUJITA Tomonori
5
-27
/
+209
2024-08-30
rust: net::phy implement AsRef<kernel::device::Device> trait
FUJITA Tomonori
1
-7
/
+17
2024-08-30
rust: net::phy support probe callback
FUJITA Tomonori
1
-0
/
+25
2024-08-30
rust: sizes: add commonly used constants
FUJITA Tomonori
2
-0
/
+27
2024-08-29
Merge branch 'bnxt_en-update-for-net-next'
Jakub Kicinski
6
-187
/
+279
2024-08-29
bnxt_en: Support dynamic MSIX
Michael Chan
1
-3
/
+34
2024-08-29
bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocation
Michael Chan
1
-2
/
+5
2024-08-29
bnxt_en: Replace deprecated PCI MSIX APIs
Michael Chan
1
-16
/
+5
2024-08-29
bnxt_en: Remove register mapping to support INTX
Michael Chan
2
-21
/
+0
2024-08-29
bnxt_en: Remove BNXT_FLAG_USING_MSIX flag
Michael Chan
3
-88
/
+17
2024-08-29
bnxt_en: Deprecate support for legacy INTX mode
Michael Chan
2
-36
/
+8
2024-08-29
bnxt_en: Support QOS and TPID settings for the SRIOV VLAN
Sreekanth Reddy
3
-12
/
+15
2024-08-29
bnxt_en: add support for retrieving crash dump using ethtool
Vikas Gupta
2
-9
/
+84
2024-08-29
bnxt_en: add support for storing crash dump into host memory
Vikas Gupta
4
-5
/
+116
2024-08-29
Merge branch 'adding-so_peek_off-for-tcpv6'
Jakub Kicinski
3
-0
/
+185
2024-08-29
selftests: add selftest for tcp SO_PEEK_OFF support
Jon Maloy
2
-0
/
+184
2024-08-29
tcp: add SO_PEEK_OFF socket option tor TCPv6
Jon Maloy
1
-0
/
+1
2024-08-29
tools: ynl: error check scanf() in a sample
Jakub Kicinski
1
-1
/
+5
2024-08-29
Merge branch 'replace-deprecated-strcpy-with-strscpy'
Jakub Kicinski
7
-8
/
+8
2024-08-29
net/ipv4: net: prefer strscpy over strcpy
Hongbo Li
3
-3
/
+3
2024-08-29
net/tipc: replace deprecated strcpy with strscpy
Hongbo Li
1
-1
/
+1
2024-08-29
net/netrom: prefer strscpy over strcpy
Hongbo Li
1
-2
/
+2
2024-08-29
net/ipv6: replace deprecated strcpy with strscpy
Hongbo Li
1
-1
/
+1
2024-08-29
net: prefer strscpy over strcpy
Hongbo Li
1
-1
/
+1
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
261
-1190
/
+2616
2024-08-29
net: alacritech: Switch to use dev_err_probe()
Yang Ruibin
1
-20
/
+14
2024-08-29
net: hns: Use IS_ERR_OR_NULL() helper function
Hongbo Li
1
-1
/
+1
2024-08-29
net: dsa: realtek: make use of dev_err_cast_probe()
Hongbo Li
1
-5
/
+3
2024-08-29
net: ipa: make use of dev_err_cast_probe()
Hongbo Li
1
-5
/
+2
2024-08-29
Merge branch 'net-vertexcom-mse102x-minor-clean-ups'
Jakub Kicinski
1
-13
/
+7
2024-08-29
net: vertexcom: mse102x: Use ETH_ZLEN
Stefan Wahren
1
-2
/
+2
2024-08-29
net: vertexcom: mse102x: Drop log message on remove
Stefan Wahren
1
-3
/
+0
2024-08-29
net: vertexcom: mse102x: Fix random MAC address log
Stefan Wahren
1
-2
/
+2
2024-08-29
net: vertexcom: mse102x: Silence TX timeout
Stefan Wahren
1
-1
/
+1
2024-08-29
net: vertexcom: mse102x: Use DEFINE_SIMPLE_DEV_PM_OPS
Stefan Wahren
1
-5
/
+2
2024-08-30
Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
52
-365
/
+864
2024-08-29
nfc: pn533: Add poll mod list filling check
Aleksandr Mishin
1
-0
/
+5
2024-08-29
Merge tag 'nf-24-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2
-6
/
+9
2024-08-29
mailmap: update entry for Sriram Yagnaraman
Sriram Yagnaraman
1
-0
/
+1
2024-08-29
Merge branch 'mptcp-more-fixes-for-the-in-kernel-pm'
Paolo Abeni
6
-50
/
+209
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 signal
Matthieu Baerts (NGI0)
1
-11
/
+21
2024-08-29
mptcp: pm: ADD_ADDR 0 is not a new address
Matthieu Baerts (NGI0)
3
-1
/
+14
2024-08-29
selftests: mptcp: join: validate event numbers
Matthieu Baerts (NGI0)
2
-3
/
+75
2024-08-29
mptcp: avoid duplicated SUB_CLOSED events
Matthieu Baerts (NGI0)
2
-1
/
+8
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 endp
Matthieu Baerts (NGI0)
1
-12
/
+15
2024-08-29
mptcp: pm: fix ID 0 endp usage after multiple re-creations
Matthieu Baerts (NGI0)
1
-2
/
+5
2024-08-29
mptcp: pm: do not remove already closed subflows
Matthieu Baerts (NGI0)
1
-0
/
+2
[next]