summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: add wrappers for registered_device_opsHila Gonen2012-10-1814-148/+700
* cfg80211: Disallow HT/WEP in IBSS modeSujith Manoharan2012-10-181-3/+17
* mac80211: fix copy-paste typo in KconfigMarco Porsch2012-10-181-1/+1
* mac80211: use __printf attribute in debugfsJohannes Berg2012-10-181-3/+3
* mac80211: remove some unused codeJohannes Berg2012-10-184-18/+4
* mac80211: remove unimplemented mesh vendor syncJohannes Berg2012-10-183-54/+5
* mac80211: Notify new IBSS network creationSujith Manoharan2012-10-181-3/+8
* mac80211: add support for tx to abort low priority scan requestsSam Leffler2012-10-183-4/+22
* cfg80211: add support for flushing old scan resultsSam Leffler2012-10-184-24/+59
* wireless: use OR operation to set wiphy featuresJohannes Berg2012-10-181-3/+3
* cfg80211: add scan flag to indicate its prioritySam Leffler2012-10-181-2/+14
* cfg80211: code rearrangement to avoid forward declarationsAmitkumar Karwar2012-10-181-27/+27
* {nl,cfg}80211: add a flags word to scan requestsSam Leffler2012-10-181-0/+12
* {nl,cfg}80211: Peer STA VHT capsMahesh Palivela2012-10-172-0/+10
* mac80211: VHT peer STA capsMahesh Palivela2012-10-175-0/+60
* ieee80211: Rename VHT cap structMahesh Palivela2012-10-173-5/+5
* mac80211: move out the non-statistics variable estab_plinks from mesh_statAshok Nagarajan2012-10-175-6/+6
* mac80211: Use appropriate debug wrapperMohammed Shafi Shajakhan2012-10-171-2/+2
* mac80211: Allow station mode SAE to be implemented in user spaceJouni Malinen2012-10-173-7/+43
* cfg80211: Allow user space to specify non-IEs to SAE AuthenticationJouni Malinen2012-10-174-18/+61
* mac80211: Add debug print on unexpect authentication stateJouni Malinen2012-10-171-1/+6
* mac80211: Take status code as parameter to ieee80211_send_authJouni Malinen2012-10-174-7/+7
* mac80211: add channel context iteratorJohannes Berg2012-10-171-2/+20
* mac80211: track needed RX chains for channel contextsJohannes Berg2012-10-1711-91/+205
* mac80211: use channel contextsJohannes Berg2012-10-1716-466/+586
* mac80211: track whether to use channel contextsJohannes Berg2012-10-165-0/+37
* mac80211: check channel context methodsJohannes Berg2012-10-161-0/+7
* mac80211: reuse channels for channel contextsMichal Kazior2012-10-161-1/+58
* mac80211: use channel context notificationsMichal Kazior2012-10-161-2/+19
* mac80211: introduce new ieee80211_opsMichal Kazior2012-10-162-0/+172
* mac80211: introduce channel context skeleton codeMichal Kazior2012-10-163-0/+185
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-143-27/+28
|\
| * KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-083-27/+28
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-131-1/+1
|\ \
| * | userns: Properly print bluetooth socket uidsEric W. Biederman2012-10-121-1/+1
* | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-133-204/+190
|\ \ \
| * \ \ Merge Trond's bugfixesJ. Bruce Fields2012-10-111-5/+17
| |\ \ \
| * \ \ \ nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-09438-8900/+16221
| |\ \ \ \
| * | | | | nfsd: remove unused listener-removal interfacesJ. Bruce Fields2012-09-101-51/+0
| * | | | | svcrpc: split up svc_handle_xprtJ. Bruce Fields2012-08-211-22/+25
| * | | | | svcrpc: break up svc_recvJ. Bruce Fields2012-08-211-36/+67
| * | | | | svcrpc: make svc_xprt_received staticJ. Bruce Fields2012-08-212-25/+20
| * | | | | svcrpc: make xpo_recvfrom return only >=0J. Bruce Fields2012-08-212-4/+4
| * | | | | svcrpc: don't bother checking bad svc_addr_len resultJ. Bruce Fields2012-08-211-2/+0
| * | | | | svcrpc: minor udp code cleanupJ. Bruce Fields2012-08-211-4/+5
| * | | | | svcrpc: share some setup of listening socketsJ. Bruce Fields2012-08-212-11/+11
| * | | | | svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSYJ. Bruce Fields2012-08-211-1/+1
| * | | | | svcrpc: clean up control flowJ. Bruce Fields2012-08-211-35/+34
| * | | | | svcrpc: standardize svc_setup_socket return conventionJ. Bruce Fields2012-08-211-18/+22
| * | | | | svcrpc: fix xpt_list traversal locking on shutdownJ. Bruce Fields2012-08-211-9/+15