index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-12
net: ipa: introduce ipa_table_hash_support()
Alex Elder
3
-9
/
+17
2021-02-12
net: ipa: fix register write command validation
Alex Elder
1
-8
/
+24
2021-02-12
net: ipa: use dev_err_probe() in ipa_clock.c
Alex Elder
1
-4
/
+5
2021-02-12
net: ipa: use a separate pointer for adjusted GSI memory
Alex Elder
3
-26
/
+28
2021-02-12
octeontx2-pf: Fix out-of-bounds read in otx2_get_fecparam()
Gustavo A. R. Silva
1
-1
/
+1
2021-02-12
octeontx2-af: Fix spelling mistake "recievd" -> "received"
Colin Ian King
1
-1
/
+1
2021-02-12
rxrpc: Fix dependency on IPv6 in udp tunnel config
Vadim Fedorenko
1
-0
/
+2
2021-02-12
mptcp: add netlink event support
Florian Westphal
5
-7
/
+364
2021-02-12
mptcp: avoid lock_fast usage in accept path
Florian Westphal
3
-3
/
+35
2021-02-12
mptcp: pass subflow socket to a few helpers
Florian Westphal
5
-8
/
+8
2021-02-12
mptcp: move subflow close loop after sk close check
Florian Westphal
1
-3
/
+3
2021-02-12
mptcp: schedule worker when subflow is closed
Florian Westphal
2
-2
/
+27
2021-02-12
mptcp: split __mptcp_close_ssk helper
Florian Westphal
3
-7
/
+13
2021-02-12
mptcp: move pm netlink work into pm_netlink
Florian Westphal
3
-42
/
+42
2021-02-12
selftests: mptcp: fail if not enough SYN/3rd ACK
Matthieu Baerts
1
-8
/
+20
2021-02-12
selftests: mptcp: display warnings on one line
Matthieu Baerts
1
-23
/
+40
2021-02-12
selftests: mptcp: fix ACKRX debug message
Matthieu Baerts
1
-1
/
+1
2021-02-12
selftests: mptcp: dump more info on errors
Paolo Abeni
1
-3
/
+12
2021-02-12
net: hns3: refactor out hclge_rm_vport_all_mac_table()
Hao Chen
1
-24
/
+43
2021-02-12
net: hns3: refactor out hclgevf_set_rss_tuple()
Huazhong Tan
1
-15
/
+32
2021-02-12
net: hns3: refactor out hclge_set_rss_tuple()
Huazhong Tan
1
-13
/
+29
2021-02-12
net: hns3: split out hclgevf_cmd_send()
Yufeng Mo
1
-60
/
+81
2021-02-12
net: hns3: split out hclge_cmd_send()
Yufeng Mo
1
-41
/
+59
2021-02-12
net: hns3: split out hclge_dbg_dump_qos_buf_cfg()
Jian Shen
1
-43
/
+115
2021-02-12
net: hns3: refactor out hclgevf_get_rss_tuple()
Jian Shen
1
-25
/
+42
2021-02-12
net: hns3: refactor out hclge_get_rss_tuple()
Jian Shen
1
-21
/
+38
2021-02-12
net: hns3: refactor out hclge_set_vf_vlan_common()
Peng Li
1
-25
/
+48
2021-02-12
net: hns3: use ipv6_addr_any() helper
Jiaran Zhang
1
-8
/
+5
2021-02-12
net: hns3: clean up hns3_dbg_cmd_write()
Peng Li
1
-18
/
+26
2021-02-12
net: hns3: refactor out hclgevf_cmd_convert_err_code()
Peng Li
1
-28
/
+27
2021-02-12
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
2021-02-12
mac80211: add STBC encoding to ieee80211_parse_tx_radiotap
Philipp Borgers
1
-0
/
+9
2021-02-12
mac80211: minstrel_ht: remove sample rate switching code for constrained devices
Felix Fietkau
2
-103
/
+9
2021-02-12
mac80211: minstrel_ht: show sampling rates in debugfs
Felix Fietkau
1
-2
/
+16
2021-02-12
mac80211: minstrel_ht: significantly redesign the rate probing strategy
Felix Fietkau
2
-239
/
+336
2021-02-12
mac80211: minstrel_ht: reduce the need to sample slower rates
Felix Fietkau
2
-12
/
+8
2021-02-12
mac80211: minstrel_ht: update total packets counter in tx status path
Felix Fietkau
1
-11
/
+10
2021-02-12
mac80211: minstrel_ht: use bitfields to encode rate indexes
Felix Fietkau
3
-64
/
+79
2021-02-12
cfg80211: initialize reg_rule in __freq_reg_info()
Luca Coelho
1
-1
/
+1
2021-02-12
mac80211: fix potential overflow when multiplying to u32 integers
Colin Ian King
1
-1
/
+1
2021-02-12
mac80211: enable QoS support for nl80211 ctrl port
Markus Theil
2
-12
/
+21
2021-02-12
cfg80211: remove unused callback
Matteo Croce
1
-7
/
+0
2021-02-12
rtw88: 8822c: update RF_B (2/2) parameter tables to v60
Po-Hao Huang
1
-852
/
+4780
2021-02-12
rtw88: 8822c: update RF_B (1/2) parameter tables to v60
Po-Hao Huang
1
-11
/
+3775
2021-02-12
rtw88: 8822c: update RF_A parameter tables to v60
Po-Hao Huang
1
-68
/
+7904
2021-02-12
rtw88: 8822c: update MAC/BB parameter tables to v60
Po-Hao Huang
1
-371
/
+886
2021-02-12
rtw88: replace tx tasklet with work queue
Po-Hao Huang
5
-7
/
+10
2021-02-12
rtw88: add napi support
Po-Hao Huang
3
-24
/
+145
[next]