index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: count MSDUs in A-MSDU properly
Johannes Berg
2016-04-06
1
-9
/
+9
*
mac80211: allow passing transmitter station on RX
Johannes Berg
2016-04-06
1
-5
/
+13
*
mac80211: mesh: flush paths outside of plink lock
Bob Copeland
2016-04-05
1
-2
/
+9
*
mac80211: mesh: fix cleanup for mesh pathtable
Bob Copeland
2016-04-05
3
-2
/
+8
*
mac80211: mesh: fix mesh path kerneldoc
Bob Copeland
2016-04-05
1
-8
/
+12
*
mac80211: mesh: reorder structure members
Bob Copeland
2016-04-05
1
-3
/
+2
*
mac80211: mesh: embed gates hlist head directly
Bob Copeland
2016-04-05
2
-15
/
+5
*
mac80211: mesh: use hlist for rmc cache
Bob Copeland
2016-04-05
2
-10
/
+12
*
mac80211: mesh: handle failed alloc for rmc cache
Bob Copeland
2016-04-05
1
-0
/
+3
*
mac80211: mesh: fix crash in mesh_path_timer
Bob Copeland
2016-04-05
3
-15
/
+25
*
mac80211: track and tell driver about GO client P2P PS abilities
Ayala Beker
2016-04-05
2
-0
/
+33
*
cfg80211: allow userspace to specify client P2P PS support
Ayala Beker
2016-04-05
1
-0
/
+34
*
mac80211: avoid useless memory write on each frame RX
Johannes Berg
2016-04-05
1
-3
/
+4
*
mac80211: fix cipher scheme function name
Johannes Berg
2016-04-05
1
-4
/
+4
*
mac80211: clean up station flags debugfs
Johannes Berg
2016-04-05
2
-20
/
+47
*
mac80211: don't start dynamic PS timer if not needed
Johannes Berg
2016-04-05
1
-5
/
+5
*
mac80211: remove sta_info debugfs sub-struct
Johannes Berg
2016-04-05
3
-17
/
+15
*
mac80211: Remove unused variable in per STA debugfs struct
Mohammed Shafi Shajakhan
2016-04-05
2
-3
/
+0
*
mac80211: enable starting BA session with custom timeout
Sara Sharon
2016-04-05
1
-17
/
+30
*
mac80211: add NETIF_F_RXCSUM to features white list
Sara Sharon
2016-04-05
1
-1
/
+1
*
mac80211: Set global RRM capability
Emmanuel Grumbach
2016-04-05
1
-0
/
+2
*
mac80211: minstrel_ht: improve sample rate skip logic
Felix Fietkau
2016-04-05
1
-7
/
+16
*
mac80211: do not pass injected frames without a valid rate to the driver
Felix Fietkau
2016-04-05
1
-0
/
+3
*
mac80211: fix parsing of 40Mhz in injected radiotap header
Sven Eckelmann
2016-04-05
1
-2
/
+3
*
nl80211: add feature for BSS selection support
Arend van Spriel
2016-04-05
2
-0
/
+118
*
mac80211: synchronize driver rx queues before removing a station
Sara Sharon
2016-04-05
3
-1
/
+35
*
mac80211: mesh: convert path table to rhashtable
Bob Copeland
2016-04-05
4
-575
/
+259
*
rhashtable: accept GFP flags in rhashtable_walk_init
Bob Copeland
2016-04-05
4
-5
/
+8
*
mac80211: mesh: embed known gates list in struct mesh_path
Bob Copeland
2016-04-05
2
-56
/
+45
*
mac80211: mesh: factor out common mesh path allocation code
Bob Copeland
2016-04-05
1
-23
/
+28
*
mac80211: mesh: don't hash sdata in mpath tables
Bob Copeland
2016-04-05
1
-10
/
+8
*
mac80211: mesh: move path tables into if_mesh
Bob Copeland
2016-04-05
6
-115
/
+104
*
mac80211: Support a scan request for a specific BSSID
Jouni Malinen
2016-04-05
1
-1
/
+3
*
cfg80211: Allow a scan request for a specific BSSID
Jouni Malinen
2016-04-05
3
-0
/
+10
*
mac80211: allow not sending MIC up from driver for HW crypto
Sara Sharon
2016-04-05
2
-14
/
+17
*
mac80211: allow drivers to report CLOCK_BOOTTIME for scan results
Johannes Berg
2016-04-05
1
-1
/
+3
*
mac80211: parse VHT info in injected frames
Lorenzo Bianconi
2016-04-05
1
-0
/
+31
*
rfkill: Use switch to demux userspace operations
João Paulo Rechi Vita
2016-04-05
1
-14
/
+22
*
wext: unregister_pernet_subsys() on notifier registration failure
Johannes Berg
2016-04-05
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-04-01
23
-146
/
+224
|
\
|
*
tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
Daniel Borkmann
2016-04-01
1
-12
/
+21
|
*
rtnl: fix msg size calculation in if_nlmsg_size()
Nicolas Dichtel
2016-03-31
1
-0
/
+1
|
*
bpf: make padding in bpf_tunnel_key explicit
Daniel Borkmann
2016-03-30
1
-1
/
+4
|
*
ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
Eric Dumazet
2016-03-30
1
-2
/
+2
|
*
gro: Allow tunnel stacking in the case of FOU/GUE
Alexander Duyck
2016-03-30
1
-0
/
+16
|
*
sctp: really allow using GFP_KERNEL on sctp_packet_transmit
Marcelo Ricardo Leitner
2016-03-30
1
-3
/
+3
|
*
bridge: Allow set bridge ageing time when switchdev disabled
Haishuang Yan
2016-03-30
1
-1
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2016-03-28
13
-122
/
+166
|
|
\
|
|
*
netfilter: ipv4: fix NULL dereference
Liping Zhang
2016-03-28
2
-36
/
+38
|
|
*
netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...
Pablo Neira Ayuso
2016-03-28
4
-0
/
+10
[next]