index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-12
dns: remove redundant zero length namelen check
Colin Ian King
1
-2
/
+0
2019-04-11
tipc: use standard write_lock & unlock functions when creating node
Jon Maloy
1
-2
/
+3
2019-04-11
net: sched: flower: use correct ht function to prevent duplicates
Vlad Buslov
2
-3
/
+23
2019-04-11
netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()
Guillaume Nault
1
-1
/
+1
2019-04-11
net: fou: remove redundant code in gue_udp_recv
Lorenzo Bianconi
1
-3
/
+1
2019-04-11
fou: correct spelling of encapsulation
Simon Horman
1
-2
/
+2
2019-04-11
Merge branch 'net-sched-taprio-fix-picos_per_byte-miscalculation'
David S. Miller
2
-30
/
+165
2019-04-11
net/sched: cbs: fix port_rate miscalculation
Leandro Dorileo
1
-14
/
+84
2019-04-11
net/sched: taprio: fix picos_per_byte miscalculation
Leandro Dorileo
1
-16
/
+81
2019-04-11
net: strparser: fix comment
Jakub Kicinski
1
-1
/
+1
2019-04-10
ipv4: Handle RTA_GATEWAY set to 0
David Ahern
2
-2
/
+4
2019-04-10
Merge branch 'net-sched-move-back-qlen-to-per-CPU-accounting'
David S. Miller
5
-71
/
+105
2019-04-10
Revert: "net: sched: put back q.qlen into a single location"
Paolo Abeni
3
-20
/
+28
2019-04-10
net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too
Paolo Abeni
3
-9
/
+42
2019-04-10
net: sched: always do stats accounting according to TCQ_F_CPUSTATS
Paolo Abeni
2
-42
/
+31
2019-04-10
net: sched: prefer qdisc_is_empty() over direct qlen access
Paolo Abeni
1
-1
/
+1
2019-04-10
net: caif: avoid using qdisc_qlen()
Paolo Abeni
1
-4
/
+8
2019-04-09
net: phy: remove unnecessary callback settings in C45 drivers
Heiner Kallweit
2
-15
/
+0
2019-04-09
Merge branch 'netdevsim-small-spring-cleanup'
David S. Miller
3
-34
/
+2
2019-04-09
netdevsim: assume CONFIG_NET_DEVLINK is always enabled
Jiri Pirko
2
-27
/
+1
2019-04-09
netdevsim: let net core to free netdevsim netdev
Jiri Pirko
1
-1
/
+1
2019-04-09
netdevsim: remove nsim_dellink() implementation
Jiri Pirko
1
-6
/
+0
2019-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
146
-1109
/
+1478
2019-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
14
-28
/
+89
2019-04-09
Merge branch 'fixes-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...
Linus Torvalds
7
-21
/
+108
2019-04-09
Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
4
-11
/
+24
2019-04-09
Merge branch 'bnxt_en-fixes'
David S. Miller
1
-3
/
+13
2019-04-09
bnxt_en: Reset device on RX buffer errors.
Michael Chan
1
-0
/
+6
2019-04-09
bnxt_en: Improve RX consumer index validity check.
Michael Chan
1
-3
/
+7
2019-04-09
net: macb driver, check for SKBTX_HW_TSTAMP
Paul Thomas
1
-1
/
+3
2019-04-09
ethtool: thunder_bgx: use ethtool.h constants for speed and duplex
Michael Zhivich
1
-8
/
+8
2019-04-09
net: phy: fix setting autoneg_complete in genphy_update_link
Heiner Kallweit
1
-6
/
+4
2019-04-09
Merge branch 'ethtool-fix-use-of-SPEED_UNKNOWN-constant'
David S. Miller
4
-8
/
+8
2019-04-09
qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constant
Michael Zhivich
1
-1
/
+1
2019-04-09
broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constant
Michael Zhivich
2
-6
/
+6
2019-04-09
ethtool: avoid signed-unsigned comparison in ethtool_validate_speed()
Michael Zhivich
1
-1
/
+1
2019-04-09
Merge branch 'mlxsw-Add-support-for-devlink-info-command'
David S. Miller
3
-0
/
+101
2019-04-09
Documentation: networking: devlink-info-versions: Add fw.psid
Shalom Toledo
1
-0
/
+5
2019-04-09
mlxsw: core: Add support for devlink info command
Shalom Toledo
1
-0
/
+41
2019-04-09
mlxsw: reg: Add MGIR register
Shalom Toledo
1
-0
/
+55
2019-04-09
qmi_wwan: Add quirk for Quectel dynamic config
Kristian Evensen
1
-34
/
+31
2019-04-09
net: phy: replace genphy_10g_driver with genphy_c45_driver
Heiner Kallweit
2
-22
/
+11
2019-04-09
Merge branch 'erspan-use-after-free'
David S. Miller
2
-12
/
+23
2019-04-09
net: ip6_gre: fix possible use-after-free in ip6erspan_rcv
Lorenzo Bianconi
1
-7
/
+13
2019-04-09
net: ip_gre: fix possible use-after-free in erspan_rcv
Lorenzo Bianconi
1
-5
/
+10
2019-04-09
selftests/tpm2: Open tpm dev in unbuffered mode
Tadeusz Struk
1
-2
/
+2
2019-04-09
selftests/tpm2: Extend tests to cover partial reads
Tadeusz Struk
2
-0
/
+64
2019-04-09
KEYS: trusted: fix -Wvarags warning
ndesaulniers@google.com
2
-3
/
+3
2019-04-09
tpm: Fix the type of the return value in calc_tpm2_event_size()
Yue Haibing
1
-2
/
+2
2019-04-09
KEYS: trusted: allow trusted.ko to initialize w/o a TPM
Jarkko Sakkinen
1
-5
/
+23
[next]