Age | Commit message (Expand) | Author | Files | Lines |
2009-08-28 | nl80211: jump to out_err upon unsupported iftype | Roel Kluin | 1 | -1/+1 |
2009-08-28 | cfg80211: clean up properly on interface type change | Johannes Berg | 1 | -15/+1 |
2009-08-14 | cfg80211: fix locking for SIWFREQ | Johannes Berg | 1 | -1/+1 |
2009-08-14 | cfg80211: fix alignment problem in scan request | Johannes Berg | 1 | -2/+1 |
2009-08-14 | nl80211: add generation number to all dumps | Johannes Berg | 1 | -10/+21 |
2009-08-14 | cfg80211: validate channel settings across interfaces | Johannes Berg | 1 | -41/+13 |
2009-07-29 | cfg80211: combine iwfreq implementations | Johannes Berg | 1 | -0/+2 |
2009-07-29 | nl80211: add missing parameter clearing | Johannes Berg | 1 | -0/+2 |
2009-07-29 | cfg80211: fix circular lock dependency (1) | Johannes Berg | 1 | -3/+3 |
2009-07-27 | cfg80211: make aware of net namespaces | Johannes Berg | 1 | -61/+141 |
2009-07-24 | nl80211: report BSS status | Johannes Berg | 1 | -17/+48 |
2009-07-24 | cfg80211: rework key operation | Johannes Berg | 1 | -19/+151 |
2009-07-24 | nl80211: introduce new key attributes | Johannes Berg | 1 | -47/+156 |
2009-07-24 | cfg80211: fix two buglets | Johannes Berg | 1 | -4/+0 |
2009-07-24 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+3 |
2009-07-21 | nl80211: Memory leak fixed | Niko Jokinen | 1 | -2/+3 |
2009-07-13 | genetlink: make netns aware | Johannes Berg | 1 | -7/+7 |
2009-07-10 | cfg80211: clean up naming once and for all | Johannes Berg | 1 | -170/+170 |
2009-07-10 | cfg80211: fix locking | Johannes Berg | 1 | -3/+5 |
2009-07-10 | cfg80211: fix MFP bug, sparse warnings | Johannes Berg | 1 | -3/+3 |
2009-07-10 | cfg80211: properly name driver locking | Johannes Berg | 1 | -37/+37 |
2009-07-10 | cfg80211: let SME control reassociation vs. association | Johannes Berg | 1 | -3/+7 |
2009-07-10 | nl80211: limit to one pairwise cipher for associate() | Johannes Berg | 1 | -4/+6 |
2009-07-10 | cfg80211: keep track of BSSes | Johannes Berg | 1 | -76/+68 |
2009-07-10 | cfg80211: managed mode wext compatibility | Johannes Berg | 1 | -1/+1 |
2009-07-10 | cfg80211: emulate connect with auth/assoc | Johannes Berg | 1 | -2/+2 |
2009-07-10 | cfg80211: connect/disconnect API | Samuel Ortiz | 1 | -7/+361 |
2009-07-10 | cfg80211: introduce nl80211 testmode command | Johannes Berg | 1 | -0/+136 |
2009-07-10 | cfg80211: use proper allocation flags | Johannes Berg | 1 | -21/+27 |
2009-07-10 | cfg80211: prohibit scanning the same channel more than once | Johannes Berg | 1 | -3/+30 |
2009-07-10 | cfg80211: issue netlink notification when scan starts | Johannes Berg | 1 | -9/+30 |
2009-07-10 | cfg80211: pass netdev to change_virtual_intf | Johannes Berg | 1 | -7/+5 |
2009-07-07 | Wireless: nl80211, fix lock imbalance | Jiri Slaby | 1 | -0/+1 |
2009-06-19 | cfg80211: validate station settings | Johannes Berg | 1 | -16/+78 |
2009-06-19 | cfg80211: allow setting station parameters in mesh | Andrey Yurovsky | 1 | -1/+2 |
2009-06-19 | cfg80211: allow adding/deleting stations on mesh | Andrey Yurovsky | 1 | -2/+4 |
2009-06-03 | nl80211: use GFP_ATOMIC for michael mic failure message | Bob Copeland | 1 | -2/+2 |
2009-06-03 | cfg80211: disallow interfering with stations on non-AP (part 2) | Johannes Berg | 1 | -0/+6 |
2009-06-03 | nl80211: bounce scan request back to userspace | Johannes Berg | 1 | -5/+38 |
2009-06-03 | cfg80211: validate AID of stations being added | Johannes Berg | 1 | -0/+4 |
2009-05-27 | nl80211: Eliminate reference to BUS_ID_SIZE. | David S. Miller | 1 | -1/+1 |
2009-05-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -30/+36 |
2009-05-22 | wireless: Use genl_register_family_with_ops() | Michał Mirosław | 1 | -8/+3 |
2009-05-20 | cfg80211: fix in nl80211_set_reg() | Luis R. Rodriguez | 1 | -1/+4 |
2009-05-20 | cfg80211: cleanup return calls on nl80211_set_reg() | Luis R. Rodriguez | 1 | -6/+13 |
2009-05-20 | cfg80211: return immediately if num reg rules > NL80211_MAX_SUPP_REG_RULES | Luis R. Rodriguez | 1 | -1/+1 |
2009-05-20 | nl80211: Validate NL80211_ATTR_KEY_SEQ length | Jouni Malinen | 1 | -0/+1 |
2009-05-20 | cfg80211: check allowed channel type upon userspace requests | Luis R. Rodriguez | 1 | -22/+17 |
2009-05-20 | net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocations | Pablo Neira Ayuso | 1 | -16/+16 |
2009-05-13 | nl80211: Add RSC configuration for new keys | Jouni Malinen | 1 | -0/+5 |