summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-01-09rfkill: Add rfkill-any LED triggerMichał Kępień1-1/+71
2017-01-06cfg80211: support ieee80211-freq-limit DT propertyRafał Miłecki2-0/+139
2017-01-06cfg80211: move function checking range fit to util.cRafał Miłecki3-20/+25
2017-01-05cfg80211: only pass sband to set_mandatory_flags_band()Arend Van Spriel1-4/+4
2017-01-04cfg80211: sysfs: use wiphy_name()Johannes Berg1-2/+4
2017-01-02mac80211: Fix addition of mesh configuration elementIlan peer1-2/+0
2016-12-20Revert "rfkill: Add rfkill-any LED trigger"Johannes Berg1-74/+1
2016-12-16nl80211: rework {sched_,}scan event related functionsArend Van Spriel3-34/+15
2016-12-16rfkill: hide unused goto labelArnd Bergmann1-0/+2
2016-12-15mac80211: minstrel: avoid port control frames for samplingThomas Huehn1-0/+5
2016-12-15mac80211: minstrel_ht: remove obsolete #if for >= 3 streamsFelix Fietkau1-20/+0
2016-12-15mac80211: minstrel: make prob_ewma u16 instead of u32Felix Fietkau1-1/+1
2016-12-15mac80211: minstrel: store probability variance instead of standard deviationFelix Fietkau4-19/+30
2016-12-15mac80211: minstrel: reduce MINSTREL_SCALEFelix Fietkau1-1/+1
2016-12-15mac80211: minstrel: remove cur_prob from debugfsFelix Fietkau4-26/+18
2016-12-15mac80211: check for MCS in ieee80211_duration before fetching chanctxFelix Fietkau1-4/+4
2016-12-15mac80211: minstrel_ht: make att_hist and succ_hist u32 instead of u64Felix Fietkau1-1/+1
2016-12-15mac80211: minstrel_ht: move short preamble check out of get_rateFelix Fietkau1-17/+5
2016-12-15mac80211: minstrel_ht: move supported bitrate mask out of group dataFelix Fietkau3-22/+22
2016-12-15mac80211: only alloc mem if a station doesn't exist yetKoen Vandeputte1-7/+7
2016-12-13mac80211: Use appropriate name for functions and messagesMasashi Honma5-13/+13
2016-12-13mac80211: Remove invalid flag operations in mesh TSF synchronizationMasashi Honma3-15/+0
2016-12-13rfkill: Add rfkill-any LED triggerMichał Kępień1-0/+73
2016-12-13rfkill: Cleanup error handling in rfkill_init()Michał Kępień1-11/+12
2016-12-13mac80211: Show pending txqlen in debugfs.Ben Greear1-0/+27
2016-12-13mac80211: Suppress NEW_PEER_CANDIDATE event if no roomMasashi Honma1-6/+8
2016-12-13mac80211: multicast to unicast conversionMichael Braun4-1/+137
2016-12-13mac80211: Remove unused 'beaconint_us' variableKirtika Ruchandani1-4/+0
2016-12-13mac80211: Remove unused 'sband' and 'local' variablesKirtika Ruchandani1-4/+0
2016-12-13mac80211: Remove unused 'len' variableKirtika Ruchandani1-5/+3
2016-12-13mac80211: Remove unused 'i' variableKirtika Ruchandani1-3/+1
2016-12-13mac80211: Remove unused 'struct rate_control_ref' variableKirtika Ruchandani1-4/+0
2016-12-13mac80211: Remove unused 'rates_idx' variableKirtika Ruchandani1-2/+1
2016-12-13mac80211: Remove unused 'struct ieee80211_rx_status' ptrKirtika Ruchandani1-4/+0
2016-12-13nl80211: multicast_to_unicast can be changed while IFF_UPMichael Braun1-3/+0
2016-12-13nl80211: check NL80211_ATTR_SCHED_SCAN_INTERVAL only onceArend Van Spriel1-4/+1
2016-12-13cfg80211: get rid of name indirection trick for ieee80211_get_channel()Arend Van Spriel1-3/+2
2016-12-13rfkill: simplify rfkill_set_hw_state() slightlyJohannes Berg1-4/+1
2016-12-11netfilter: nft_counter: rework atomic dump and resetPablo Neira1-72/+55
2016-12-11net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen1-27/+27
2016-12-11net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen1-10/+0
2016-12-11net: bridge: shorten ageing time on topology changeVivien Didelot3-2/+30
2016-12-11net: bridge: add helper to set topology changeVivien Didelot4-4/+11
2016-12-11net: bridge: add helper to offload ageing timeVivien Didelot3-17/+24
2016-12-11net: socket: removed an unnecessary newlineAmit Kushwaha1-1/+0
2016-12-11netlink: use blocking notifierWANG Cong1-4/+4
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-12-10net: skb_condense() can also deal with empty skbsEric Dumazet1-9/+13
2016-12-10Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/sc...David S. Miller5-11/+55
2016-12-10udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet1-1/+2