aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ieee802154 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-08Merge tag 'ieee802154-for-net-next-2024-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-nextJakub Kicinski2-2/+2
2024-03-06ieee802154: cfg802154: make wpan_phy_class constantRicardo B. Marliere2-2/+2
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-1/+1
2024-01-29net: fill in MODULE_DESCRIPTION()s for ieee802154Breno Leitao2-0/+2
2023-12-15mac802154: Avoid new associations while disassociatingMiquel Raynal1-1/+7
2023-12-15ieee802154: Avoid confusing changes after associatingMiquel Raynal1-12/+18
2023-11-20ieee802154: Give the user the association listMiquel Raynal1-2/+101
2023-11-20mac802154: Follow the number of associated devicesMiquel Raynal1-0/+2
2023-11-20ieee802154: Add support for limiting the number of associated devicesMiquel Raynal3-0/+37
2023-11-20mac802154: Handle association requests from peersMiquel Raynal2-0/+37
2023-11-20mac802154: Handle disassociationsMiquel Raynal1-0/+2
2023-11-20ieee802154: Add support for user disassociation requestsMiquel Raynal3-0/+75
2023-11-20mac802154: Handle associatingMiquel Raynal1-0/+12
2023-11-20ieee802154: Add support for user association requestsMiquel Raynal3-0/+77
2023-11-20ieee802154: Internal PAN managementMiquel Raynal3-1/+66
2023-11-20ieee802154: Let PAN IDs be resetMiquel Raynal1-10/+0
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-2/+6
2023-08-15networking: Update to register_net_sysctl_szJoel Granados1-2/+6
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski1-2/+2
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-2/+0
2023-06-24Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm/linux/kernel/git/wpan/wpan-nextJakub Kicinski2-1/+48
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-06-16ieee802154: Replace strlcpy with strscpyAzeem Shaikh1-1/+1
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-8/+7
2023-06-06Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal1-2/+1
2023-05-16Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski1-4/+5
2023-05-15net: Remove low_thresh in ip defragAngus Chen1-5/+4
2023-03-24net: ieee802154: Handle limited devices with only datagram supportMiquel Raynal1-0/+10
2023-03-23mac802154: Handle received BEACON_REQMiquel Raynal1-0/+13
2023-03-23ieee802154: Add support for allowing to answer BEACON_REQMiquel Raynal1-1/+1
2023-03-23mac802154: Handle active scanningMiquel Raynal1-0/+23
2023-03-23ieee802154: Add support for user active scan requestsMiquel Raynal1-0/+1
2023-03-17net: ieee802154: remove an unnecessary null pointer checkDongliang Mu1-2/+1
2023-03-02ieee802154: Prevent user from crashing the hostMiquel Raynal1-1/+1
2023-02-18ieee802154: Drop device trackersMiquel Raynal1-20/+4
2023-02-18ieee802154: Change error code on monitor scan netlink requestMiquel Raynal1-1/+1
2023-02-18ieee802154: Convert scan error messages to extackMiquel Raynal1-6/+13
2023-02-18ieee802154: Use netlink policies when relevant on scan parametersMiquel Raynal1-56/+28
2023-01-28mac802154: Handle basic beaconingMiquel Raynal1-0/+24
2023-01-28ieee802154: Add support for user beaconing requestsMiquel Raynal4-0/+143
2023-01-03ieee802154: Introduce a helper to validate a channelMiquel Raynal1-2/+1
2023-01-03ieee802154: Add support for user scanning requestsMiquel Raynal4-0/+291
2022-12-07Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextJakub Kicinski2-0/+105
2022-11-29ieee802154: Advertize coordinators discoveryMiquel Raynal2-0/+105
2022-11-07genetlink: introduce split op representationJakub Kicinski1-2/+4
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller1-0/+3
2022-10-07net: ieee802154: fix error return code in dgram_bind()Wei Yongjun1-1/+3
2022-10-05net/ieee802154: don't warn zero-sized raw_sendmsg()Tetsuo Handa1-0/+4
2022-10-05Revert "net/ieee802154: reject zero-sized raw_sendmsg()"Alexander Aring1-3/+0