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-02-13
net: mscc: ocelot: offload bridge port flags to device
Vladimir Oltean
4
-5
/
+158
2021-02-13
net: mscc: ocelot: use separate flooding PGID for broadcast
Vladimir Oltean
3
-12
/
+18
2021-02-13
net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializes
Vladimir Oltean
1
-0
/
+1
2021-02-13
net: dsa: act as passthrough for bridge port flags
Vladimir Oltean
10
-127
/
+263
2021-02-13
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
10
-89
/
+129
2021-02-13
net: dsa: configure better brport flags when ports leave the bridge
Vladimir Oltean
1
-7
/
+38
2021-02-13
net: bridge: don't print in br_switchdev_set_port_flag
Vladimir Oltean
4
-14
/
+21
2021-02-13
net: bridge: offload all port flags at once in br_setport
Vladimir Oltean
2
-76
/
+39
2021-02-13
net: switchdev: propagate extack to port attributes
Vladimir Oltean
8
-11
/
+24
2021-02-13
octeontx2: Fix condition.
David S. Miller
1
-1
/
+1
2021-02-13
Merge branch 'ipa-cleanups'
David S. Miller
7
-54
/
+87
2021-02-13
net: ipa: introduce gsi_channel_initialized()
Alex Elder
1
-8
/
+14
2021-02-13
net: ipa: introduce ipa_table_hash_support()
Alex Elder
3
-9
/
+17
2021-02-13
net: ipa: fix register write command validation
Alex Elder
1
-8
/
+24
2021-02-13
net: ipa: use dev_err_probe() in ipa_clock.c
Alex Elder
1
-4
/
+5
2021-02-13
net: ipa: use a separate pointer for adjusted GSI memory
Alex Elder
3
-26
/
+28
2021-02-13
Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub...
David S. Miller
12
-427
/
+486
2021-02-13
octeontx2-pf: Fix out-of-bounds read in otx2_get_fecparam()
Gustavo A. R. Silva
1
-1
/
+1
2021-02-13
octeontx2-af: Fix spelling mistake "recievd" -> "received"
Colin Ian King
1
-1
/
+1
2021-02-13
Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...
David S. Miller
224
-5980
/
+33651
2021-02-13
rxrpc: Fix dependency on IPv6 in udp tunnel config
Vadim Fedorenko
1
-0
/
+2
2021-02-13
Merge branch 'mptcp-genl-events'
David S. Miller
9
-71
/
+491
2021-02-13
mptcp: add netlink event support
Florian Westphal
5
-7
/
+364
2021-02-13
mptcp: avoid lock_fast usage in accept path
Florian Westphal
3
-3
/
+35
2021-02-13
mptcp: pass subflow socket to a few helpers
Florian Westphal
5
-8
/
+8
2021-02-13
mptcp: move subflow close loop after sk close check
Florian Westphal
1
-3
/
+3
2021-02-13
mptcp: schedule worker when subflow is closed
Florian Westphal
2
-2
/
+27
2021-02-13
mptcp: split __mptcp_close_ssk helper
Florian Westphal
3
-7
/
+13
2021-02-13
mptcp: move pm netlink work into pm_netlink
Florian Westphal
3
-42
/
+42
2021-02-13
Merge branch 'mptcp-selftests'
David S. Miller
1
-28
/
+66
2021-02-13
selftests: mptcp: fail if not enough SYN/3rd ACK
Matthieu Baerts
1
-8
/
+20
2021-02-13
selftests: mptcp: display warnings on one line
Matthieu Baerts
1
-23
/
+40
2021-02-13
selftests: mptcp: fix ACKRX debug message
Matthieu Baerts
1
-1
/
+1
2021-02-13
selftests: mptcp: dump more info on errors
Paolo Abeni
1
-3
/
+12
2021-02-13
Merge branch 'hns3-cleanups'
David S. Miller
6
-348
/
+571
2021-02-13
net: hns3: refactor out hclge_rm_vport_all_mac_table()
Hao Chen
1
-24
/
+43
2021-02-13
net: hns3: refactor out hclgevf_set_rss_tuple()
Huazhong Tan
1
-15
/
+32
2021-02-13
net: hns3: refactor out hclge_set_rss_tuple()
Huazhong Tan
1
-13
/
+29
2021-02-13
net: hns3: split out hclgevf_cmd_send()
Yufeng Mo
1
-60
/
+81
2021-02-13
net: hns3: split out hclge_cmd_send()
Yufeng Mo
1
-41
/
+59
2021-02-13
net: hns3: split out hclge_dbg_dump_qos_buf_cfg()
Jian Shen
1
-43
/
+115
2021-02-13
net: hns3: refactor out hclgevf_get_rss_tuple()
Jian Shen
1
-25
/
+42
2021-02-13
net: hns3: refactor out hclge_get_rss_tuple()
Jian Shen
1
-21
/
+38
2021-02-13
net: hns3: refactor out hclge_set_vf_vlan_common()
Peng Li
1
-25
/
+48
2021-02-13
net: hns3: use ipv6_addr_any() helper
Jiaran Zhang
1
-8
/
+5
2021-02-13
net: hns3: clean up hns3_dbg_cmd_write()
Peng Li
1
-18
/
+26
2021-02-13
net: hns3: refactor out hclgevf_cmd_convert_err_code()
Peng Li
1
-28
/
+27
2021-02-13
net: hns3: refactor out hclge_cmd_convert_err_code()
Peng Li
1
-28
/
+27
2021-02-12
nl80211: add documentation for HT/VHT/HE disable attributes
Johannes Berg
1
-2
/
+9
2021-02-12
cfg80211/mac80211: Support disabling HE mode
Ben Greear
4
-0
/
+14
[next]