summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2014-05-26mac80211: add a single-transaction driver op to switch contextsLuciano Coelho1-0/+46
2014-05-22cfg80211: allow RSSI compensationEmmanuel Grumbach1-0/+7
2014-05-21cfg80211: implement cfg80211_get_station cfg80211 APIAntonio Quartulli1-0/+13
2014-05-21mac80211: export the expected throughputAntonio Quartulli1-0/+7
2014-05-20cfg80211: export expected throughput through get_station()Antonio Quartulli1-28/+34
2014-05-19cfg80211: constify wowlan/coalesce mask/pattern pointersJohannes Berg1-1/+1
2014-05-19cfg80211: constify more pointers in the cfg80211 APIJohannes Berg1-11/+12
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg1-14/+15
2014-05-19mac80211: fix csa_counter_offs argument name in docbookLuciano Coelho1-2/+3
2014-05-19cfg80211: add documentation for max_num_csa_countersLuciano Coelho1-5/+5
2014-05-15mac80211: Handle the CSA counters correctlyAndrei Otcheretianski1-1/+22
2014-05-15mac80211: Provide ieee80211_beacon_get_template APIAndrei Otcheretianski1-7/+36
2014-05-15cfg80211: Support multiple CSA countersAndrei Otcheretianski1-3/+15
2014-05-15cfg80211: Add API to update CSA counters in mgmt framesAndrei Otcheretianski1-0/+4
2014-05-13cfg80211: allow restricting supported dfs regionsFelix Fietkau1-0/+2
2014-05-09mac80211: handle failed restart/resume betterJohannes Berg1-0/+14
2014-05-08cfg80211: fix docbook warningLuciano Coelho1-1/+1
2014-05-06cfg80211: export interface stopping functionMichal Kazior1-0/+15
2014-05-06mac80211: fix CSA tx queue stoppingMichal Kazior1-1/+3
2014-05-05mac80211: set an external flag for TDLS stationsArik Nemtsov1-0/+2
2014-04-28cfg80211: Dynamic channel bandwidth changes in AP modeJouni Malinen1-0/+8
2014-04-25cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy1-0/+6
2014-04-25mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski1-6/+10
2014-04-25cfg80211: allow drivers to iterate over matching combinationsMichal Kazior1-0/+27
2014-04-09mac80211: Update conf_is_ht() to work properly with 5/10MHz channelsRostislav Lisovy1-1/+3
2014-04-09cfg80211: update comment about WIPHY_FLAG_CUSTOM_REGULATORYKalle Valo1-1/+1
2014-04-09mac80211: allow reservation of a running chanctxLuciano Coelho1-0/+7
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho1-2/+0
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho1-2/+5
2014-04-09cfg80211: refactor cfg80211_can_use_iftype_chan()Luciano Coelho1-0/+22
2014-04-09cfg80211: Enable GO operation on additional channelsIlan Peer2-1/+9
2014-04-09cfg80211: Add indoor only and GO concurrent channel attributesDavid Spinadel1-0/+5
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+3
2014-04-09cfg80211: allow userspace to take ownership of interfacesJohannes Berg1-0/+3
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds49-289/+1478
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2014-04-02mac802154: make csma/cca parameters per-wpanPhoebe Buckheister1-0/+17
2014-04-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+2
2014-04-01ipv6: reuse rt6_need_strictWang Yufen1-0/+5
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann1-27/+0
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2014-03-29ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-1/+3
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2-3/+11
2014-03-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-1/+2
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-2/+2
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2014-03-26Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller7-20/+63
2014-03-24ipv4: remove ip_rt_dump from route.cLi RongQing1-1/+0
2014-03-24net: optimize csum_replace2()Eric Dumazet1-2/+21