index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-14
NFC: Fix a potential memory leak
Thierry Escande
1
-0
/
+1
2013-06-14
NFC: Keep socket alive until the DISC PDU is actually sent
Thierry Escande
3
-0
/
+15
2013-06-14
NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()
Thierry Escande
3
-24
/
+3
2013-06-14
NFC: Add secure element enablement netlink API
Samuel Ortiz
1
-0
/
+56
2013-06-14
NFC: Add secure element enablement internal API
Samuel Ortiz
2
-4
/
+109
2013-06-14
NFC: Remove and free all SEs when releasing an NFC device
Samuel Ortiz
1
-0
/
+8
2013-06-14
NFC: Send netlink events for secure elements additions and removals
Samuel Ortiz
3
-0
/
+80
2013-06-14
NFC: Add secure elements addition and removal API
Samuel Ortiz
1
-1
/
+44
2013-06-14
NFC: Extend and fix the internal secure element API
Samuel Ortiz
3
-0
/
+58
2013-06-14
NFC: Remove the static supported_se field
Samuel Ortiz
5
-9
/
+2
2013-06-14
NFC: Add NCI over SPI receive
Frederic Danis
1
-0
/
+174
2013-06-14
NFC: Add NCI over SPI send
Frederic Danis
1
-1
/
+70
2013-06-14
NFC: Add basic NCI over SPI
Frederic Danis
3
-1
/
+149
2013-06-14
NFC: HCI: Follow a positive code path in the HCI ops implementations
Samuel Ortiz
1
-18
/
+18
2013-06-14
NFC: HCI: Implement fw_upload ops
Eric Lapuyade
1
-0
/
+11
2013-06-14
NFC: Add firmware upload netlink command
Eric Lapuyade
3
-0
/
+114
2013-06-14
NFC: NCI: Fix skb->dev usage
Frederic Danis
2
-13
/
+6
2013-06-12
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
22
-698
/
+646
2013-06-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-30
/
+102
2013-06-12
Bluetooth: Fix mgmt handling of power on failures
Johan Hedberg
2
-1
/
+26
2013-06-12
Bluetooth: Fix missing length checks for L2CAP signalling PDUs
Johan Hedberg
1
-18
/
+52
2013-06-12
Bluetooth: Fix checks for LE support on LE-only controllers
Johan Hedberg
2
-3
/
+3
2013-06-11
cfg80211: fix rtnl leak in wiphy dump error cases
Johannes Berg
1
-1
/
+4
2013-06-11
nl80211: allow sending CMD_FRAME without specifying any frequency
Antonio Quartulli
1
-4
/
+15
2013-06-11
mac80211: make mgmt_tx accept a NULL channel
Antonio Quartulli
1
-3
/
+14
2013-06-11
cfg80211: fix VHT TDLS peer AID verification
Jouni Malinen
1
-5
/
+7
2013-06-11
{nl,mac,cfg}80211: Allow user to configure basic rates for mesh
Ashok Nagarajan
4
-4
/
+28
2013-06-11
mac80211: expire mesh peers based on mesh configuration
Colleen Twitty
3
-2
/
+3
2013-06-11
{nl,cfg}80211: make peer link expiration time configurable
Colleen Twitty
2
-1
/
+9
2013-06-11
mac80211: fix mesh deadlock
Thomas Pedersen
2
-18
/
+18
2013-06-05
wireless: fix kernel-doc
Johannes Berg
1
-0
/
+3
2013-06-05
mac80211: Use suitable semantics for beacon availability indication
Alexander Bondar
3
-12
/
+16
2013-06-05
mac80211: fix powersave bug and clean up ieee80211_rx_bss_info
Alexander Bondar
1
-21
/
+9
2013-06-04
cfg80211: make wiphy index start at 0 again
Johannes Berg
1
-0
/
+3
2013-06-04
cfg80211: fix potential deadlock regression
Johannes Berg
1
-15
/
+8
2013-06-04
regulatory: use proper enum return value
Johannes Berg
1
-1
/
+1
2013-06-04
cfg80211: separate internal SME implementation
Johannes Berg
7
-448
/
+335
2013-06-04
cfg80211/mac80211: clean up cfg80211 SME APIs
Johannes Berg
5
-98
/
+134
2013-06-04
mac80211: set IEEE80211_TX_CTL_REQ_TX_STATUS on nullframes
Pontus Fuchs
1
-0
/
+4
2013-06-04
nl80211: remove bogus genlmsg_end() error checking
Johannes Berg
1
-33
/
+7
2013-06-04
mac80211: add a tx control flag to indicate PS-Poll/uAPSD response
Felix Fietkau
1
-1
/
+3
2013-06-03
cfg80211: take WoWLAN support information out of wiphy struct
Johannes Berg
3
-39
/
+40
2013-06-03
mac80211: set mesh formation field properly
Jacob Minshall
2
-4
/
+3
2013-06-03
mac80211: don't check local mesh TTL on TX
Thomas Pedersen
1
-6
/
+0
2013-06-03
mac80211: fix sdata locking around __ieee80211_request_smps
Johannes Berg
1
-0
/
+2
2013-05-29
mac80211: always send multicast on CAB queue
Johannes Berg
1
-2
/
+3
2013-05-29
mac80211: support active monitor interfaces
Felix Fietkau
4
-11
/
+38
2013-05-29
cfg80211: support an active monitor interface flag
Felix Fietkau
1
-0
/
+10
2013-05-28
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
4
-14
/
+47
2013-05-27
cfg80211: make WoWLAN configuration available to drivers
Johannes Berg
4
-38
/
+48
[next]