summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville15-100/+274
2013-01-16mac80211: split out chandef tracing macrosJohannes Berg1-9/+15
2013-01-16cfg80211: check radar interface combinationsSimon Wunderlich4-8/+55
2013-01-16cfg80211: Allow use_mfp to be specified with the connect commandJouni Malinen2-1/+11
2013-01-16nl80211: allow user-space to set address for P2P_DEVICEArend van Spriel1-0/+7
2013-01-16{cfg,nl}80211: mesh power mode primitives and userspace accessMarco Porsch2-1/+45
2013-01-16{cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch5-3/+23
2013-01-16mac80211: move add_tim to subfunctionMarco Porsch1-19/+28
2013-01-16mac80211: update mesh peer link counter during userspace peeringMarco Porsch3-17/+33
2013-01-16nl80211: add range checks to mesh parametersMarco Porsch1-35/+44
2013-01-16mac80211: allow disable power save in meshChun-Yeow Yeoh1-1/+2
2013-01-16mac80211: call restart complete at wowlan resume timeJohannes Berg1-3/+4
2013-01-16mac80211: fix resume from WoWLANJohannes Berg1-2/+4
2013-01-14Merge tag 'nfc-next-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville10-66/+127
2013-01-11NFC: Use skb_copy_datagram_iovecSamuel Ortiz1-1/+1
2013-01-11NFC: Avoid memcpy on LLCP connection less Rx pathSamuel Ortiz1-8/+8
2013-01-11wireless: fix regulatory HT40 allowed checkFelix Fietkau1-1/+3
2013-01-11mac80211: fix HT40 connectionsJohannes Berg1-2/+2
2013-01-10NFC: Initial Secure Element APISamuel Ortiz4-1/+8
2013-01-10NFC: Add HCI quirks to support driver (non)standard implementationsEric Lapuyade2-1/+9
2013-01-10NFC: Fixed skb leak in tm_send() nfc and hci ops implementationsEric Lapuyade1-2/+4
2013-01-10NFC: Changed event_received hci ops result semanticEric Lapuyade1-6/+8
2013-01-10NFC: Added error handling in event_received hci opsEric Lapuyade1-3/+5
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade3-32/+53
2013-01-10NFC: llcp: Fix Rx memory leakSamuel Ortiz1-10/+25
2013-01-10NFC: llcp: Remove the tx backlog queueSamuel Ortiz3-6/+2
2013-01-10NFC: Add support for SO_TIMESTAMP LLCP socket optionThierry Escande3-0/+8
2013-01-09regulatory: fix restore_regulatory_settingsJohannes Berg1-1/+1
2013-01-09regulatory: fix ueventJohannes Berg1-6/+13
2013-01-04mac80211: fix mesh_hwmp kerneldocBob Copeland1-1/+4
2013-01-03cfg80211: disallow more station changesJohannes Berg2-18/+13
2013-01-03mac80211: unset peer's HT 40 MHz support if not usableJohannes Berg1-0/+15
2013-01-03wireless: use __alignedJohannes Berg1-1/+1
2013-01-03mac80211: support HT notify channel width actionJohannes Berg1-1/+30
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-5/+35
2013-01-03mac80211: move ieee80211_remove_tid_tx functionJohannes Berg1-103/+103
2013-01-03mac80211: split out aggregation TX removalJohannes Berg1-18/+30
2013-01-03mac80211: split aggregation stop by reasonJohannes Berg8-25/+33
2013-01-03nl80211/mac80211: support full station state in AP modeJohannes Berg3-45/+97
2013-01-03cfg80211: move some AP code to right fileJohannes Berg2-62/+62
2013-01-03mac80211: restrict assoc request VHT capabilitiesJohannes Berg2-3/+50
2013-01-03cfg80211: move world roaming check for beacon hintsLuis R. Rodriguez1-6/+5
2013-01-03cfg80211: move reg_is_world_roaming()Luis R. Rodriguez1-16/+16
2013-01-03cfg80211: do not process beacon hints if one is already queuedLuis R. Rodriguez1-0/+19
2013-01-03mac80211: assign bss_conf.bssid only onceJohannes Berg5-20/+15
2013-01-03mac80211: further simplify ieee80211_bss_info_change_notifyJohannes Berg3-19/+16
2013-01-03mac80211: reconfig bss_info_changed only if beaconingJohannes Berg1-3/+5
2013-01-03mac80211: track enable_beacon explicitlyJohannes Berg6-38/+21
2013-01-03mac80211: fix channel context iterationJohannes Berg3-4/+15
2013-01-03mac80211: clean up association better in suspendJohannes Berg3-3/+26