summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: add P2P Device abstractionJohannes Berg2012-08-207-14/+201
* mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg2012-08-202-2/+1Star
* mac80211: check size of channel switch IE when parsingJohannes Berg2012-08-203-11/+9Star
* mac80211: fix CSA handling timerJohannes Berg2012-08-201-3/+2Star
* mac80211: clean up CSA handling codeJohannes Berg2012-08-201-18/+16Star
* mac80211: remove unneeded 'bssid' variableJohannes Berg2012-08-201-4/+2Star
* mac80211: support A-MPDU status reportingJohannes Berg2012-08-201-1/+41
* wireless: add radiotap A-MPDU status fieldJohannes Berg2012-08-201-0/+2
* mac80211: add supported rates change notification in IBSSAntonio Quartulli2012-08-202-1/+7
* mac80211: clean up mpath_move_to_queue()Thomas Pedersen2012-08-203-18/+21
* mac80211: use skb_queue_walk() in mesh_path_assign_nexthopThomas Pedersen2012-08-201-7/+1Star
* mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira2012-08-204-14/+21
* mac80211: skb leak in mesh_plink_frame_tx()Thomas Pedersen2012-08-031-6/+11
* mac80211: don't request ack for peering closeThomas Pedersen2012-08-031-0/+3
* mac80211: remove ieee80211_clean_sdata()Thomas Pedersen2012-08-031-17/+0Star
* mac80211: improve cleanup when leaving meshThomas Pedersen2012-08-032-9/+5Star
* mac80211: reset station MLME flags upon new associationJohannes Berg2012-08-011-4/+7
* mac80211: use eth_broadcast_addrJohannes Berg2012-07-314-6/+6
* mac80211: enable WDS carrier only after adding stationJohannes Berg2012-07-311-0/+3
* mac80211: manage carrier state in meshJohannes Berg2012-07-312-4/+12
* mac80211: use correct channel in TXJohannes Berg2012-07-312-12/+7Star
* mac80211: fix current vs. operating channel in preq/beaconJohannes Berg2012-07-316-26/+44
* mac80211: use oper_channel in utils and configJohannes Berg2012-07-313-6/+6
* mac80211: use oper_channel in managed mlmeJohannes Berg2012-07-311-6/+6
* mac80211: use oper_channel in ibssJohannes Berg2012-07-311-4/+4
* mac80211: use oper_channel in meshJohannes Berg2012-07-311-3/+4
* mac80211: set channel only once during auth/assocJohannes Berg2012-07-311-26/+43
* mac80211: rename sta to new_staJohannes Berg2012-07-311-8/+8
* mac80211: supress HT/VHT disable if not supportedJohannes Berg2012-07-311-4/+6
* mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-312-4/+7
* mac80211: add PS flag to bss_confEliad Peller2012-07-314-3/+22
* cfg80211: unify IE searchVladimir Kondratiev2012-07-311-15/+3Star
* mac80211: don't call mgd_prepare_tx when associatedEmmanuel Grumbach2012-07-311-4/+5
* mac80211: don't react to beacon loss if HW monitoringJohannes Berg2012-07-311-0/+3
* mac80211: VHT (11ac) associationMahesh Palivela2012-07-312-2/+39
* mac80211: don't re-init rate control when receiving mesh beaconChun-Yeow Yeoh2012-07-311-0/+5
* Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2012-07-271-1/+1
|\
| * leds: Rename led_brightness_set() to led_set_brightness()Shuah Khan2012-07-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-2710-76/+115
|\ \
| * | ipv6: Early TCP socket demuxEric Dumazet2012-07-273-2/+50
| * | ipv4: Fix input route performance regression.David S. Miller2012-07-276-35/+31Star
| * | ipv4: rt_cache_valid must check expired routesEric Dumazet2012-07-261-3/+5
| * | wanmain: comparing array with NULLAlan Cox2012-07-241-28/+23Star
| * | tcp: early_demux fixesEric Dumazet2012-07-242-8/+6Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+1
|\ \ \ | |/ / |/| |
| * | netprio_cgroup.c: fix comment typoLiu Bo2012-07-101-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-24416-16876/+23880
|\ \ \
| * | | genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEPWANG Cong2012-07-241-1/+1
| * | | ipv4: Change rt->rt_iif encoding.David S. Miller2012-07-241-4/+4
| * | | net: Make skb->skb_iif always track skb->devDavid S. Miller2012-07-241-2/+1Star