summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211netdev.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: staging: wlan-ng: Remove GPL/MPL boilerplateBagas Sanjaya2023-05-281-21/+0
* staging: wlan-ng: remove commented debug printk messagesDeepak R Varma2022-10-231-22/+0
* staging: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-2/+2
* staging: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-201-1/+1
* staging: wlan-ng: Remove filenames from filesAldas Taraškevičius2021-09-131-1/+1
* Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-6/+6
|\
| * staging: wlan-ng: Avoid duplicate header in tx/rx framesKees Cook2021-08-261-3/+3
| * staging: wlan-ng: Remove pointless a3/a4 unionKees Cook2021-08-261-3/+3
* | staging: wlan-ng: use siocdevprivateArnd Bergmann2021-07-271-65/+11
|/
* staging: wlan-ng: silence incorrect type in argument 1 (different address spa...Ashish Kalra2021-05-101-2/+2
* staging: wlan-ng: remove redundant initialization of variable txresultColin Ian King2021-05-101-1/+1
* staging: wlan-ng: Fixed incorrect type warning in p80211netdev.cPritthijit Nath2021-03-101-1/+1
* staging:wlan-ng: use memdup_user instead of kmalloc/copy_from_userIvan Safonov2021-02-131-15/+13
* staging: wlan-ng: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-161-5/+4
* staging: wlan-ng: Remove repeated word ourAbheek Dhawan2020-09-071-1/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* staging: wlan-ng: rename DIDmib_dot11mac_dot11OperationTable_dot11MACAddress ...Tim Collier2018-09-281-1/+1
* staging: wlan-ng: rename DIDmsg_dot11req_mibset_resultcode in p80211metadef.hTim Collier2018-09-281-1/+1
* staging: wlan-ng: rename DIDmsg_dot11req_mibset_mibattribute in p80211metadef.hTim Collier2018-09-281-1/+1
* staging: wlan-ng: rename DIDmsg_dot11req_mibset in p80211metadef.hTim Collier2018-09-281-1/+1
* staging: wlan-ng: remove redundant code in "#if 0" blocksTim Collier2018-09-101-4/+0
* staging: wlan-ng: fix coding style issues in p80211netdev.cTim Collier2018-05-201-2/+2
* staging: wlan-ng: fix p80211knetdev_hard_start_xmit()'s return typeLuc Van Oostenryck2018-04-251-2/+2
* staging: wlan-ng: Fixing coding style warningRodrigo Zaiden2017-12-081-1/+2
* staging: wlan-ng: add SPDX identifiers to all wlan-ng driver filesGreg Kroah-Hartman2017-11-281-0/+1
* Staging: wlan-ng: Fixing coding style warningsSimo Koskinen2017-07-301-1/+1
* Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-221-1/+1
|\
| * staging: wlan-ng: add missing byte order conversionIgor Pylypiv2017-01-311-1/+1
* | net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-2/+0
|/
* Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-131-311/+326
|\
| * staging: wlan-ng: remove two unnecessary blank linesSergio Paracuellos2016-11-071-2/+0
| * staging: wlan-ng: Replace data type declaration with variable of same type in...Sergio Paracuellos2016-10-161-6/+6
| * staging: wlan-ng: do not return -ENOSYSSergio Paracuellos2016-10-161-3/+3
| * staging: wlan-ng: fix block comment warnings in p80211netdev.cSergio Paracuellos2016-10-161-299/+314
| * staging: wlan-ng: fix line style warnings in p80211netdev.cSergio Paracuellos2016-10-161-3/+6
* | net: use core MTU range checking in wireless driversJarod Wilson2016-10-201-13/+5
|/
* staging: wlan-ng: avoid new typedef: netdevice_tSergio Paracuellos2016-09-281-19/+19
* staging: wlan-ng: avoid new typedef: p80211item_unk392_tSergio Paracuellos2016-09-251-1/+1
* staging: wlan-ng: avoid new typedef: p80211item_pstr6_tSergio Paracuellos2016-09-251-2/+2
* staging: wlan-ng: avoid new typedef: p80211item_uint32_tSergio Paracuellos2016-09-251-1/+1
* staging: wlan-ng: remove unnecessary spaces before castsJannik Becher2016-09-231-6/+6
* staging: wlan-ng: Remove the typedef to the 'wlandevice' structuresayli karnik2016-09-181-18/+18
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-201-2/+2
|\
| * Staging: wlan-ng: Use x instead of x != NULL.Sandhya Bankar2016-03-281-2/+2
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
|/
* staging: wlan-ng: fix NULL comparisonFu Yong Quah2016-02-201-4/+4
* staging: wlan-ng: Fix restricted __be16 degrades to integerEbru Akagunduz2014-10-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+1
|\
| * net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1