index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-06
mac80211: pass P2P powersave parameters to driver
Johannes Berg
3
-0
/
+46
2012-11-06
wireless: add utility function to get P2P attribute
Johannes Berg
1
-0
/
+99
2012-11-05
cfg80211: allow registering more than one beacon listener
Ben Greear
4
-30
/
+74
2012-11-05
mac80211: implement set_mcast_rate() callback
Antonio Quartulli
1
-0
/
+11
2012-11-05
nl/cfg80211: add the NL80211_CMD_SET_MCAST_RATE command
Antonio Quartulli
1
-0
/
+39
2012-11-05
mac80211: send deauth only with channel context
Johannes Berg
1
-14
/
+18
2012-10-30
mac80211: use a counter for remain-on-channel cookie
Johannes Berg
3
-11
/
+20
2012-10-30
mac80211: combine status/drop reporting
Johannes Berg
1
-74
/
+71
2012-10-30
mac80211: handle TX power per virtual interface
Johannes Berg
9
-44
/
+125
2012-10-30
cfg80211: allow per interface TX power setting
Johannes Berg
5
-20
/
+30
2012-10-30
nl80211: move "can set channel" check
Johannes Berg
1
-4
/
+4
2012-10-30
Merge remote-tracking branch 'wireless-next/master' into mac80211-next
Johannes Berg
48
-552
/
+2237
2012-10-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-36
/
+104
2012-10-29
Merge tag 'nfc-next-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
John W. Linville
16
-113
/
+630
2012-10-29
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
10
-18
/
+91
2012-10-29
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
6
-36
/
+104
2012-10-29
NFC: Extend netlink interface for LTO, RW, and MIUX parameters support
Thierry Escande
5
-19
/
+174
2012-10-26
mac80211: make sure data is accessible in EAPOL check
Johannes Berg
1
-8
/
+10
2012-10-26
mac80211: verify that skb data is present
Johannes Berg
2
-2
/
+33
2012-10-26
mac80211: check management frame header length
Johannes Berg
1
-4
/
+8
2012-10-26
wireless: drop invalid mesh address extension frames
Johannes Berg
1
-5
/
+6
2012-10-26
mac80211: fix SSID copy on IBSS JOIN
Antonio Quartulli
1
-1
/
+1
2012-10-26
NFC: Purge LLCP socket Tx queues when being disconnected
Samuel Ortiz
1
-0
/
+31
2012-10-26
NFC: Remove CONFIG_EXPERIMENTAL from the NCI Makefile
Kees Cook
1
-2
/
+2
2012-10-26
NFC: Remove CONFIG_EXPERIMENTAL from the LLCP Makefile
Kees Cook
1
-2
/
+2
2012-10-26
NFC: Remove CONFIG_EXPERIMENTAL
Kees Cook
1
-2
/
+2
2012-10-26
NFC: Fix some code style and whitespace issues
Szymon Janc
8
-17
/
+17
2012-10-26
NFC: Use IDR library to assing NFC devices IDs
Samuel Ortiz
1
-7
/
+16
2012-10-26
NFC: Return NULL when no LLCP socket for a dsap,ssap couple is found
Samuel Ortiz
1
-4
/
+6
2012-10-26
NFC: Implement LLCP connection less Tx path
Samuel Ortiz
1
-0
/
+19
2012-10-26
NFC: UI frame sending routine implementation
Samuel Ortiz
2
-0
/
+48
2012-10-26
NFC: Forward LLCP datagrams to userspace
Samuel Ortiz
1
-1
/
+18
2012-10-26
NFC: Handle LLCP UI frames
Samuel Ortiz
2
-0
/
+45
2012-10-26
NFC: Keep connection less bound sockets alive when DEP link goes down
Samuel Ortiz
1
-0
/
+10
2012-10-26
NFC: Check for connection less sockets when looking for a service name
Samuel Ortiz
1
-1
/
+6
2012-10-26
NFC: Reserve LLCP ssap when replying to an SNL frame
Samuel Ortiz
1
-6
/
+40
2012-10-26
NFC: Fix sparse warnings due to missing static
Arron Wang
1
-1
/
+1
2012-10-26
NFC: Fix style issues with logical operations
Szymon Janc
2
-10
/
+10
2012-10-26
NFC: Fix not propagating return code in nfc_hci_clear_all_pipes
Szymon Janc
1
-6
/
+2
2012-10-26
NFC: Small nfc_hci_create_pipe refactoring
Szymon Janc
1
-8
/
+8
2012-10-26
NFC: Remove unneeded LLCP function return calls
Szymon Janc
1
-9
/
+0
2012-10-26
NFC: Remove not needed local variable in nci_set_local_general_bytes
Szymon Janc
1
-6
/
+4
2012-10-26
NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytes
Szymon Janc
1
-1
/
+1
2012-10-26
NFC: Add NFC_ATTR_RF_MODE when sending device netlink properties
Thierry Escande
1
-1
/
+2
2012-10-26
NFC: Set rf_mode to NFC_RF_NONE where necessary
Thierry Escande
1
-0
/
+5
2012-10-26
NFC: Initial SNL support
Samuel Ortiz
1
-0
/
+65
2012-10-26
NFC: Add SNL frame building routine
Samuel Ortiz
2
-0
/
+47
2012-10-26
NFC: Use llcp_allocate_pdu to build the DISC frames
Samuel Ortiz
1
-9
/
+1
2012-10-26
NFC: Avoid falling back to SYMM when sk is NULL
Samuel Ortiz
1
-3
/
+4
2012-10-26
NFC: HCI check presence must not fail when driver doesn't support it
Eric Lapuyade
1
-0
/
+3
[next]