Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
08643315e55fd781cf2d533d33d41a280b33133f
/
net
0864331
mac80211: add debugfs file for HW queues
by Johannes Berg
· 12 years ago
1c963be
mac80211: fix TX error path
by Johannes Berg
· 12 years ago
4afebd6
mac80211: include export.h in aes_cmac
by Emmanuel Grumbach
· 12 years ago
6fc1da9
mac80211: use kstrtoull return value
by Johannes Berg
· 12 years ago
41c97a2
mac80211: fix race in TKIP MIC test debugfs file
by Johannes Berg
· 12 years ago
28656a1
mac80211: use mac_pton
by Johannes Berg
· 12 years ago
b84e7a0
nl80211: send the NL80211_ATTR_SSID in nl80211_send_iface()
by Antonio Quartulli
· 12 years ago
06e191e
cfg80211: store the ssid into wirless_dev in AP mode
by Antonio Quartulli
· 12 years ago
488dd7b
mac80211: pass P2P powersave parameters to driver
by Johannes Berg
· 12 years ago
0ee4535
wireless: add utility function to get P2P attribute
by Johannes Berg
· 12 years ago
37c73b5
cfg80211: allow registering more than one beacon listener
by Ben Greear
· 12 years ago
391e53e
mac80211: implement set_mcast_rate() callback
by Antonio Quartulli
· 12 years ago
f4e583c
nl/cfg80211: add the NL80211_CMD_SET_MCAST_RATE command
by Antonio Quartulli
· 12 years ago
8655201
mac80211: send deauth only with channel context
by Johannes Berg
· 12 years ago
50febf6
mac80211: use a counter for remain-on-channel cookie
by Johannes Berg
· 12 years ago
8a2fbed
mac80211: combine status/drop reporting
by Johannes Berg
· 12 years ago
1ea6f9c
mac80211: handle TX power per virtual interface
by Johannes Berg
· 12 years ago
c844211
cfg80211: allow per interface TX power setting
by Johannes Berg
· 12 years ago
71fe96b
nl80211: move "can set channel" check
by Johannes Berg
· 12 years ago
6fb47de
Merge remote-tracking branch 'wireless-next/master' into mac80211-next
by Johannes Berg
· 12 years ago
ab3d59d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
e298c79
Merge tag 'nfc-next-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0
by John W. Linville
· 12 years ago
d1f1030
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
efec22b
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by John W. Linville
· 12 years ago
52feb44
NFC: Extend netlink interface for LTO, RW, and MIUX parameters support
by Thierry Escande
· 12 years ago
6dbda2d
mac80211: make sure data is accessible in EAPOL check
by Johannes Berg
· 12 years ago
9b395bc
mac80211: verify that skb data is present
by Johannes Berg
· 12 years ago
4a4f1a5
mac80211: check management frame header length
by Johannes Berg
· 12 years ago
7dd111e
wireless: drop invalid mesh address extension frames
by Johannes Berg
· 12 years ago
badecb0
mac80211: fix SSID copy on IBSS JOIN
by Antonio Quartulli
· 12 years ago
f31652a
NFC: Purge LLCP socket Tx queues when being disconnected
by Samuel Ortiz
· 12 years ago
f152218
NFC: Remove CONFIG_EXPERIMENTAL from the NCI Makefile
by Kees Cook
· 12 years ago
54720c3
NFC: Remove CONFIG_EXPERIMENTAL from the LLCP Makefile
by Kees Cook
· 12 years ago
deccb2a
NFC: Remove CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
0f45077
NFC: Fix some code style and whitespace issues
by Szymon Janc
· 12 years ago
7eda8b8e9
NFC: Use IDR library to assing NFC devices IDs
by Samuel Ortiz
· 12 years ago
a8df0f3
NFC: Return NULL when no LLCP socket for a dsap,ssap couple is found
by Samuel Ortiz
· 12 years ago
b874dec
NFC: Implement LLCP connection less Tx path
by Samuel Ortiz
· 12 years ago
94f418a
NFC: UI frame sending routine implementation
by Samuel Ortiz
· 12 years ago
31ca61a
NFC: Forward LLCP datagrams to userspace
by Samuel Ortiz
· 12 years ago
968272b
NFC: Handle LLCP UI frames
by Samuel Ortiz
· 12 years ago
c8512be
NFC: Keep connection less bound sockets alive when DEP link goes down
by Samuel Ortiz
· 12 years ago
54292d6
NFC: Check for connection less sockets when looking for a service name
by Samuel Ortiz
· 12 years ago
e690408
NFC: Reserve LLCP ssap when replying to an SNL frame
by Samuel Ortiz
· 12 years ago
984d334
NFC: Fix sparse warnings due to missing static
by Arron Wang
· 12 years ago
874934f
NFC: Fix style issues with logical operations
by Szymon Janc
· 12 years ago
0250ffc
NFC: Fix not propagating return code in nfc_hci_clear_all_pipes
by Szymon Janc
· 12 years ago
80e4232
NFC: Small nfc_hci_create_pipe refactoring
by Szymon Janc
· 12 years ago
36b0511
NFC: Remove unneeded LLCP function return calls
by Szymon Janc
· 12 years ago
f9fc36f
NFC: Remove not needed local variable in nci_set_local_general_bytes
by Szymon Janc
· 12 years ago
460d8f9
NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytes
by Szymon Janc
· 12 years ago
7ad3939
NFC: Add NFC_ATTR_RF_MODE when sending device netlink properties
by Thierry Escande
· 12 years ago
5bcf099
NFC: Set rf_mode to NFC_RF_NONE where necessary
by Thierry Escande
· 12 years ago
19cfe58
NFC: Initial SNL support
by Samuel Ortiz
· 12 years ago
c43bb03
NFC: Add SNL frame building routine
by Samuel Ortiz
· 12 years ago
9222390
NFC: Use llcp_allocate_pdu to build the DISC frames
by Samuel Ortiz
· 12 years ago
a6a0915
NFC: Avoid falling back to SYMM when sk is NULL
by Samuel Ortiz
· 12 years ago
632c016
NFC: HCI check presence must not fail when driver doesn't support it
by Eric Lapuyade
· 12 years ago
e810762
NFC: Implement HCI DEP send and receive data
by Arron Wang
· 12 years ago
c40d174
NFC: Implement HCI DEP link up and down
by Arron Wang
· 12 years ago
928326f
NFC: Handle pn544 continue activation
by Arron Wang
· 12 years ago
f7a5f6c
NFC: Pass hardware specific HCI event to driver
by Arron Wang
· 12 years ago
1041638
mac80211: add explicit AP/GO driver operations
by Johannes Berg
· 12 years ago
7b20b8e
mac80211: move AP teardown code to correct place
by Johannes Berg
· 12 years ago
1df332e
mac80211: a few formatting fixes
by Johannes Berg
· 12 years ago
f7fbf70
mac80211: don't inspect Sequence Control field on control frames
by Javier Cardona
· 12 years ago
1724ffb
mac80211: complete bss_info tracing
by Johannes Berg
· 12 years ago
5df4569
mac80211: use non-atomic bitmap operation for local variable
by Johannes Berg
· 12 years ago
2ac64cd
mac80211: Don't drop frames received with mesh ttl == 1
by Javier Cardona
· 12 years ago
555cb71
mac80211: Only process mesh config header on frames that RA_MATCH
by Javier Cardona
· 12 years ago
f87ad63
mac80211: remove duplicate check in ieee80211_rx_mgmt_beacon
by Rami Rosen
· 12 years ago
9690fb1
mac80211: use blacklist for duplicate IE check
by Johannes Berg
· 12 years ago
eeb126e
cfg80211: add tracing for P2P Device start/stop
by Johannes Berg
· 12 years ago
5d0d04e
mac80211: expose AES-CMAC subkey calculation
by Assaf Krauss
· 12 years ago
9a90bc8
mac80211: mesh STAs only process mesh beacons
by Thomas Pedersen
· 12 years ago
9b34f40
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
746a336
mac80211: fix WDS channel context test
by Johannes Berg
· 12 years ago
3cd1763
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
bc27d5f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 12 years ago
d012a60
mac80211: make client powersave independent of interface type
by Marco Porsch
· 12 years ago
5c95b94
nl/cfg80211: force scan using an AP vif if requested
by Antonio Quartulli
· 12 years ago
279f0f5
cfg80211: fix initialization of chan->max_reg_power
by Felix Fietkau
· 12 years ago
c4a9faf
cfg80211: fix antenna gain handling
by Felix Fietkau
· 12 years ago
f706adf
Bluetooth: AMP: Get amp_mgr reference in HS hci_conn
by Andrei Emeltchenko
· 12 years ago
4ee3e06
cfg80211: add cfg80211 exported function tracing
by Beni Lev
· 12 years ago
14e8a3c
cfg80211: add tracing to rdev-ops
by Beni Lev
· 12 years ago
e35e4d2
cfg80211: add wrappers for registered_device_ops
by Hila Gonen
· 12 years ago
de7044e
cfg80211: Disallow HT/WEP in IBSS mode
by Sujith Manoharan
· 12 years ago
f53c6a0
mac80211: fix copy-paste typo in Kconfig
by Marco Porsch
· 12 years ago
8c1dddd
mac80211: use __printf attribute in debugfs
by Johannes Berg
· 12 years ago
444e3803
mac80211: remove some unused code
by Johannes Berg
· 12 years ago
8ba7acf
mac80211: remove unimplemented mesh vendor sync
by Johannes Berg
· 12 years ago
c13a765
mac80211: Notify new IBSS network creation
by Sujith Manoharan
· 12 years ago
cd2bb51
mac80211: add support for tx to abort low priority scan requests
by Sam Leffler
· 12 years ago
15d6030
cfg80211: add support for flushing old scan results
by Sam Leffler
· 12 years ago
b292219
wireless: use OR operation to set wiphy features
by Johannes Berg
· 12 years ago
46856bb
cfg80211: add scan flag to indicate its priority
by Sam Leffler
· 12 years ago
e8e27c6
cfg80211: code rearrangement to avoid forward declarations
by Amitkumar Karwar
· 12 years ago
ed473771
{nl,cfg}80211: add a flags word to scan requests
by Sam Leffler
· 12 years ago
290eddc
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by John W. Linville
· 12 years ago
Next »