summaryrefslogtreecommitdiffstats
path: root/net/ieee802154
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook-6/+6
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook-1/+1
2025-05-27ieee802154: Use struct sockaddr_storage with dev_set_mac_address()Kees Cook-4/+4
2025-03-18inet: frags: save a pair of atomic operations in reassemblyEric Dumazet-1/+4
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet-7/+10
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet-3/+4
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+1
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel-6/+6
2025-02-21ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_opsXiao Liang-0/+2
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang-2/+3
2024-11-11net: convert to nla_get_*_default()Johannes Berg-28/+13
2024-10-15net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()Ignat Korchagin-5/+7
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin-6/+6
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+1
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-1/+1
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-5/+1
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh-1/+1
2024-03-08Merge tag 'ieee802154-for-net-next-2024-03-07' of git://git.kernel.org/pub/sc...Jakub Kicinski-2/+2
2024-03-06ieee802154: cfg802154: make wpan_phy_class constantRicardo B. Marliere-2/+2
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet-1/+1
2024-01-29net: fill in MODULE_DESCRIPTION()s for ieee802154Breno Leitao-0/+2
2023-12-15mac802154: Avoid new associations while disassociatingMiquel Raynal-1/+7
2023-12-15ieee802154: Avoid confusing changes after associatingMiquel Raynal-12/+18
2023-11-20ieee802154: Give the user the association listMiquel Raynal-2/+101
2023-11-20mac802154: Follow the number of associated devicesMiquel Raynal-0/+2
2023-11-20ieee802154: Add support for limiting the number of associated devicesMiquel Raynal-0/+37
2023-11-20mac802154: Handle association requests from peersMiquel Raynal-0/+37
2023-11-20mac802154: Handle disassociationsMiquel Raynal-0/+2
2023-11-20ieee802154: Add support for user disassociation requestsMiquel Raynal-0/+75
2023-11-20mac802154: Handle associatingMiquel Raynal-0/+12
2023-11-20ieee802154: Add support for user association requestsMiquel Raynal-0/+77
2023-11-20ieee802154: Internal PAN managementMiquel Raynal-1/+66
2023-11-20ieee802154: Let PAN IDs be resetMiquel Raynal-10/+0
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-2/+6
2023-08-15networking: Update to register_net_sysctl_szJoel Granados-2/+6
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski-2/+2
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-2/+0
2023-06-24Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski-1/+48
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-06-16ieee802154: Replace strlcpy with strscpyAzeem Shaikh-1/+1
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao-8/+7
2023-06-06Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal-2/+1
2023-05-16Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski-4/+5
2023-05-15net: Remove low_thresh in ip defragAngus Chen-5/+4