index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac802154
/
rx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac802154: Handle received BEACON_REQ
Miquel Raynal
2023-03-23
1
-1
/
+69
*
Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...
Jakub Kicinski
2023-02-20
1
-1
/
+35
|
\
|
*
mac802154: Handle passive scanning
Miquel Raynal
2023-01-03
1
-1
/
+35
*
|
mac802154: Fix possible double free upon parsing error
Miquel Raynal
2022-12-19
1
-1
/
+0
|
/
*
Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc...
Jakub Kicinski
2022-12-07
1
-13
/
+11
|
\
|
*
mac802154: Allow the creation of coordinator interfaces
Miquel Raynal
2022-11-01
1
-4
/
+7
|
*
mac802154: Move an skb free within the rx path
Miquel Raynal
2022-11-01
1
-9
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-27
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
mac802154: Fix LQI recording
Miquel Raynal
2022-10-24
1
-2
/
+3
*
|
Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...
David S. Miller
2022-10-26
1
-5
/
+24
|
\
\
|
|
/
|
/
|
|
*
mac802154: Ensure proper scan-level filtering
Miquel Raynal
2022-10-24
1
-4
/
+12
|
*
net: mac802154: Avoid displaying misleading debug information
Miquel Raynal
2022-10-12
1
-1
/
+3
|
*
mac802154: Avoid delivering frames received in a non satisfying filtering mode
Miquel Raynal
2022-10-12
1
-5
/
+7
|
*
mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUM
Miquel Raynal
2022-10-12
1
-5
/
+2
|
*
mac802154: set filter at drv_start()
Alexander Aring
2022-10-12
1
-1
/
+11
*
|
net: mac802154: Fix a condition in the receive path
Miquel Raynal
2022-08-29
1
-1
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
mac802154: use rate limited warnings for malformed frames
Aristeu Rozanski
2016-09-19
1
-2
/
+2
*
mac802154: don't warn on unsupported frames
Aristeu Rozanski
2016-09-19
1
-0
/
+5
*
mac802154: Delete an unnecessary check before the function call "kfree_skb"
Markus Elfring
2015-11-19
1
-2
/
+1
*
mac802154: add comments for llsec issues
Alexander Aring
2015-09-30
1
-0
/
+4
*
mac802154: fix ieee802154_rx handling
Varka Bhadram
2015-07-23
1
-2
/
+1
*
mac802154: do not export ieee802154_rx()
Varka Bhadram
2015-07-23
1
-1
/
+0
*
mac802154: cfg: add suspend and resume callbacks
Alexander Aring
2015-07-23
1
-2
/
+8
*
mac802154: rx packet handle cleanup
Varka Bhadram
2015-06-15
1
-2
/
+4
*
mac802154: remove unneeded vif struct
Alexander Aring
2015-06-07
1
-2
/
+2
*
mac802154: remove mib lock
Alexander Aring
2015-05-23
1
-5
/
+0
*
mac802154: use goto label on failure
Varka Bhadram
2014-12-05
1
-2
/
+1
*
mac802154: use new nl802154 iftype types
Alexander Aring
2014-11-17
1
-4
/
+3
*
mac802154: move mac pib attributes into wpan_dev
Alexander Aring
2014-11-09
1
-3
/
+4
*
mac802154: add ieee802154_vif struct
Alexander Aring
2014-11-05
1
-2
/
+2
*
mac802154: rx: add error handling after skb_clone
Alexander Aring
2014-10-29
1
-5
/
+6
*
mac802154: rx: monitor receive cleanup
Alexander Aring
2014-10-29
1
-2
/
+4
*
mac802154: rx: add rx stats incrementation
Alexander Aring
2014-10-29
1
-0
/
+3
*
mac802154: rx: use netif_receive_skb
Alexander Aring
2014-10-29
1
-1
/
+1
*
mac802154: rx: remove override pkt_type set to PACKET_HOST
Alexander Aring
2014-10-29
1
-1
/
+0
*
mac802154: rx: add software checksum filtering check
Alexander Aring
2014-10-29
1
-2
/
+13
*
mac802154: rx: simplify crc receive handling
Alexander Aring
2014-10-29
1
-22
/
+12
*
mac802154: rx: remove unnecessary parameter
Alexander Aring
2014-10-29
1
-2
/
+2
*
mac802154: separate omit tx/rx flags
Alexander Aring
2014-10-29
1
-1
/
+1
*
mac802154: rx: change naming convention
Alexander Aring
2014-10-27
1
-16
/
+17
*
mac802154: rx: move rcu locking
Alexander Aring
2014-10-27
1
-4
/
+4
*
mac802154: rx: move skb_reset_mac_header
Alexander Aring
2014-10-27
1
-2
/
+3
*
mac802154: rx: add monitor pkt_type information
Alexander Aring
2014-10-27
1
-0
/
+1
*
mac802154: rx: add CHECKSUM_UNNECESSARY
Alexander Aring
2014-10-27
1
-0
/
+2
*
mac802154: rx: move skb->protocol setting
Alexander Aring
2014-10-27
1
-1
/
+4
*
mac802154: rx: rename remove mac802154_subif_rx
Alexander Aring
2014-10-27
1
-9
/
+3
*
mac802154: tx: remove monitor receive while xmit
Alexander Aring
2014-10-27
1
-1
/
+2
*
mac802154: rx: move receive handling into rx.c
Alexander Aring
2014-10-27
1
-0
/
+214
*
mac802154: rx: document ieee802154_rx() context requirement
Alexander Aring
2014-10-27
1
-0
/
+2
[next]