summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-04-10cfg80211: remove unused wiphy argument from cfg80211_wext_freq()Zhao, Gang5-8/+12
2014-04-09mac80211: fix some missing includesZhao, Gang3-0/+5
2014-04-09mac80211: Allow disabling LDPCPawel Kulakowski2-1/+6
2014-04-09cfg80211: fix radar_detect combination checkingMichal Kazior1-1/+1
2014-04-09mac80211: allow reservation of a running chanctxLuciano Coelho1-18/+61
2014-04-09mac80211: implement chanctx reservationLuciano Coelho2-34/+176
2014-04-09mac80211: refactor ieee80211_assign/unassign_vif_chanctx into oneLuciano Coelho1-42/+43
2014-04-09mac80211: split ieee80211_vif_change_channel in twoLuciano Coelho1-25/+33
2014-04-09mac80211: protect AP VLAN list with local->mtxMichal Kazior4-6/+14
2014-04-09cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho7-42/+26
2014-04-09cfg80211/mac80211: move combination check to mac80211 for ibssLuciano Coelho2-31/+29
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho10-78/+110
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho5-60/+99
2014-04-09cfg80211: refactor cfg80211_can_use_iftype_chan()Luciano Coelho1-56/+73
2014-04-09cfg80211: Enable GO operation on indoor channelsIlan Peer3-2/+20
2014-04-09cfg80211: Add an option to hint indoor operationIlan Peer3-12/+65
2014-04-09cfg80211: Enable GO operation on additional channelsIlan Peer8-15/+160
2014-04-09cfg80211: Add Kconfig option for cellular BS hintsIlan Peer2-1/+14
2014-04-09cfg80211: Add indoor only and GO concurrent channel attributesDavid Spinadel2-0/+8
2014-04-09cfg80211: slightly clean up of cfg80211_sme_connect()Zhao, Gang1-2/+1
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal8-17/+17
2014-04-09cfg80211: regulatory: use RCU_INIT_POINTERMonam Agarwal1-1/+1
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach2-2/+8
2014-04-09cfg80211: allow userspace to take ownership of interfacesJohannes Berg3-1/+82
2014-04-09mac80211: remove VLAIS usage from mac80211Jan-Simon Möller1-18/+19
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds342-7311/+15444
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-57/+43
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2014-04-02Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-04-02netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman1-1/+1
2014-04-02net: ptp: move PTP classifier in its own fileDaniel Borkmann5-21/+148
2014-04-02mac802154: make csma/cca parameters per-wpanPhoebe Buckheister9-235/+234
2014-04-02mac802154: allow only one WPAN to be up at any given timePhoebe Buckheister2-0/+26
2014-04-01net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann1-2/+2
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina1-111/+7
2014-04-01Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusJiri Kosina1-0/+90
2014-04-01Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2014-04-01Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds1-16/+16
2014-04-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-77/+106
2014-04-01ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa4-10/+11
2014-04-01ipv6: strengthen fallback fragmentation id generationHannes Frederic Sowa1-12/+15
2014-04-01net-gro: restore frag0 optimizationEric Dumazet1-32/+64
2014-04-01rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-04-01net-sysfs: expose number of carrier on/off changesdavid decotigny3-1/+18
2014-04-01ipv6: tcp_ipv6 policy route issueWang Yufen1-7/+11
2014-04-01ipv6: reuse rt6_need_strictWang Yufen1-6/+0
2014-04-01ipv6: tcp_ipv6 do some cleanupWang Yufen1-13/+11
2014-04-01bridge: use is_skb_forwardable in forward pathVlad Yasevich1-7/+2
2014-04-01net: Allow modules to use is_skb_forwardableVlad Yasevich1-2/+2
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-77/+106