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
2021-03-02
net: enetc: initialize RFS/RSS memories for unused ports too
Vladimir Oltean
3
-9
/
+36
2021-03-02
net: enetc: don't overwrite the RSS indirection table when initializing
Vladimir Oltean
4
-8
/
+18
2021-03-02
inetpeer: use div64_ul() and clamp_val() calculate inet_peer_threshold
Yejune Deng
1
-14
/
+7
2021-03-02
net/qrtr: fix __netdev_alloc_skb call
Pavel Skripkin
1
-1
/
+1
2021-03-02
Merge branch 'sh_eth-masks'
David S. Miller
1
-0
/
+7
2021-03-02
sh_eth: fix TRSCER mask for R7S9210
Sergey Shtylyov
1
-0
/
+2
2021-03-02
sh_eth: fix TRSCER mask for R7S72100
Sergey Shtylyov
1
-0
/
+2
2021-03-02
sh_eth: fix TRSCER mask for SH771x
Sergey Shtylyov
1
-0
/
+3
2021-03-02
atm: lanai: dont run lanai_dev_close if not open
Tong Zhang
1
-1
/
+4
2021-03-02
atm: eni: dont release is never initialized
Tong Zhang
1
-1
/
+2
2021-03-02
net: phy: fix save wrong speed and duplex problem if autoneg is on
Guangbin Huang
1
-2
/
+4
2021-03-02
net: always use icmp{,v6}_ndo_send from ndo_start_xmit
Jason A. Donenfeld
6
-23
/
+22
2021-03-02
net: dsa: tag_rtl4_a: fix egress tags
DENG Qingfang
1
-7
/
+5
2021-03-02
xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculating
Jan Beulich
1
-2
/
+2
2021-03-01
net: phy: ti: take into account all possible interrupt sources
Ioana Ciornei
2
-9
/
+11
2021-02-28
Merge branch 'net-hns3-fixes-fot-net'
Jakub Kicinski
2
-7
/
+6
2021-02-28
net: hns3: fix bug when calculating the TCAM table info
Jian Shen
1
-2
/
+2
2021-02-28
net: hns3: fix query vlan mask value error for flow director
Jian Shen
1
-2
/
+1
2021-02-28
net: hns3: fix error mask definition of flow director
Jian Shen
1
-3
/
+3
2021-02-28
net: Fix gro aggregation for udp encaps with zero csum
Daniel Borkmann
1
-1
/
+1
2021-02-28
net: broadcom: bcm4908_enet: enable RX after processing packets
Rafał Miłecki
1
-0
/
+3
2021-02-28
ethtool: fix the check logic of at least one channel for RX/TX
Yinjun Zhang
1
-13
/
+13
2021-02-27
Merge branch 'bnxt_en-error-recovery-bug-fixes'
Jakub Kicinski
1
-2
/
+15
2021-02-27
bnxt_en: reliably allocate IRQ table on reset to avoid crash
Edwin Peer
1
-2
/
+12
2021-02-27
bnxt_en: Fix race between firmware reset and driver remove.
Vasundhara Volam
1
-0
/
+3
2021-02-27
Merge branch 'mlxsw-various-fixes'
Jakub Kicinski
5
-1
/
+24
2021-02-27
mlxsw: spectrum_router: Ignore routes using a deleted nexthop object
Ido Schimmel
1
-0
/
+7
2021-02-27
mlxsw: spectrum_ethtool: Add an external speed to PTYS register
Danielle Ratson
3
-1
/
+8
2021-02-27
selftests: forwarding: Fix race condition in mirror installation
Danielle Ratson
1
-0
/
+9
2021-02-27
tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)
Arjun Roy
1
-1
/
+2
2021-02-27
net: fec: ptp: avoid register access when ipg clock is disabled
Heiko Thiery
1
-0
/
+7
2021-02-27
net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused
Arnd Bergmann
1
-4
/
+2
2021-02-27
net: dsa: mt7530: don't build GPIO support if !GPIOLIB
DENG Qingfang
1
-0
/
+4
2021-02-27
net: dsa: tag_ocelot_8021q: fix driver dependency
Arnd Bergmann
1
-0
/
+2
2021-02-27
net: mscc: ocelot: select NET_DEVLINK
Arnd Bergmann
1
-0
/
+1
2021-02-27
Merge branch 'ethernet-fixes-for-stmmac-driver'
Jakub Kicinski
7
-45
/
+194
2021-02-27
net: stmmac: re-init rx buffers when mac resume back
Joakim Zhang
1
-1
/
+83
2021-02-27
net: stmmac: fix wrongly set buffer2 valid when sph unsupport
Joakim Zhang
4
-6
/
+15
2021-02-27
net: stmmac: fix dma physical address of descriptor when display ring
Joakim Zhang
5
-34
/
+94
2021-02-27
net: stmmac: fix watchdog timeout during suspend/resume stress test
Joakim Zhang
1
-0
/
+2
2021-02-27
net: stmmac: stop each tx channel independently
Joakim Zhang
1
-4
/
+0
2021-02-27
Merge tag 'wireless-drivers-2021-02-26' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
11
-30
/
+39
2021-02-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
10
-13
/
+41
2021-02-26
mt76: mt7915: fix unused 'mode' variable
Arnd Bergmann
1
-2
/
+2
2021-02-26
mt76: dma: do not report truncated frames to mac80211
Lorenzo Bianconi
1
-4
/
+7
2021-02-26
mt76: mt7921: remove incorrect error handling
Arnd Bergmann
1
-3
/
+1
2021-02-26
iwlwifi: pcie: fix iwl_so_trans_cfg link error when CONFIG_IWLMVM is disabled
Kalle Valo
1
-1
/
+2
2021-02-25
Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-374
/
+65
2021-02-25
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
22
-507
/
+1492
2021-02-25
Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
8
-5
/
+190
[next]