index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-11-15
net: ethernet: smsc9420: Utilize phy_ethtool_nway_reset
Florian Fainelli
2016-11-15
net: smsc911x: Utilize phy_ethtool_nway_reset
Florian Fainelli
2016-11-15
net: mv643xx_eth: Utilize phy_ethtool_nway_reset
Florian Fainelli
2016-11-15
net: bcm63xx_enet: Utilize phy_ethtool_nway_reset
Florian Fainelli
2016-11-15
net: nb8800: Utilize phy_ethtool_nway_reset
Florian Fainelli
2016-11-15
net: phy: Add phy_ethtool_nway_reset
Florian Fainelli
2016-11-15
vxlan: Fix uninitialized variable warnings.
David S. Miller
2016-11-15
Merge branch 'vxlan-xmit-improvements'
David S. Miller
2016-11-15
vxlan: remove unsed vxlan_dev_dst_port()
pravin shelar
2016-11-15
vxlan: simplify vxlan xmit
pravin shelar
2016-11-15
vxlan: simplify RTF_LOCAL handling.
pravin shelar
2016-11-15
vxlan: improve vxlan route lookup checks.
pravin shelar
2016-11-15
vxlan: simplify exception handling
pravin shelar
2016-11-15
vxlan: avoid checking socket multiple times.
pravin shelar
2016-11-15
vxlan: avoid vlan processing in vxlan device.
pravin shelar
2016-11-15
udplite: fix NULL pointer dereference
Paolo Abeni
2016-11-15
Merge branch 'bpf-lru'
David S. Miller
2016-11-15
bpf: Add tests for the LRU bpf_htab
Martin KaFai Lau
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
Martin KaFai Lau
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_HASH
Martin KaFai Lau
2016-11-15
bpf: Refactor codes handling percpu map
Martin KaFai Lau
2016-11-15
bpf: Add percpu LRU list
Martin KaFai Lau
2016-11-15
bpf: LRU List
Martin KaFai Lau
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-11-14
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...
Linus Torvalds
2016-11-14
Merge tag 'rtc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...
Linus Torvalds
2016-11-14
tile: handle __ro_after_init like parisc does
Chris Metcalf
2016-11-14
mlxsw: spectrum_router: Flush FIB tables during fini
Ido Schimmel
2016-11-14
mdio: Demote print from info to debug in mdio_driver_register
Florian Fainelli
2016-11-14
net: stmmac: Fix lack of link transition for fixed PHYs
Florian Fainelli
2016-11-14
driver: macvlan: Replace integer number with bool value
Gao Feng
2016-11-14
bpf: Use u64_to_user_ptr()
Mickaël Salaün
2016-11-14
sctp: change sk state only when it has assocs in sctp_shutdown
Xin Long
2016-11-14
Merge branch 'bnx2-kdump-fix'
David S. Miller
2016-11-14
bnx2: Wait for in-flight DMA to complete at probe stage
Baoquan He
2016-11-14
Revert "bnx2: Reset device during driver initialization"
Baoquan He
2016-11-14
ps3_gelic: fix spelling mistake in debug message
Colin Ian King
2016-11-14
net: atheros: atl2: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-11-14
net: atheros: atl1: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-11-14
net: atheros: atl1c: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-11-14
net: alx: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-11-14
net: fix sleeping for sk_wait_event()
WANG Cong
2016-11-14
ASoC: lpass-platform: fix uninitialized variable
Linus Torvalds
2016-11-14
Revert "printk: make reading the kernel log flush pending lines"
Linus Torvalds
2016-11-14
gp8psk-fe: add missing MODULE_foo() macros
Mauro Carvalho Chehab
2016-11-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-11-14
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-11-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-11-14
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
[prev]
[next]