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.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
nexthop: Add support for nexthop groups
David Ahern
2
-24
/
+578
2019-05-29
nexthop: Add support for lwt encaps
David Ahern
2
-1
/
+39
2019-05-29
nexthop: Add support for IPv6 gateways
David Ahern
2
-0
/
+59
2019-05-29
nexthop: Add support for IPv4 nexthops
David Ahern
2
-0
/
+213
2019-05-29
net: Initial nexthop code
David Ahern
5
-1
/
+831
2019-05-29
net: nexthop uapi
David Ahern
3
-1
/
+70
2019-05-29
Merge branch 'hns3-next'
David S. Miller
12
-80
/
+213
2019-05-29
net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector
Huazhong Tan
1
-3
/
+1
2019-05-29
net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()
Huazhong Tan
1
-2
/
+2
2019-05-29
net: hns3: stop schedule reset service while unloading driver
Huazhong Tan
3
-2
/
+7
2019-05-29
net: hns3: add handshake with hardware while doing reset
Huazhong Tan
4
-9
/
+16
2019-05-29
net: hns3: modify hclgevf_init_client_instance()
Huazhong Tan
1
-29
/
+50
2019-05-29
net: hns3: modify hclge_init_client_instance()
Huazhong Tan
1
-37
/
+53
2019-05-29
net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has reg...
Huazhong Tan
2
-0
/
+8
2019-05-29
net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has reg...
Huazhong Tan
2
-1
/
+8
2019-05-29
net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has regis...
Huazhong Tan
2
-0
/
+7
2019-05-29
net: hns3: add support for dump firmware statistics by debugfs
Zhongzhu Liu
3
-0
/
+66
2019-05-29
net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro
Yunsheng Lin
1
-1
/
+1
2019-05-29
net: hns3: fix compile warning without CONFIG_RFS_ACCEL
Jian Shen
1
-2
/
+0
2019-05-29
hinic: fix a bug in set rx mode
Xue Chaojing
1
-4
/
+0
2019-05-29
Merge branch 'inet-frags-followup'
David S. Miller
4
-23
/
+43
2019-05-29
inet: frags: fix use-after-free read in inet_frag_destroy_rcu
Eric Dumazet
2
-2
/
+21
2019-05-29
inet: frags: call inet_frags_fini() after unregister_pernet_subsys()
Eric Dumazet
2
-2
/
+2
2019-05-29
inet: frags: uninline fqdir_init()
Eric Dumazet
2
-19
/
+20
2019-05-29
selftests/net: ipv6 flowlabel
Willem de Bruijn
5
-2
/
+453
2019-05-29
enetc: Enable TC offloading with mqprio
Camelia Groza
5
-1
/
+72
2019-05-29
Merge branch 'stmmac-SPDX'
David S. Miller
2
-14
/
+2
2019-05-29
net: stmmac: dwmac-meson8b: update with SPDX Licence identifier
Neil Armstrong
1
-7
/
+1
2019-05-29
net: stmmac: dwmac-meson: update with SPDX Licence identifier
Neil Armstrong
1
-7
/
+1
2019-05-28
fsl/fman: include IPSEC SPI in the Keygen extraction
Madalin Bucur
1
-1
/
+2
2019-05-28
net: mvpp2: cls: Check RSS table index validity when creating a context
Maxime Chevallier
1
-0
/
+3
2019-05-27
enetc: fix le32/le16 degrading to integer warnings
Y.b. Lu
1
-7
/
+9
2019-05-27
r8169: remove support for RTL_GIGA_MAC_VER_01
Heiner Kallweit
1
-34
/
+9
2019-05-27
r8169: improve RTL8168d PHY initialization
Heiner Kallweit
1
-101
/
+52
2019-05-27
Merge branch 'r8169-small-improvements'
David S. Miller
1
-13
/
+10
2019-05-27
r8169: change type of member mac_version in rtl8169_private
Heiner Kallweit
1
-2
/
+6
2019-05-27
r8169: remove unneeded return statement in rtl_hw_init_8168g
Heiner Kallweit
1
-2
/
+1
2019-05-27
r8169: remove rtl_hw_init_8168ep
Heiner Kallweit
1
-9
/
+3
2019-05-27
cxgb4: Make t4_get_tp_e2c_map static
YueHaibing
1
-1
/
+1
2019-05-27
selftest: Fixes for icmp_redirect test
David Ahern
1
-8
/
+38
2019-05-27
ipv4: remove redundant assignment to n
Colin Ian King
1
-1
/
+0
2019-05-27
net: phy: bcm87xx: improve bcm87xx_config_init and feature detection
Heiner Kallweit
1
-12
/
+8
2019-05-27
Merge branch 'inet-frags-avoid-possible-races-at-netns-dismantle'
David S. Miller
11
-167
/
+181
2019-05-27
inet: frags: rework rhashtable dismantle
Eric Dumazet
2
-12
/
+41
2019-05-27
net: dynamically allocate fqdir structures
Eric Dumazet
11
-63
/
+78
2019-05-27
net: add a net pointer to struct fqdir
Eric Dumazet
5
-24
/
+17
2019-05-27
net: rename inet_frags_init_net() to fdir_init()
Eric Dumazet
5
-9
/
+6
2019-05-27
ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_table
Eric Dumazet
1
-11
/
+6
2019-05-27
netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...
Eric Dumazet
1
-12
/
+7
2019-05-27
ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]
Eric Dumazet
1
-10
/
+5
[next]