Age | Commit message (Expand) | Author |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-20 | mac802154: Fix MAC header and payload encrypted | Diogenes Pereira |
2017-09-20 | mac802154: replace hardcoded value with macro | Diogenes Pereira |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller |
2017-03-30 | drivers: add explicit interrupt.h includes | Florian Westphal |
2017-03-02 | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h... | Ingo Molnar |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner |
2016-12-16 | Makefile: drop -D__CHECK_ENDIAN__ from cflags | Michael S. Tsirkin |
2016-09-19 | mac802154: use rate limited warnings for malformed frames | Aristeu Rozanski |
2016-09-19 | mac802154: don't warn on unsupported frames | Aristeu Rozanski |
2016-09-19 | mac802154: set phy net namespace for new ifaces | Alexander Aring |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-02-23 | mac802154: Fixes kernel oops when unloading a radio driver | Koen Zandberg |
2016-01-27 | mac802154: Use skcipher | Herbert Xu |
2016-01-04 | mac802154: constify ieee802154_llsec_ops structure | Julia Lawall |
2015-12-10 | mac802154: tx: fix synced xmit deadlock | Alexander Aring |
2015-11-19 | mac802154: Delete an unnecessary check before the function call "kfree_skb" | Markus Elfring |
2015-10-21 | mac802154: llsec: use kzfree | Alexander Aring |
2015-09-30 | ieee802154: change mtu size behaviour | Alexander Aring |
2015-09-30 | mac802154: add comments for llsec issues | Alexander Aring |
2015-09-30 | nl802154: add support for security layer | Alexander Aring |
2015-09-24 | mac802154: iface: assume big endian for af_packet | Alexander Aring |
2015-09-22 | mac802154: tx: add warning if MTU exceeds | Alexander Aring |
2015-09-22 | ieee802154: change needed headroom/tailroom | Alexander Aring |
2015-09-22 | ieee802154: introduce wpan_dev_header_ops | Alexander Aring |
2015-09-22 | mac802154: llsec: fix device deletion from list | Alexander Aring |
2015-08-10 | ieee802154: add ack request default handling | Alexander Aring |
2015-08-10 | mac802154: change frame_retries behaviour | Alexander Aring |
2015-08-10 | mac802154: cfg: remove test and set checks | Alexander Aring |
2015-08-10 | mac802154: fix wpan mac setting while lowpan is there | Alexander Aring |
2015-07-30 | mac802154: Fix memory corruption with global deferred transmit state. | Lennert Buytenhek |
2015-07-23 | mac802154: fix ieee802154_rx handling | Varka Bhadram |
2015-07-23 | mac802154: do not export ieee802154_rx() | Varka Bhadram |
2015-07-23 | mac802154: cfg: add suspend and resume callbacks | Alexander Aring |
2015-07-23 | mac802154: util: add stop_device utility function | Alexander Aring |
2015-07-23 | mac802154: remove unused macro | Varka Bhadram |
2015-07-23 | mac802154: use WARN_ON() macro | Varka Bhadram |
2015-07-23 | mac802154: add llsec address update workaround | Alexander Aring |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2015-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2015-06-17 | mac802154: iface: cleanup stack variable | Alexander Aring |
2015-06-17 | mac802154: iface: fix order while interface up | Alexander Aring |
2015-06-15 | mac802154: iface: flush workqueue before stop | Alexander Aring |
2015-06-15 | mac802154: iface: fix hrtimer cancel on ifdown | Alexander Aring |
2015-06-15 | mac802154: rx packet handle cleanup | Varka Bhadram |
2015-06-09 | mac802154/iface: remove superfluous WARN_ON call in slave_open() | Stefan Schmidt |
2015-06-07 | mac802154: remove unneeded vif struct | Alexander Aring |
2015-06-02 | mac802154: add trace functionality for driver ops | Varka Bhadram |
2015-05-31 | ieee802154: Fix EUI-64 station address validation. | Lennert Buytenhek |