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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-10
net: add wireless TX status socket option
Johannes Berg
3
-0
/
+47
2011-11-10
mac80211: simplify ieee80211_work_work
Stanislaw Gruszka
1
-14
/
+3
2011-11-10
mac80211: remove useless brackets in ieee80211_cfg_on_oper_channel
Stanislaw Gruszka
1
-2
/
+2
2011-11-10
mac80211: remove uneeded scan_chan variable
Stanislaw Gruszka
1
-8
/
+6
2011-11-10
mac80211: preserve EOSP in QoS header
Johannes Berg
1
-1
/
+4
2011-11-10
nl80211: Increase maximum NL80211_ATTR_KEY_SEQ length to 16
Jouni Malinen
1
-2
/
+2
2011-11-10
mac80211: set BSS_CHANGED_IDLE on vif reconfig
Eliad Peller
1
-1
/
+2
2011-11-10
mac80211: handle HT PHY BSS membership selector value correctly
Christian Lamparter
1
-41
/
+49
2011-11-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
14
-836
/
+1728
2011-11-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
46
-548
/
+810
2011-11-09
Bluetooth: Remove redundant hci_dev comparisons in mgmt lookups
Johan Hedberg
1
-13
/
+2
2011-11-09
Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmd
Johan Hedberg
1
-1
/
+1
2011-11-09
Bluetooth: Fix cancel_delayed_work_sync usage with locks
Johan Hedberg
2
-5
/
+5
2011-11-09
Bluetooth: Add missing hci_dev locking when calling mgmt functions
Johan Hedberg
3
-13
/
+57
2011-11-09
Bluetooth: Move pending management command list into struct hci_dev
Johan Hedberg
2
-40
/
+45
2011-11-09
Bluetooth: Pass full hci_dev struct to mgmt callbacks
Johan Hedberg
3
-140
/
+145
2011-11-09
mac80211: allow frame aggregation for mesh
Thomas Pedersen
4
-15
/
+8
2011-11-09
mac80211: set HT capabilities for mesh peer
Thomas Pedersen
2
-12
/
+28
2011-11-09
mac80211: add HT IEs to mesh frames
Thomas Pedersen
4
-0
/
+60
2011-11-09
mac80211: Add HT helper functions
Alexander Simon
3
-45
/
+108
2011-11-09
mac80211: comment allocation of mesh frames
Thomas Pedersen
3
-35
/
+48
2011-11-09
mac80211: support adding IV-room in the skb for CCMP keys
Arik Nemtsov
2
-3
/
+14
2011-11-09
nl80211: clean up genlmsg_end uses
Johannes Berg
1
-78
/
+19
2011-11-09
mac80211: exit cooked monitor RX early if there are none
Johannes Berg
1
-0
/
+4
2011-11-09
mac80211: fix confusing parentheses
Johannes Berg
1
-1
/
+1
2011-11-09
mac80211: call set_wmm_default only for valid vifs
Eliad Peller
1
-8
/
+8
2011-11-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
2
-9
/
+9
2011-11-08
Bluetooth: Add address type fields to mgmt messages that need them
Johan Hedberg
2
-21
/
+46
2011-11-08
Bluetooth: Update link key mgmt APIs to match latest spec.
Johan Hedberg
2
-22
/
+25
2011-11-08
Bluetooth: Fix response for mgmt_start_discovery when powered off
Johan Hedberg
1
-0
/
+5
2011-11-08
Bluetooth: Remove redundant code from mgmt_block & mgmt_unblock
Johan Hedberg
1
-21
/
+0
2011-11-08
Bluetooth: Convert power off mechanism to use delayed_work
Johan Hedberg
2
-29
/
+18
2011-11-08
Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable fails
Johan Hedberg
2
-3
/
+19
2011-11-08
Bluetooth: Add timeout field to mgmt_set_discoverable
Johan Hedberg
3
-1
/
+36
2011-11-08
Bluetooth: Periodic Inquiry and Discovery
Andre Guedes
1
-32
/
+11
2011-11-08
Bluetooth: Create hci_cancel_inquiry()
Andre Guedes
2
-1
/
+11
2011-11-08
Bluetooth: Create hci_do_inquiry()
Andre Guedes
2
-8
/
+21
2011-11-08
Bluetooth: EFS: parse L2CAP config response
Andrei Emeltchenko
1
-0
/
+24
2011-11-08
Bluetooth: Define HCI reasons instead of magic number
Andrei Emeltchenko
3
-7
/
+7
2011-11-07
Bluetooth: Clean up logic in hci_cc_write_scan_enable
Johan Hedberg
1
-19
/
+21
2011-11-07
Bluetooth: Add debug print to l2cap_chan_create
Szymon Janc
1
-0
/
+2
2011-11-07
Bluetooth: Fix mgmt response when adapter goes down or is removed
Johan Hedberg
1
-1
/
+18
2011-11-07
Bluetooth: Guarantee BR-EDR device will be registered as hci0
Mat Martineau
1
-1
/
+6
2011-11-07
Bluetooth: Add signal handlers for channel moves
Mat Martineau
1
-0
/
+136
2011-11-07
Bluetooth: Use symbolic values for the fixed channel map
Mat Martineau
1
-1
/
+7
2011-11-07
Bluetooth: Add signal handlers for channel creation
Mat Martineau
1
-0
/
+47
2011-11-07
Bluetooth: Add channel policy to getsockopt/setsockopt
Mat Martineau
1
-0
/
+35
2011-11-07
Bluetooth: Initialize tx_win_max for fixed channel
Andrei Emeltchenko
1
-0
/
+2
2011-11-07
Bluetooth: recalculate priorities when channels are starving
Luiz Augusto von Dentz
1
-1
/
+55
2011-11-07
Bluetooth: handle priority change within quote
Luiz Augusto von Dentz
1
-2
/
+16
[next]