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
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-05
tun: drop TUN_DEBUG and tun_debug()
Michal Kubecek
1
-17
/
+0
2020-03-05
tun: replace tun_debug() by netif_info()
Michal Kubecek
1
-33
/
+27
2020-03-05
tun: drop useless debugging statements
Michal Kubecek
1
-13
/
+0
2020-03-05
tun: get rid of DBG1() macro
Michal Kubecek
1
-14
/
+0
2020-03-05
tun: fix misleading comment format
Michal Kubecek
1
-2
/
+1
2020-03-05
tc-testing: updated tdc tests for basic filter with canid extended match rules
Roman Mashak
1
-0
/
+220
2020-03-05
tc-testing: list kernel options for basic filter with canid ematch.
Roman Mashak
1
-0
/
+6
2020-03-05
nfp: Use pci_get_dsn()
Jacob Keller
1
-15
/
+9
2020-03-05
ixgbe: Use pci_get_dsn()
Jacob Keller
1
-12
/
+5
2020-03-05
ice: Use pci_get_dsn()
Jacob Keller
1
-20
/
+12
2020-03-05
scsi: qedf: Use pci_get_dsn()
Jacob Keller
1
-13
/
+5
2020-03-05
bnxt_en: Use pci_get_dsn()
Jacob Keller
1
-10
/
+6
2020-03-05
PCI: Introduce pci_get_dsn
Jacob Keller
2
-0
/
+39
2020-03-05
ibmveth: Remove unused page_offset macro
Matthew Wilcox (Oracle)
1
-2
/
+0
2020-03-05
ptp: add VMware virtual PTP clock driver
Vivek Thampi
4
-0
/
+164
2020-03-05
bcm63xx_enet: remove redundant variable definitions
tangbin
1
-1
/
+0
2020-03-05
net: tulip: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-05
selftests: forwarding: ETS: Use Qdisc counters
Petr Machata
4
-13
/
+30
2020-03-05
mlxsw: spectrum_qdisc: Support offloading of FIFO Qdisc
Petr Machata
3
-1
/
+149
2020-03-05
mlxsw: spectrum_qdisc: Add handle parameter to ..._ops.replace
Petr Machata
1
-9
/
+9
2020-03-05
mlxsw: spectrum_qdisc: Introduce struct mlxsw_sp_qdisc_state
Petr Machata
2
-44
/
+45
2020-03-05
net: sched: Make FIFO Qdisc offloadable
Petr Machata
3
-6
/
+107
2020-03-05
virtio_net: reject unsupported coalescing params
Jakub Kicinski
1
-11
/
+3
2020-03-05
e1000e: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+1
2020-03-05
mlx5: reject unsupported coalescing params
Jakub Kicinski
3
-0
/
+12
2020-03-05
bnxt: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+6
2020-03-05
ice: let core reject the unsupported coalescing parameters
Jakub Kicinski
1
-56
/
+3
2020-03-05
hisilicon: let core reject the unsupported coalescing parameters
Jakub Kicinski
1
-14
/
+2
2020-03-05
ionic: let core reject the unsupported coalescing parameters
Jakub Kicinski
1
-22
/
+1
2020-03-05
nfp: let core reject the unsupported coalescing parameters
Jakub Kicinski
1
-20
/
+2
2020-03-05
stmmac: let core reject the unsupported coalescing parameters
Jakub Kicinski
1
-14
/
+2
2020-03-05
enic: let core reject the unsupported coalescing parameters
Jakub Kicinski
1
-19
/
+4
2020-03-05
xgbe: let core reject the unsupported coalescing parameters
Jakub Kicinski
1
-24
/
+2
2020-03-05
ethtool: add infrastructure for centralized checking of coalescing parameters
Jakub Kicinski
2
-3
/
+108
2020-03-05
hsr: fix refcnt leak of hsr slave interface
Taehee Yoo
1
-4
/
+1
2020-03-05
net: rmnet: use GFP_KERNEL instead of GFP_ATOMIC
Taehee Yoo
1
-2
/
+2
2020-03-05
net: rmnet: print error message when command fails
Taehee Yoo
3
-16
/
+29
2020-03-05
net: rmnet: add missing module alias
Taehee Yoo
1
-0
/
+1
2020-03-04
net: phy: marvell10g: place in powersave mode at probe
Russell King
1
-4
/
+26
2020-03-04
net: phy: marvell10g: add energy detect power down tunable
Russell King
1
-1
/
+85
2020-03-04
net: phy: marvell10g: add mdix control
Russell King
1
-2
/
+59
2020-03-04
sound: bt87x: use pci_status_get_and_clear_errors
Heiner Kallweit
1
-6
/
+1
2020-03-04
PCI: pci-bridge-emul: Use new constant PCI_STATUS_ERROR_BITS
Heiner Kallweit
1
-12
/
+2
2020-03-04
net: skfp: use new constant PCI_STATUS_ERROR_BITS
Heiner Kallweit
2
-7
/
+2
2020-03-04
net: sun: use pci_status_get_and_clear_errors
Heiner Kallweit
2
-39
/
+19
2020-03-04
r8169: use pci_status_get_and_clear_errors
Heiner Kallweit
1
-9
/
+6
2020-03-04
PCI: Add pci_status_get_and_clear_errors
Heiner Kallweit
2
-0
/
+24
2020-03-04
PCI: Add constant PCI_STATUS_ERROR_BITS
Heiner Kallweit
3
-14
/
+7
2020-03-04
r8169: add PCI_STATUS_PARITY to PCI status error bits
Heiner Kallweit
1
-1
/
+1
2020-03-04
net: skfp: add PCI_STATUS_REC_TARGET_ABORT to PCI status error bits
Heiner Kallweit
1
-1
/
+1
[next]