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-04-26
cfg80211: support profile split between elements
Sara Sharon
2
-6
/
+117
2019-04-26
mac80211: support non-inheritance element
Sara Sharon
1
-57
/
+77
2019-04-26
cfg80211: support non-inheritance element
Sara Sharon
3
-1
/
+69
2019-04-26
cfg80211: don't skip multi-bssid index element
Sara Sharon
1
-2
/
+1
2019-04-26
mac80211_hwsim: set p2p device interface support indication
Avraham Stern
1
-0
/
+2
2019-04-26
nl80211: increase NL80211_MAX_SUPP_REG_RULES
Shaul Triebitz
1
-2
/
+2
2019-04-08
cfg80211/nl80211: Offload OWE processing to user space in AP mode
Sunil Dutt
5
-0
/
+172
2019-04-08
mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRIC
Narayanraddi Masti
6
-2
/
+16
2019-04-08
nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scan
vamsi krishna
3
-0
/
+74
2019-04-08
nl80211: reindent some sched scan code
Johannes Berg
1
-31
/
+34
2019-04-08
net: sched: flower: insert filter to ht before offloading it to hw
Vlad Buslov
1
-20
/
+44
2019-04-08
Merge branch 'rhashtable-bitlocks'
David S. Miller
12
-173
/
+271
2019-04-08
rhashtable: add lockdep tracking to bucket bit-spin-locks.
NeilBrown
2
-23
/
+43
2019-04-08
rhashtable: use bit_spin_locks to protect hash bucket.
NeilBrown
12
-178
/
+236
2019-04-08
rhashtable: allow rht_bucket_var to return NULL.
NeilBrown
2
-11
/
+29
2019-04-08
rhashtable: use cmpxchg() in nested_table_alloc()
NeilBrown
1
-3
/
+5
2019-04-07
Merge branch 'net-hsr-improvements-and-bug-fixes'
David S. Miller
14
-277
/
+327
2019-04-07
net: hsr: Fix node prune function for forget time expiry
Aaron Kramer
1
-0
/
+4
2019-04-07
net: hsr: add debugfs support for display node list
Murali Karicheri
6
-12
/
+155
2019-04-07
net: hsr: convert to SPDX identifier
Murali Karicheri
12
-61
/
+12
2019-04-07
net: hsr: add blank line after function declaration
Murali Karicheri
1
-0
/
+1
2019-04-07
net: hsr: remove camel case usage in the code
Murali Karicheri
4
-75
/
+76
2019-04-07
net: hsr: add missing space around operator in code
Murali Karicheri
2
-4
/
+4
2019-04-07
net: hsr: fix placement of logical operator in a multi-line statement
Murali Karicheri
2
-6
/
+6
2019-04-07
net: hsr: remove unnecessary space after a cast
Murali Karicheri
3
-15
/
+15
2019-04-07
net: hsr: fix NULL checks in the code
Murali Karicheri
5
-13
/
+13
2019-04-07
net: hsr: fix lines that ends with a '('
Murali Karicheri
2
-7
/
+5
2019-04-07
net: hsr: fix alignment issues in the code for functions
Murali Karicheri
3
-9
/
+9
2019-04-07
net: hsr: remove unnecessary paranthesis from the code
Murali Karicheri
3
-18
/
+16
2019-04-07
net: hsr: fix multiple blank lines in the code
Murali Karicheri
7
-55
/
+0
2019-04-07
net: hsr: fix lines exceeding 80 characters
Murali Karicheri
5
-22
/
+31
2019-04-07
selftests: forwarding: test for bridge mcast traffic after report and leave
Nikolay Aleksandrov
1
-0
/
+152
2019-04-07
net: hns: fix unsigned comparison to less than zero
Colin Ian King
1
-1
/
+1
2019-04-07
Merge branch 'r8152-runtime-mac-changes'
David S. Miller
1
-16
/
+35
2019-04-07
r8152: Refresh MAC address during USBDEVFS_RESET
Mario Limonciello
1
-15
/
+35
2019-04-07
r8152: remove extra action copying ethernet address
Mario Limonciello
1
-1
/
+0
2019-04-07
tcp: remove redundant check on tskb
Colin Ian King
1
-5
/
+2
2019-04-07
Merge branch 'net-phy-add-Amlogic-g12a-support'
David S. Miller
5
-4
/
+453
2019-04-07
net: phy: meson-gxl: clean-up gxl variant driver
Jerome Brunet
1
-4
/
+2
2019-04-07
net: phy: meson-gxl: add g12a support
Jerome Brunet
1
-0
/
+11
2019-04-07
net: phy: add amlogic g12a mdio mux support
Jerome Brunet
3
-0
/
+392
2019-04-07
dt-bindings: net: phy: add g12a mdio mux documentation
Jerome Brunet
1
-0
/
+48
2019-04-07
virtio-net: Fix some minor formatting errors
Yuval Shaia
1
-4
/
+6
2019-04-07
virtio-net: Remove inclusion of pci.h
Yuval Shaia
1
-1
/
+0
2019-04-07
r8169: disable tx interrupt coalescing on RTL8168
Heiner Kallweit
1
-18
/
+2
2019-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
527
-6928
/
+4631
2019-04-05
Merge tag 'mm-compaction-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+18
2019-04-05
tty: mark Siemens R3964 line discipline as BROKEN
Greg Kroah-Hartman
1
-1
/
+1
2019-04-05
Merge tag 'drm-fixes-2019-04-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
11
-17
/
+44
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
122
-563
/
+1096
[next]