Age | Commit message (Expand) | Author | Files | Lines |
2019-04-26 | cfg80211: don't pass pointer to pointer unnecessarily | Dan Carpenter | 3 | -9/+9 |
2019-04-26 | mac80211: store tx power value from user to station | Ashok Raj Nagarajan | 5 | -0/+87 |
2019-04-26 | cfg80211: Add support to set tx power for a station associated | Ashok Raj Nagarajan | 3 | -0/+80 |
2019-04-26 | mac80211: only allocate one queue when using iTXQs | Johannes Berg | 1 | -5/+5 |
2019-04-26 | nl80211: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -7/+3 |
2019-04-26 | cfg80211: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -16/+7 |
2019-04-26 | mac80211: debugfs option to force TX status frames | Julius Niedworok | 3 | -0/+64 |
2019-04-26 | cfg80211: remove redundant zero check on variable 'changed' | Colin Ian King | 1 | -3/+0 |
2019-04-26 | mac80211/cfg80211: update bss channel on channel switch | Sergey Matyukevich | 2 | -3/+5 |
2019-04-26 | mac80211: minstrel_ht: automatically calculate rate duration shift | Felix Fietkau | 1 | -54/+80 |
2019-04-26 | mac80211: minstrel_ht: add support for rates with 4 spatial streams | Felix Fietkau | 2 | -1/+11 |
2019-04-26 | mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmit | Felix Fietkau | 3 | -39/+56 |
2019-04-26 | mac80211: IEEE 802.11 Extended Key ID support | Alexander Wetzel | 10 | -60/+151 |
2019-04-26 | nl80211/cfg80211: Extended Key ID support | Alexander Wetzel | 6 | -16/+101 |
2019-04-26 | mac80211: Optimize tailroom_needed update checks | Alexander Wetzel | 1 | -9/+15 |
2019-04-26 | mac80211: set NETIF_F_LLTX when using intermediate tx queues | Felix Fietkau | 1 | -0/+1 |
2019-04-26 | mac80211: run late dequeue late tx handlers without holding fq->lock | Felix Fietkau | 1 | -2/+8 |
2019-04-26 | mac80211: calculate hash for fq without holding fq->lock in itxq enqueue | Felix Fietkau | 2 | -13/+20 |
2019-04-26 | mac80211: mesh: drop redundant rcu_read_lock/unlock calls | Felix Fietkau | 2 | -20/+8 |
2019-04-26 | ieee80211: update HE IEs to D4.0 spec | Liad Kaufman | 1 | -5/+8 |
2019-04-26 | mac80211: support profile split between elements | Sara Sharon | 2 | -20/+37 |
2019-04-26 | cfg80211: support profile split between elements | Sara Sharon | 2 | -6/+117 |
2019-04-26 | mac80211: support non-inheritance element | Sara Sharon | 1 | -57/+77 |
2019-04-26 | cfg80211: support non-inheritance element | Sara Sharon | 3 | -1/+69 |
2019-04-26 | cfg80211: don't skip multi-bssid index element | Sara Sharon | 1 | -2/+1 |
2019-04-26 | mac80211_hwsim: set p2p device interface support indication | Avraham Stern | 1 | -0/+2 |
2019-04-26 | nl80211: increase NL80211_MAX_SUPP_REG_RULES | Shaul Triebitz | 1 | -2/+2 |
2019-04-26 | Merge branch 'netdevsim-implement-proper-device-model' | David S. Miller | 11 | -833/+1213 |
2019-04-26 | netdevsim: implement ndo_get_devlink_port | Jiri Pirko | 1 | -0/+8 |
2019-04-26 | netdevsim: move netdev creation/destruction to dev probe | Jiri Pirko | 8 | -197/+238 |
2019-04-26 | netdevsim: extend device attrs to support port addition and deletion | Jiri Pirko | 3 | -4/+92 |
2019-04-26 | netdevsim: implement dev probe/remove skeleton with port initialization | Jiri Pirko | 4 | -30/+160 |
2019-04-26 | netdevsim: change debugfs tree topology | Jiri Pirko | 5 | -17/+15 |
2019-04-26 | netdevsim: generate random switch id instead of using dev id | Jiri Pirko | 3 | -2/+5 |
2019-04-26 | netdevsim: merge sdev into dev | Jiri Pirko | 6 | -119/+120 |
2019-04-26 | netdevsim: rename dev_init/exit() functions and make them independent on ns | Jiri Pirko | 3 | -28/+30 |
2019-04-26 | netdevsim: add bus attributes to add new and delete devices | Jiri Pirko | 3 | -4/+99 |
2019-04-26 | netdevsim: use ida for bus device ids | Jiri Pirko | 1 | -3/+10 |
2019-04-26 | netdevsim: add stub netdevsim driver implementation | Jiri Pirko | 1 | -1/+20 |
2019-04-26 | netdevsim: move device registration and related code to bus.c | Jiri Pirko | 4 | -163/+207 |
2019-04-26 | netdevsim: put netdevsim bus code into separate file | Jiri Pirko | 4 | -13/+38 |
2019-04-26 | netdevsim: rename devlink.c to dev.c to contain per-dev(asic) items | Jiri Pirko | 4 | -59/+56 |
2019-04-26 | netdevsim: create devlink instance per netdevsim instance | Jiri Pirko | 4 | -202/+124 |
2019-04-26 | netdevsim: move device registration on bus to be done earlier in init | Jiri Pirko | 1 | -13/+13 |
2019-04-26 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 22 | -62/+1246 |
2019-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 247 | -715/+1881 |
2019-04-25 | Bluetooth: Align minimum encryption key size for LE and BR/EDR connections | Marcel Holtmann | 2 | -0/+11 |
2019-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 61 | -184/+687 |
2019-04-25 | Merge tag 'leds-for-5.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2019-04-25 | ipv4: add sanity checks in ipv4_link_failure() | Eric Dumazet | 1 | -9/+23 |