summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | cfg80211: Add support to sched scan to report better BSSsvamsi krishna2017-01-131-0/+44
| * | | | | cfg80211: Add support for randomizing TA of Public Action framesvamsi krishna2017-01-131-2/+19
| * | | | | wext: uninline stream addition functionsJohannes Berg2017-01-131-0/+67
| * | | | | mac80211: set wifi_acked[_valid] bits for transmitted SKBsJohannes Berg2017-01-121-0/+5
| * | | | | mac80211: Add RX flag to indicate ICV strippedDavid Spinadel2017-01-122-2/+4
| * | | | | cfg80211: wext does not need to set monitor channel in managed modeJorge Ramirez-Ortiz2017-01-111-23/+0
| * | | | | cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECTAndrzej Zaborowski2017-01-095-1/+67
| * | | | | cfg80211: size various nl80211 messages correctlyJohannes Berg2017-01-091-8/+8
| * | | | | rfkill: Add rfkill-any LED triggerMichał Kępień2017-01-091-1/+71
| * | | | | cfg80211: support ieee80211-freq-limit DT propertyRafał Miłecki2017-01-062-0/+139
| * | | | | cfg80211: move function checking range fit to util.cRafał Miłecki2017-01-063-20/+25
| * | | | | cfg80211: only pass sband to set_mandatory_flags_band()Arend Van Spriel2017-01-051-4/+4
| * | | | | cfg80211: sysfs: use wiphy_name()Johannes Berg2017-01-041-2/+4
| * | | | | mac80211: Fix addition of mesh configuration elementIlan peer2017-01-021-2/+0
| * | | | | Revert "rfkill: Add rfkill-any LED trigger"Johannes Berg2016-12-201-74/+1
| * | | | | nl80211: rework {sched_,}scan event related functionsArend Van Spriel2016-12-163-34/+15
| * | | | | rfkill: hide unused goto labelArnd Bergmann2016-12-161-0/+2
| * | | | | mac80211: minstrel: avoid port control frames for samplingThomas Huehn2016-12-151-0/+5
| * | | | | mac80211: minstrel_ht: remove obsolete #if for >= 3 streamsFelix Fietkau2016-12-151-20/+0
| * | | | | mac80211: minstrel: make prob_ewma u16 instead of u32Felix Fietkau2016-12-151-1/+1
| * | | | | mac80211: minstrel: store probability variance instead of standard deviationFelix Fietkau2016-12-154-19/+30
| * | | | | mac80211: minstrel: reduce MINSTREL_SCALEFelix Fietkau2016-12-151-1/+1
| * | | | | mac80211: minstrel: remove cur_prob from debugfsFelix Fietkau2016-12-154-26/+18
| * | | | | mac80211: check for MCS in ieee80211_duration before fetching chanctxFelix Fietkau2016-12-151-4/+4
| * | | | | mac80211: minstrel_ht: make att_hist and succ_hist u32 instead of u64Felix Fietkau2016-12-151-1/+1
| * | | | | mac80211: minstrel_ht: move short preamble check out of get_rateFelix Fietkau2016-12-151-17/+5
| * | | | | mac80211: minstrel_ht: move supported bitrate mask out of group dataFelix Fietkau2016-12-153-22/+22
| * | | | | mac80211: only alloc mem if a station doesn't exist yetKoen Vandeputte2016-12-151-7/+7
| * | | | | mac80211: Use appropriate name for functions and messagesMasashi Honma2016-12-135-13/+13
| * | | | | mac80211: Remove invalid flag operations in mesh TSF synchronizationMasashi Honma2016-12-133-15/+0
| * | | | | rfkill: Add rfkill-any LED triggerMichał Kępień2016-12-131-0/+73
| * | | | | rfkill: Cleanup error handling in rfkill_init()Michał Kępień2016-12-131-11/+12
| * | | | | mac80211: Show pending txqlen in debugfs.Ben Greear2016-12-131-0/+27
| * | | | | mac80211: Suppress NEW_PEER_CANDIDATE event if no roomMasashi Honma2016-12-131-6/+8
| * | | | | mac80211: multicast to unicast conversionMichael Braun2016-12-134-1/+137
| * | | | | mac80211: Remove unused 'beaconint_us' variableKirtika Ruchandani2016-12-131-4/+0
| * | | | | mac80211: Remove unused 'sband' and 'local' variablesKirtika Ruchandani2016-12-131-4/+0
| * | | | | mac80211: Remove unused 'len' variableKirtika Ruchandani2016-12-131-5/+3
| * | | | | mac80211: Remove unused 'i' variableKirtika Ruchandani2016-12-131-3/+1
| * | | | | mac80211: Remove unused 'struct rate_control_ref' variableKirtika Ruchandani2016-12-131-4/+0
| * | | | | mac80211: Remove unused 'rates_idx' variableKirtika Ruchandani2016-12-131-2/+1
| * | | | | mac80211: Remove unused 'struct ieee80211_rx_status' ptrKirtika Ruchandani2016-12-131-4/+0
| * | | | | nl80211: multicast_to_unicast can be changed while IFF_UPMichael Braun2016-12-131-3/+0
| * | | | | nl80211: check NL80211_ATTR_SCHED_SCAN_INTERVAL only onceArend Van Spriel2016-12-131-4/+1
| * | | | | cfg80211: get rid of name indirection trick for ieee80211_get_channel()Arend Van Spriel2016-12-131-3/+2
| * | | | | rfkill: simplify rfkill_set_hw_state() slightlyJohannes Berg2016-12-131-4/+1
* | | | | | tcp: disable fack by defaultYuchung Cheng2017-01-141-2/+3
* | | | | | tcp: remove thin_dupack featureYuchung Cheng2017-01-143-24/+2
* | | | | | tcp: remove RFC4653 NCRYuchung Cheng2017-01-141-15/+0
* | | | | | tcp: remove early retransmitYuchung Cheng2017-01-149-76/+6