summaryrefslogtreecommitdiffstats
path: root/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+3
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-8/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-4/+4
* ieee802154: 6lowpan: remove unnecessary comparisonYang Yingliang2020-05-081-1/+1
* net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+8
* nl802154: add missing attribute validation for dev_typeJakub Kicinski2020-03-031-0/+1
* nl802154: add missing attribute validationJakub Kicinski2020-03-031-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-8/+0
|\
| * net: core: add generic lockdep keysTaehee Yoo2019-10-241-8/+0
* | net: ieee802154: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-25/+14
|/
* ieee802154: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-0/+3
* Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-6/+1
|\
| * drivers: Introduce device lookup variants by nameSuzuki K Poulose2019-07-301-6/+1
* | Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/sc...David S. Miller2019-08-241-1/+1
|\ \
| * | net: ieee802154: remove redundant assignment to rcColin Ian King2019-08-141-1/+1
* | | inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-081-1/+1
| |/ |/|
* | inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-191-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0713-115/+15
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3012-109/+14
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* | | inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2019-05-281-1/+1
* | | net: dynamically allocate fqdir structuresEric Dumazet2019-05-261-11/+13
* | | net: add a net pointer to struct fqdirEric Dumazet2019-05-261-1/+1
* | | net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-261-2/+1
* | | ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_tableEric Dumazet2019-05-261-11/+6
* | | net: rename struct fqdir fieldsEric Dumazet2019-05-261-18/+18
* | | net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-261-2/+2
* | | inet: rename netns_frags to fqdirEric Dumazet2019-05-261-1/+1
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+29
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-28/+18
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-16/+18
* | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-4/+2
* | genetlink: make policy common to familyJohannes Berg2019-03-223-31/+2
|/
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-261-1/+0
* 6lowpan: use rbtree for IP frag queuePeter Oskolkov2019-02-191-112/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-241-0/+3
|\
| * ieee802154: lowpan_header_create check must check daddrWillem de Bruijn2018-12-241-0/+3
* | net: dev: Add extack argument to dev_set_mac_address()Petr Machata2018-12-131-1/+1
|/
* net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov2018-09-211-1/+0
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net'Colin Ian King2018-08-061-5/+0
* net: 6lowpan: fix reserved space for single framesAlexander Aring2018-08-061-3/+18
* Merge remote-tracking branch 'net-next/master'Stefan Schmidt2018-08-064-3/+7
|\
| * net: remove blank lines at end of fileStephen Hemminger2018-07-242-2/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-201-1/+1
| |\
| | * ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-181-1/+1