Age | Commit message (Expand) | Author | Files | Lines |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 8 | -372/+917 |
2019-05-07 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+0 |
2019-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+2 |
2019-04-28 | genetlink: optionally validate strictly/dumps | Johannes Berg | 1 | -0/+104 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 2 | -93/+116 |
2019-04-28 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 2 | -92/+112 |
2019-04-26 | Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc... | David S. Miller | 7 | -83/+584 |
2019-04-26 | cfg80211: add support to probe unexercised mesh link | Rajkumar Manoharan | 3 | -0/+79 |
2019-04-26 | nl80211: do a struct assignment to radar_chandef instead of memcpy() | Luca Coelho | 1 | -1/+1 |
2019-04-26 | cfg80211: don't pass pointer to pointer unnecessarily | Dan Carpenter | 1 | -4/+4 |
2019-04-26 | cfg80211: Add support to set tx power for a station associated | Ashok Raj Nagarajan | 1 | -0/+43 |
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 | 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 | 1 | -0/+5 |
2019-04-26 | nl80211/cfg80211: Extended Key ID support | Alexander Wetzel | 4 | -16/+71 |
2019-04-26 | cfg80211: support profile split between elements | Sara Sharon | 1 | -6/+103 |
2019-04-26 | cfg80211: support non-inheritance element | Sara Sharon | 1 | -1/+60 |
2019-04-26 | cfg80211: don't skip multi-bssid index element | Sara Sharon | 1 | -2/+1 |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 1 | -1/+0 |
2019-04-23 | cfg80211: Notify previous user request during self managed wiphy registration | Sriram R | 1 | -3/+2 |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -10/+56 |
2019-04-08 | cfg80211/nl80211: Offload OWE processing to user space in AP mode | Sunil Dutt | 3 | -0/+123 |
2019-04-08 | mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRIC | Narayanraddi Masti | 1 | -0/+1 |
2019-04-08 | nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scan | vamsi krishna | 1 | -0/+53 |
2019-04-08 | nl80211: reindent some sched scan code | Johannes Berg | 1 | -31/+34 |
2019-03-29 | nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commands | Sunil Dutt | 1 | -6/+12 |
2019-03-29 | cfg80211: Use kmemdup in cfg80211_gen_new_ie() | YueHaibing | 1 | -2/+1 |
2019-03-29 | cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_he | Nathan Chancellor | 1 | -2/+4 |
2019-03-29 | cfg80211: Handle WMM rules in regulatory domain intersection | Ilan Peer | 1 | -0/+39 |
2019-03-22 | genetlink: make policy common to family | Johannes Berg | 1 | -104/+1 |
2019-02-22 | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 7 | -22/+49 |
2019-02-22 | cfg80211: allow sending vendor events unicast | Johannes Berg | 1 | -6/+24 |
2019-02-22 | cfg80211: Report Association Request frame IEs in association events | Jouni Malinen | 3 | -12/+23 |
2019-02-22 | cfg80211: pmsr: use eth_broadcast_addr() to assign broadcast address | Mao Wenan | 1 | -1/+1 |
2019-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -21/+44 |
2019-02-11 | cfg80211: Use const more consistently in for_each_element macros | Jouni Malinen | 1 | -1/+1 |
2019-02-11 | cfg80211: prevent speculation on cfg80211_classify8021d() return | Johannes Berg | 1 | -11/+24 |
2019-02-11 | cfg80211: pmsr: record netlink port ID | Johannes Berg | 1 | -0/+1 |
2019-02-11 | nl80211: Fix FTM per burst maximum value | Aviya Erenfeld | 1 | -1/+1 |
2019-02-11 | cfg80211: restore regulatory without calling userspace | Johannes Berg | 2 | -15/+60 |
2019-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -1/+5 |
2019-02-08 | cfg80211: fix memory leak of new_ie | Sara Sharon | 1 | -4/+5 |
2019-02-08 | cfg80211: fix the IE inheritance of extension IEs | Sara Sharon | 1 | -7/+13 |
2019-02-08 | cfg80211: save multi-bssid properties | Sara Sharon | 1 | -21/+48 |
2019-02-08 | cfg80211: make BSSID generation function inline | Sara Sharon | 1 | -16/+0 |
2019-02-08 | cfg80211: parse multi-bssid only if HW supports it | Sara Sharon | 1 | -1/+10 |
2019-02-08 | cfg80211: Move Multiple BSS info to struct cfg80211_bss to be visible | Sara Sharon | 2 | -47/+43 |
2019-02-08 | cfg80211: Properly track transmitting and non-transmitting BSS | Sara Sharon | 2 | -2/+46 |
2019-02-08 | cfg80211: use for_each_element() for multi-bssid parsing | Johannes Berg | 1 | -32/+15 |