summaryrefslogtreecommitdiffstats
path: root/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-091-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/+15Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3012-109/+14Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* | inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2019-05-291-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/+1Star
* | ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_tableEric Dumazet2019-05-261-11/+6Star
* | 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/+18Star
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-16/+18
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-4/+2Star
* genetlink: make policy common to familyJohannes Berg2019-03-223-31/+2Star
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-261-1/+0Star
* 6lowpan: use rbtree for IP frag queuePeter Oskolkov2019-02-191-112/+29Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-251-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-141-1/+1
|/
* net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov2018-09-221-1/+0Star
* 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/+0Star
* 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/+0Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-211-1/+1
| |\
| | * ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-181-1/+1
| * | ieee802154: 6lowpan: set IFLA_LINKLubomir Rintel2018-07-051-0/+6
| |/
* / ieee802154: add rx LQI from userspaceRomuald CARI2018-07-131-0/+17
|/
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-2/+2
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-2/+2
* | net: ieee802154: 6lowpan: fix frag reassemblyAlexander Aring2018-04-232-9/+9
|/
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-041-2/+0Star
* inet: frags: break the 2GB limit for frags storageEric Dumazet2018-04-011-5/+5
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-04-011-3/+2Star
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-04-012-71/+46Star
* inet: frags: refactor lowpan_net_frag_init()Eric Dumazet2018-04-011-9/+11
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-04-011-6/+7
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-04-011-3/+8
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-272-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-4/+8
|\
| * ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()Eric Dumazet2018-03-091-4/+8
* | net: Convert lowpan_frags_opsKirill Tkhai2018-03-221-0/+1