index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ieee802154
/
mrf24j40.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-06
ieee802154: mrf24j40: fix incorrect mask in mrf24j40_stop
Gustavo A. R. Silva
1
-1
/
+1
2017-07-25
mrf24j40: Fix en error handling path in 'mrf24j40_probe()'
Christophe JAILLET
1
-1
/
+2
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-03-29
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
1
-0
/
+1
2016-07-12
mrf24j40: avoid uninitialized byte in SPI transfer to radio.
Walter Mack
1
-0
/
+2
2016-04-13
mrf24j40: apply the security-enabled bit on secured outbound frames
Alexandre Macabies
1
-0
/
+4
2016-04-13
mrf24j40: fix security-enabled processing on inbound frames
Alexandre Macabies
1
-1
/
+9
2016-02-23
mrf24j40: add writeable missing reg
Alexander Aring
1
-0
/
+1
2015-11-06
Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-1
/
+0
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2015-09-24
mrf24j40: remove trailing semicolon
Alexander Aring
1
-1
/
+1
2015-09-22
mrf24j40: replace magic numbers
Alexander Aring
1
-38
/
+98
2015-09-22
mrf24j40: change irq trigger type behaviour
Alexander Aring
1
-3
/
+28
2015-09-22
mrf24j40: add promiscuous mode support
Alexander Aring
1
-1
/
+21
2015-09-22
mrf24j40: add tx power support
Alexander Aring
1
-0
/
+71
2015-09-22
mrf24j40: add cca ed level support
Alexander Aring
1
-1
/
+49
2015-09-22
mrf24j40: add cca mode support
Alexander Aring
1
-0
/
+40
2015-09-22
mrf24j40: add csma params support
Alexander Aring
1
-1
/
+26
2015-09-22
mrf24j40: async interrupt handling
Alexander Aring
1
-53
/
+40
2015-09-22
mrf24j40: rework rx handling to async rx handling
Alexander Aring
1
-164
/
+118
2015-09-22
mrf24j40: rework tx handling to async tx handling
Alexander Aring
1
-83
/
+78
2015-09-22
mrf24j40: change to frame delivery with crc
Alexander Aring
1
-4
/
+1
2015-09-22
mrf24j40: use regmap for register access
Alexander Aring
1
-97
/
+50
2015-09-22
mrf24j40: add regmap support
Alexander Aring
1
-0
/
+312
2015-09-22
mrf24j40: add more register defines
Alexander Aring
1
-0
/
+68
2015-09-22
mrf24j40: add random extended addr generation
Alexander Aring
1
-0
/
+1
2015-09-22
mrf24j40: add default channel setting
Alexander Aring
1
-0
/
+7
2015-09-22
mrf24j40: add device-tree support
Alexander Aring
1
-0
/
+9
2015-09-22
mrf24j40: remove spi settings overwrite
Alexander Aring
1
-3
/
+5
2015-09-22
mrf24j40: calling ieee802154_register_hw at last
Alexander Aring
1
-10
/
+7
2015-09-22
mrf24j40: use ieee802154_alloc_hw for private data
Alexander Aring
1
-16
/
+15
2015-09-22
mrf24j40: cleanup define identation
Alexander Aring
1
-38
/
+38
2015-07-23
net: ieee802154: Remove redundant spi driver bus initialization
Antonio Borneo
1
-1
/
+0
2015-06-09
ieee802154/mrf24j40: make sure we do not override return values
Stefan Schmidt
1
-3
/
+4
2015-06-07
mac802154: remove aack hw flag
Alexander Aring
1
-2
/
+1
2015-05-19
ieee802154: introduce wpan_phy_supported
Alexander Aring
1
-1
/
+1
2014-12-19
ieee802154/mrf24j40: Fix alignment of parenthesis
Stefan Schmidt
1
-2
/
+2
2014-12-19
ieee802154/mrf24j40: Fix typo begining -> beginning
Stefan Schmidt
1
-1
/
+1
2014-10-30
mac802154: add hardware address filter flag
Alexander Aring
1
-1
/
+2
2014-10-29
mac802154: ops: declare channel and page as u8
Alexander Aring
1
-2
/
+1
2014-10-29
mac802154: declare struct ieee802154_ops as const
Alexander Aring
1
-1
/
+1
2014-10-27
ieee802154: drivers: use dev_alloc_skb
Alexander Aring
1
-1
/
+1
2014-10-26
mac802154: tx: add support for xmit_async callback
Alexander Aring
1
-1
/
+1
2014-10-25
ieee802154: rename ieee802154_dev to ieee802154_hw
Alexander Aring
1
-24
/
+24
2014-10-25
ieee802154: move ieee802154 header
Alexander Aring
1
-1
/
+1
2014-10-25
ieee802154: move wpan-phy.h to cfg802154.h
Alexander Aring
1
-1
/
+1
2014-10-25
mac802154: fix typo IEEE802515 to IEEE802154
Alexander Aring
1
-4
/
+4
2014-10-25
ieee802154: mac802154: remove FSF address
Alexander Aring
1
-4
/
+0
2014-10-25
ieee802154: mrf24j40: Add support for MRF24J40MC
Simon Vincent
1
-2
/
+30
2014-09-24
mrf24j40: use pr_* / dev_* instead of printk()
Varka Bhadram
1
-7
/
+7
[next]