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-08-12
bpf: Remove unused declaration bpf_link_new_file()
Yue Haibing
1
-1
/
+0
2023-08-11
tun: avoid high-order page allocation for packet header
Tahsin Erdogan
1
-1
/
+4
2023-08-11
net: ethernet: 8390: ne2k-pci: use module_pci_driver() macro
Yang Yingliang
1
-15
/
+1
2023-08-11
sctp: Remove unused declaration sctp_backlog_migrate()
Yue Haibing
1
-2
/
+0
2023-08-11
net: caif: Remove unused declaration cfsrvl_ctrlcmd()
Yue Haibing
1
-3
/
+0
2023-08-11
net: stmmac: xgmac: RX queue routing configuration
Furong Xu
2
-2
/
+44
2023-08-11
leds: trig-netdev: Disable offload on deactivation of trigger
Andrew Lunn
1
-0
/
+2
2023-08-11
net: phy: marvell: Add support for offloading LED blinking
Andrew Lunn
1
-0
/
+281
2023-08-11
net: phy: phy_device: Call into the PHY driver to set LED offload
Andrew Lunn
2
-0
/
+101
2023-08-11
led: trig: netdev: Fix requesting offload device
Andrew Lunn
1
-3
/
+5
2023-08-11
net: mhi: Remove redundant initialization owner in mhi_net_driver
Li Zetao
1
-1
/
+0
2023-08-11
net: stmmac: dwmac-imx: pause the TXC clock in fixed-link
Shenwei Wang
1
-0
/
+43
2023-08-11
net: stmmac: add new mode parameter for fix_mac_speed
Shenwei Wang
14
-18
/
+18
2023-08-10
net: hns3: fix strscpy causing content truncation issue
Hao Chen
2
-4
/
+4
2023-08-10
net: tls: set MSG_SPLICE_PAGES consistently
Jakub Kicinski
1
-3
/
+0
2023-08-10
ibmvnic: Ensure login failure recovery is safe from other resets
Nick Child
1
-21
/
+47
2023-08-10
ibmvnic: Do partial reset on login failure
Nick Child
1
-6
/
+40
2023-08-10
ibmvnic: Handle DMA unmapping of login buffs in release functions
Nick Child
1
-5
/
+10
2023-08-10
ibmvnic: Unmap DMA login rsp buffer on send login fail
Nick Child
1
-1
/
+4
2023-08-10
ibmvnic: Enforce stronger sanity checks on login response
Nick Child
1
-0
/
+18
2023-08-10
net: mana: Fix MANA VF unload when hardware is unresponsive
Souradeep Chakrabarti
1
-4
/
+33
2023-08-10
x86: Move gds_ucode_mitigated() declaration to header
Arnd Bergmann
2
-2
/
+2
2023-08-10
x86/speculation: Add cpu_show_gds() prototype
Arnd Bergmann
1
-0
/
+2
2023-08-10
driver core: cpu: Make cpu_show_not_affected() static
Borislav Petkov (AMD)
1
-8
/
+2
2023-08-10
x86/srso: Fix build breakage with the LLVM linker
Nick Desaulniers
1
-3
/
+9
2023-08-10
Documentation/srso: Document IBPB aspect and fix formatting
Borislav Petkov (AMD)
1
-27
/
+44
2023-08-10
driver core: cpu: Unify redundant silly stubs
Borislav Petkov (AMD)
1
-68
/
+19
2023-08-10
Documentation/hw-vuln: Unify filename specification in index
Borislav Petkov (AMD)
1
-7
/
+7
2023-08-10
netfilter: nf_tables: remove busy mark and gc batch API
Pablo Neira Ayuso
2
-142
/
+4
2023-08-10
netfilter: nft_set_hash: mark set element as dead when deleting from packet path
Pablo Neira Ayuso
1
-2
/
+4
2023-08-10
netfilter: nf_tables: adapt set backend to use GC transaction API
Pablo Neira Ayuso
4
-103
/
+173
2023-08-10
netfilter: nf_tables: GC transaction API to avoid race with control plane
Pablo Neira Ayuso
2
-12
/
+300
2023-08-10
selftests/bpf: Add sockmap test for redirecting partial skb data
Xu Kuohai
2
-0
/
+86
2023-08-10
selftests/bpf: fix a CI failure caused by vsock sockmap test
Xu Kuohai
1
-1
/
+1
2023-08-10
bpf, sockmap: Fix bug that strp_done cannot be called
Xu Kuohai
2
-2
/
+9
2023-08-10
bpf, sockmap: Fix map type error in sock_map_del_link
Xu Kuohai
1
-5
/
+5
2023-08-10
xsk: fix refcount underflow in error path
Magnus Karlsson
1
-0
/
+1
2023-08-10
selftests/tc-testing: verify that a qdisc can be grafted onto a taprio class
Vladimir Oltean
1
-0
/
+50
2023-08-10
selftests/tc-testing: test that taprio can only be attached as root
Vladimir Oltean
2
-0
/
+66
2023-08-10
selftests/tc-testing: add ptp_mock Kconfig dependency
Vladimir Oltean
1
-1
/
+2
2023-08-10
net: netdevsim: mimic tc-taprio offload
Vladimir Oltean
1
-0
/
+27
2023-08-10
net: netdevsim: use mock PHC driver
Vladimir Oltean
4
-1
/
+24
2023-08-10
net: ptp: create a mock-up PTP Hardware Clock driver
Vladimir Oltean
5
-0
/
+232
2023-08-10
net/sched: taprio: dump class stats for the actual q->qdiscs[]
Vladimir Oltean
2
-6
/
+4
2023-08-10
net/sched: taprio: delete misleading comment about preallocating child qdiscs
Vladimir Oltean
1
-4
/
+1
2023-08-10
net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()
Vladimir Oltean
1
-3
/
+5
2023-08-10
net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload mode
Vladimir Oltean
1
-14
/
+25
2023-08-10
net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()
Vladimir Oltean
1
-3
/
+9
2023-08-10
net/mlx5: Expose NIC temperature via hardware monitoring kernel API
Adham Faris
9
-141
/
+463
2023-08-10
net/mlx5: Expose port.c/mlx5_query_module_num() function
Adham Faris
2
-1
/
+2
[next]