summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: introduce SO_INCOMING_CPUEric Dumazet2014-11-116-2/+12
* tcp: move sk_mark_napi_id() at the right placeEric Dumazet2014-11-112-2/+4
* Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-1083-2176/+4065
|\
| * Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville2014-11-0444-305/+2048
| |\
| | * mac80211: replace restart_complete() with reconfig_complete()Eliad Peller2014-11-043-8/+30
| | * mac80211: increase U-APSD max service period lengthAndrei Otcheretianski2014-11-041-1/+1
| | * mac80211: handle RIC data element in reassociation requestJohannes Berg2014-11-043-7/+50
| | * mac80211: 802.11p OCB mode supportRostislav Lisovy2014-11-0413-9/+415
| | * cfg80211: 802.11p OCB mode handlingRostislav Lisovy2014-11-0413-2/+208
| | * mac80211: add support for driver tx power reportingFelix Fietkau2014-11-043-0/+44
| | * cfg80211: avoid using default in interface type switchJohannes Berg2014-10-312-2/+18
| | * mac80211: fix spelling errorsStephen Hemminger2014-10-314-4/+4
| | * cfg80211: fix integer signedness in chandef_primary_freqs()Johannes Berg2014-10-291-1/+1
| | * cfg80211: fix set but not used warning in nl80211_channel_switch()Fabian Frederick2014-10-291-4/+1Star
| | * mac80211: minstrel_ht: do not always skip ht rates vht_only is trueKarl Beldan2014-10-271-1/+1
| | * mac80211: don't flush when probing the APEmmanuel Grumbach2014-10-271-2/+0Star
| | * mac80211: support creating vifs with specified mac addressBen Greear2014-10-272-1/+5
| | * cfg80211: support configuring vif mac addr on createBen Greear2014-10-271-1/+3
| | * mac80211: support creating wiphy w/out creating wlanXBen Greear2014-10-271-1/+2
| | * mac80211: allow creating wiphy devices with suggested nameBen Greear2014-10-271-4/+5
| | * cfg80211: support creating wiphy with suggested nameBen Greear2014-10-271-11/+49
| | * mac80211: expose API allowing station iterationArik Nemtsov2014-10-231-0/+28
| | * mac80211: add stations in order to the station listArik Nemtsov2014-10-231-1/+1
| | * mac80211: expose TDLS-initiator value to low level driverArik Nemtsov2014-10-231-2/+6
| | * mac80211: fix network header breakage during encryptionArik Nemtsov2014-10-232-7/+0Star
| | * mac80211: export IE splitting functionAndrei Otcheretianski2014-10-232-27/+1Star
| | * mac80211: minstrel_ht: use group flags instead of index to display ratesKarl Beldan2014-10-231-12/+16
| | * mac80211: don't remove tainted keys after not programmingJohannes Berg2014-10-221-1/+10
| | * mac80211: add WMM admission control supportJohannes Berg2014-10-227-22/+270
| | * mac80211: sanity check CW_min/CW_max towards driverJohannes Berg2014-10-221-0/+6
| | * cfg80211: make WMM TSPEC support flag an nl80211 feature flagJohannes Berg2014-10-221-8/+6Star
| | * mac80211: remove unnecessary null test before debugfs_remove()Fabian Frederick2014-10-211-8/+4Star
| | * mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHzKarl Beldan2014-10-214-22/+241
| | * mac80211: minstrel_ht: include type (cck/ht) in rates flagKarl Beldan2014-10-201-14/+14
| | * mac80211: minstrel_ht: macros adjustments for future VHT_GROUPsKarl Beldan2014-10-203-34/+42
| | * mac80211: minstrel_ht: Increase the range of handled rate indexesKarl Beldan2014-10-202-12/+12
| | * Merge branch 'mac80211' into mac80211-nextJohannes Berg2014-10-207-15/+29
| | |\
| | * | mac80211: fix change flags variable signednessJohannes Berg2014-10-201-1/+2
| | * | cfg80211: Specify frame and reason code for NL80211_CMD_DEL_STATIONJouni Malinen2014-10-202-2/+29
| | * | cfg80211: Convert del_station() callback to use a param structJouni Malinen2014-10-204-12/+34
| | * | cfg80211: set the rates mask in connection probes over specified freqKarl Beldan2014-10-101-2/+11
| | * | mac80211: enable DFS with channel contextsMichal Kazior2014-10-102-4/+17
| | * | mac80211: directly return ieee80211_vif_use_reserved_context()Fabian Frederick2014-10-091-5/+1Star
| | * | mac80211: allow channel switch with multiple channel contextsLuciano Coelho2014-10-093-22/+20Star
| | * | mac80211: wait for the first beacon on the new channel after CSALuciano Coelho2014-10-093-13/+36
| | * | mac80211: add post_channel_switch driver operationLuciano Coelho2014-10-094-1/+37
| | * | mac80211: add pre_channel_switch driver operationLuciano Coelho2014-10-094-8/+79
| | * | mac80211: add extended channel switching capability if the driver supports CSALuciano Coelho2014-10-092-9/+14
| | * | mac80211: add device_timestamp to the ieee80211_channel_switch structLuciano Coelho2014-10-092-5/+12
| | * | mac80211: implement cfg80211_ops to query mesh proxy path tableHenning Rogge2014-10-093-0/+87