Age | Commit message (Expand) | Author | Files | Lines |
2018-02-04 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+6 |
2018-01-30 | nl80211: Sanitize array index in parse_txq_params | Dan Williams | 1 | -3/+6 |
2018-01-25 | lift handling of SIOCIW... out of dev_ioctl() | Al Viro | 1 | -4/+9 |
2018-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -3/+2 |
2018-01-18 | cfg80211: fix station info handling bugs | Johannes Berg | 2 | -3/+2 |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -9/+15 |
2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -1/+0 |
2018-01-15 | cfg80211: check dev_set_name() return value | Johannes Berg | 1 | -1/+7 |
2018-01-15 | mac80211_hwsim: validate number of different channels | Johannes Berg | 1 | -2/+0 |
2018-01-15 | nl80211: take RCU read lock when calling ieee80211_bss_get_ie() | Dominik Brodowski | 1 | -4/+7 |
2018-01-15 | cfg80211: fully initialize old channel for event | Johannes Berg | 1 | -2/+1 |
2018-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2018-01-04 | Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/sc... | David S. Miller | 5 | -30/+66 |
2018-01-04 | nl80211: Check for the required netlink attribute presence | Hao Chen | 1 | -1/+2 |
2017-12-19 | cfg80211: Scan results to also report the per chain signal strength | Sunil Dutt | 2 | -0/+10 |
2017-12-19 | nl80211: send deauth reason if locally generated | David Spinadel | 1 | -1/+1 |
2017-12-19 | cfg80211: ship certificates as hex files | Johannes Berg | 3 | -20/+95 |
2017-12-19 | cfg80211: always rewrite generated files from scratch | Thierry Reding | 1 | -2/+2 |
2017-12-11 | nl80211: fix nl80211_send_iface() error paths | Johannes Berg | 1 | -2/+4 |
2017-12-11 | nl80211: add a few extended error strings to key parsing | Johannes Berg | 1 | -20/+41 |
2017-12-11 | cfg80211: cleanup signal strength units notation | Sergey Matyukevich | 2 | -9/+9 |
2017-12-11 | cfg80211: IBSS: Add support for static WEP in driver for IBSS | Tova Mussai | 1 | -0/+5 |
2017-12-06 | wireless: don't write C files on failures | Johannes Berg | 1 | -10/+38 |
2017-12-06 | wireless: replace usage of hexdump with od/sed | Johannes Berg | 1 | -2/+2 |
2017-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+7 |
2017-11-25 | cfg80211: select CRYPTO_SHA256 if needed | Johannes Berg | 1 | -0/+7 |
2017-11-22 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -5/+6 |
2017-11-20 | cfg80211: initialize regulatory keys/database later | Johannes Berg | 1 | -15/+27 |
2017-11-20 | nl80211: don't expose wdev->ssid for most interfaces | Johannes Berg | 1 | -2/+24 |
2017-11-16 | genetlink: fix genlmsg_nlhdr() | Michal Kubecek | 1 | -2/+2 |
2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 16 | -475/+733 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 18 | -9/+59 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 18 | -0/+18 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 18 | -0/+18 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 18 | -0/+18 |
2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -9/+41 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -1/+1 |
2017-10-18 | cfg80211: fix connect/disconnect edge cases | Johannes Berg | 1 | -9/+41 |
2017-10-15 | Merge tag 'mac80211-next-for-davem-2017-10-13' of git://git.kernel.org/pub/sc... | David S. Miller | 3 | -6/+4 |
2017-10-13 | cfg80211: fix CFG80211_EXTRA_REGDB_KEYDIR typo | Arnd Bergmann | 1 | -1/+1 |
2017-10-13 | cfg80211: don't print log output for building shipped-certs | Arnd Bergmann | 1 | -2/+2 |
2017-10-12 | cfg80211: remove set but never used variable cf_offset | Johannes Berg | 1 | -3/+1 |
2017-10-11 | Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/sc... | David S. Miller | 15 | -472/+732 |
2017-10-11 | cfg80211: implement regdb signature checking | Johannes Berg | 6 | -1/+182 |
2017-10-11 | cfg80211: reg: remove support for built-in regdb | Johannes Berg | 7 | -267/+1 |
2017-10-11 | cfg80211: support reloading regulatory database | Johannes Berg | 3 | -20/+77 |
2017-10-11 | cfg80211: support loading regulatory database as firmware file | Johannes Berg | 3 | -24/+276 |
2017-10-06 | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 1 | -0/+6 |
2017-10-04 | nl80211: Define policy for packet pattern attributes | Peng Xu | 1 | -2/+12 |
2017-10-02 | cfg80211/nl80211: add a port authorized event | Avraham Stern | 5 | -4/+85 |