summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: use freezable workqueue for restart workEliad Peller2015-11-032-1/+12
* mac80211: Fix local deauth while associatingAndrei Otcheretianski2015-11-031-0/+19
* mac80211: allow null chandef in tracingArik Nemtsov2015-11-031-5/+5
* nl80211: Fix potential memory leak from parse_acl_dataOla Olsson2015-11-031-6/+6
* mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com2015-11-031-0/+7
* Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...David S. Miller2015-10-2230-621/+727
|\
| * mac80211: move station statistics into sub-structsJohannes Berg2015-10-2111-185/+178
| * mac80211: move beacon_loss_count into ifmgdJohannes Berg2015-10-215-14/+12
| * mac80211: remove sta->last_ack_signalJohannes Berg2015-10-213-7/+0
| * cfg80211: reg: fix reg_ignore_cell_hint return typeJohannes Berg2015-10-161-1/+2
| * cfg80211: reg: reduce chan_reg_rule_print_dbg() ifdefJohannes Berg2015-10-161-9/+2
| * cfg80211: reg: fix antenna gain in chan_reg_rule_print_dbg()Johannes Berg2015-10-161-2/+2
| * cfg80211: reg: centralize freeing ignored requestsJohannes Berg2015-10-161-29/+35
| * cfg80211: reg: clarify 'treatment' handling in reg_process_hint()Johannes Berg2015-10-161-7/+9
| * cfg80211: reg: rename reg_regdb_query() to reg_query_builtin()Johannes Berg2015-10-161-3/+3
| * cfg80211: reg: make CRDA support optionalJohannes Berg2015-10-163-73/+114
| * cfg80211: reg: remove useless reg_timeout schedulingJohannes Berg2015-10-151-8/+2
| * cfg80211: reg: search built-in database directlyJohannes Berg2015-10-151-44/+58
| * cfg80211: reg: rename reg_call_crda to reg_query_databaseJohannes Berg2015-10-151-5/+5
| * cfg80211: reg: fix reg_call_crda() return value bugJohannes Berg2015-10-151-31/+30
| * cfg80211: reg: remove useless non-NULL checkJohannes Berg2015-10-151-3/+0
| * cfg80211: fix gHz to GHzJohannes Berg2015-10-152-2/+2
| * mac80211: remove event.cJohannes Berg2015-10-144-34/+6
| * mac80211: remove cfg.hJohannes Berg2015-10-144-11/+2
| * mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg2015-10-143-41/+39
| * mac80211: clean up ieee80211_rx_h_check_dup codeJohannes Berg2015-10-141-10/+10
| * mac80211: remove PM-QoS listenerJohannes Berg2015-10-148-80/+20
| * mac80211: use new cfg80211_inform_bss_frame_data() APIJohannes Berg2015-10-132-15/+15
| * mac80211: Do not restart scheduled scan if multiple scan plans are setAvraham Stern2015-10-131-2/+6
| * cfg80211: Add multiple scan plans for scheduled scanAvraham Stern2015-10-133-15/+170
| * nl80211: allow BSS data to include CLOCK_BOOTTIME timestampDmitry Shmidt2015-10-134-39/+47
| * Revert "mac80211: remove exposing 'mfp' to drivers"Tamizh chelvam2015-10-132-1/+6
| * Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2015-10-13416-7133/+11907
| |\
| * | mac80211: add missing struct ieee80211_txq tid field initializationFelix Fietkau2015-10-081-0/+2
* | | openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar2015-10-228-45/+40
* | | openvswitch: Fix incorrect type use.Pravin B Shelar2015-10-221-3/+3
* | | ipv6: gro: support sit protocolEric Dumazet2015-10-211-0/+12
* | | netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-214-27/+9
* | | Adding switchdev ageing notification on port bridgedElad Raz2015-10-211-0/+12
* | | tcp: use RACK to detect lossesYuchung Cheng2015-10-213-2/+91
* | | tcp: track the packet timings in RACKYuchung Cheng2015-10-214-0/+49
* | | tcp: add tcp_tsopt_ecr_before helperYuchung Cheng2015-10-211-2/+7
* | | tcp: remove tcp_mark_lost_retrans()Yuchung Cheng2015-10-212-71/+0
* | | tcp: track min RTT using windowed min-filterYuchung Cheng2015-10-214-5/+82
* | | tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng2015-10-211-4/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-2032-224/+404
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-10-1930-217/+391
| |\ \ \
| | * | | openvswitch: Scrub skb between namespacesJoe Stringer2015-10-181-0/+9
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-10-184-42/+99
| | |\ \ \
| | | * | | Bluetooth: Fix initializing conn_params in scan phaseJakub Pawlowski2015-10-162-8/+20