index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
Merge branch 'ethtool-consolidate-parameter-checking-for-irq-coalescing'
David S. Miller
15
-183
/
+146
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
Merge branch 'rmnet-cleanups'
David S. Miller
3
-18
/
+32
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
Merge branch 'marvell10g-tunable-and-power-saving-support'
David S. Miller
1
-7
/
+170
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
Merge branch 'PCI-Add-and-use-constant-PCI_STATUS_ERROR_BITS-and-helper-pci_s...
David S. Miller
11
-85
/
+61
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
2020-03-04
net: marvell: add PCI_STATUS_SIG_TARGET_ABORT to PCI status error bits
Heiner Kallweit
2
-0
/
+2
2020-03-04
Merge branch 'Allow-unknown-unicast-traffic-to-CPU-for-Felix-DSA'
David S. Miller
6
-49
/
+121
2020-03-04
net: dsa: felix: Allow unknown unicast traffic towards the CPU port module
Vladimir Oltean
3
-10
/
+69
2020-03-04
net: mscc: ocelot: eliminate confusion between CPU and NPI port
Vladimir Oltean
5
-39
/
+52
2020-03-04
Merge branch 'pie-minor-improvements'
David S. Miller
3
-46
/
+33
2020-03-04
pie: realign comment
Leslie Monis
1
-9
/
+9
2020-03-04
pie: remove pie_vars->accu_prob_overflows
Leslie Monis
3
-20
/
+7
2020-03-04
pie: remove unnecessary type casting
Leslie Monis
1
-2
/
+2
2020-03-04
pie: use term backlog instead of qlen
Leslie Monis
2
-16
/
+16
2020-03-04
Merge branch 'act_ct-software-offload-of-established-flows-fixes'
David S. Miller
1
-36
/
+28
2020-03-04
net/sched: act_ct: Use pskb_network_may_pull()
Paul Blakey
1
-8
/
+8
2020-03-04
net/sched: act_ct: Fix ipv6 lookup of offloaded connections
Paul Blakey
1
-34
/
+26
2020-03-03
gianfar: remove unnecessary zeroing coalesce settings
Jakub Kicinski
1
-29
/
+0
2020-03-03
Merge branch 'Wire-up-Ocelot-tc-flower-to-Felix-DSA'
David S. Miller
14
-917
/
+983
2020-03-03
net: dsa: felix: Wire up the ocelot cls_flower methods
Vladimir Oltean
4
-0
/
+171
2020-03-03
net: dsa: Add bypass operations for the flower classifier-action filter
Vladimir Oltean
2
-0
/
+66
[next]