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-05-29
net/mlx5: Allocate root ns memory using kzalloc to match kfree
Parav Pandit
1
-1
/
+1
2019-05-29
net/mlx5: Avoid double free in fs init error unwinding path
Parav Pandit
1
-0
/
+4
2019-05-29
net/mlx5: Avoid double free of root ns in the error flow path
Parav Pandit
1
-15
/
+3
2019-05-29
net/mlx5: Fix error handling in mlx5_load()
Saeed Mahameed
1
-1
/
+1
2019-05-29
Documentation: net-sysfs: Remove duplicate PHY device documentation
Florian Fainelli
2
-35
/
+13
2019-05-29
llc: fix skb leak in llc_build_and_send_ui_pkt()
Eric Dumazet
1
-0
/
+2
2019-05-29
selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtu
Stefano Brivio
1
-7
/
+7
2019-05-28
dpaa_eth: use only online CPU portals
Madalin Bucur
2
-7
/
+6
2019-05-28
net: mvneta: Fix err code path of probe
Jisheng Zhang
1
-3
/
+1
2019-05-28
net: stmmac: Do not output error on deferred probe
Thierry Reding
1
-1
/
+5
2019-05-27
Merge branch 'aquantia-fixes'
David S. Miller
2
-47
/
+68
2019-05-27
net: aquantia: tcp checksum 0xffff being handled incorrectly
Nikita Danilov
1
-2
/
+1
2019-05-27
net: aquantia: fix LRO with FCS error
Dmitry Bogdanov
1
-29
/
+32
2019-05-27
net: aquantia: check rx csum for all packets in LRO session
Dmitry Bogdanov
1
-13
/
+31
2019-05-27
net: aquantia: tx clean budget logic error
Igor Russkikh
1
-3
/
+4
2019-05-27
net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()
Kees Cook
1
-1
/
+0
2019-05-27
Merge branch 'net-tls-two-fixes-for-rx_list-pre-handling'
David S. Miller
2
-12
/
+41
2019-05-27
selftests/tls: add test for sleeping even though there is data
Jakub Kicinski
1
-0
/
+15
2019-05-27
net/tls: fix no wakeup on partial reads
Jakub Kicinski
1
-6
/
+2
2019-05-27
selftests/tls: test for lowat overshoot with multiple records
Jakub Kicinski
1
-0
/
+19
2019-05-27
net/tls: fix lowat calculation if some data came from previous record
Jakub Kicinski
1
-7
/
+6
2019-05-26
Merge branch 'dpaa2-eth-Fix-smatch-warnings'
David S. Miller
3
-3
/
+6
2019-05-26
dpaa2-eth: Make constant 64-bit long
Ioana Radulescu
1
-1
/
+1
2019-05-26
dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriate
Ioana Radulescu
1
-2
/
+2
2019-05-26
dpaa2-eth: Fix potential spectre issue
Ioana Radulescu
1
-0
/
+3
2019-05-26
bonding/802.3ad: fix slave link initialization transition states
Jarod Wilson
1
-5
/
+10
2019-05-26
net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool ops
Maxime Chevallier
1
-0
/
+9
2019-05-25
Merge branch 'fix-some-bugs-in-stmmac'
David S. Miller
3
-6
/
+8
2019-05-25
net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write fail
Biao Huang
1
-2
/
+0
2019-05-25
net: stmmac: fix csr_clk can't be zero issue
Biao Huang
2
-4
/
+7
2019-05-25
net: stmmac: update rx tail pointer register to fix rx dma hang issue.
Biao Huang
1
-0
/
+1
2019-05-25
ip_sockglue: Fix missing-check bug in ip_ra_control()
Gen Zhang
1
-0
/
+2
2019-05-25
ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()
Gen Zhang
1
-0
/
+2
2019-05-24
net: sched: don't use tc_action->order during action dump
Vlad Buslov
1
-2
/
+1
2019-05-24
cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page size"
Vishal Kulkarni
1
-0
/
+11
2019-05-24
net: fec: fix the clk mismatch in failed_reset path
Andy Duan
1
-1
/
+1
2019-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
13
-63
/
+375
2019-05-23
cxgb4: offload VLAN flows regardless of VLAN ethtype
Raju Rangoju
1
-2
/
+3
2019-05-23
hsr: fix don't prune the master node from the node_db
Andreas Oetken
1
-0
/
+8
2019-05-23
net: mvpp2: cls: Fix leaked ethtool_rx_flow_rule
Maxime Chevallier
1
-0
/
+3
2019-05-23
ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
Eric Dumazet
1
-11
/
+11
2019-05-23
ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
Eric Dumazet
1
-17
/
+30
2019-05-23
Merge branch 'bnxt_en-Bug-fixes'
David S. Miller
4
-17
/
+23
2019-05-23
bnxt_en: Device serial number is supported only for PFs.
Vasundhara Volam
1
-5
/
+6
2019-05-23
bnxt_en: Reduce memory usage when running in kdump kernel.
Michael Chan
2
-3
/
+5
2019-05-23
bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().
Michael Chan
4
-9
/
+10
2019-05-23
bnxt_en: Fix aggregation buffer leak under OOM condition.
Michael Chan
1
-0
/
+2
2019-05-23
ipv6: Fix redirect with VRF
David Ahern
1
-0
/
+6
2019-05-23
net: stmmac: fix reset gpio free missing
Jisheng Zhang
1
-1
/
+2
2019-05-23
mISDN: make sure device name is NUL terminated
Dan Carpenter
1
-2
/
+3
[next]