Age | Commit message (Expand) | Author | Files | Lines |
2015-03-14 | ieee802154: don't export static symbol | Julia Lawall | 1 | -1/+0 |
2015-03-14 | ieee802154: remove deprecated sysfs entries | Alexander Aring | 1 | -49/+0 |
2015-03-14 | ieee802154: change wpan-phy name to phy | Alexander Aring | 1 | -1/+4 |
2015-03-14 | ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPAN | Alexander Aring | 1 | -1/+1 |
2015-03-02 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2 | -2/+5 |
2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -12/+9 |
2015-02-14 | ieee802154: fix netns settings | Nicolas Dichtel | 2 | -2/+5 |
2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 4 | -14/+10 |
2015-01-08 | ieee802154: 6lowpan: fix Makefile entry | Alexander Aring | 2 | -2/+2 |
2015-01-08 | ieee802154: 6lowpan: rename to core | Alexander Aring | 2 | -1/+1 |
2015-01-08 | ieee802154: 6lowpan: move transmit functionality | Alexander Aring | 4 | -264/+279 |
2015-01-08 | ieee802154: 6lowpan: move receive functionality | Alexander Aring | 4 | -167/+200 |
2015-01-08 | ieee802154: 6lowpan: rename internal header | Alexander Aring | 3 | -5/+5 |
2015-01-08 | ieee802154: create 6lowpan sub-directory | Alexander Aring | 7 | -7/+10 |
2015-01-03 | ieee802154: handle config as menuconfig | Alexander Aring | 1 | -3/+6 |
2015-01-03 | ieee802154: rename af_ieee802154.c to socket.c | Alexander Aring | 2 | -1/+1 |
2015-01-03 | ieee802154: socket: fix checkpatch issue | Alexander Aring | 1 | -1/+1 |
2015-01-03 | ieee802154: socket: put handling into one file | Alexander Aring | 5 | -856/+760 |
2015-01-03 | ieee802154: socket: change module name | Alexander Aring | 1 | -2/+2 |
2015-01-03 | ieee802154: handle socket functionality as module | Alexander Aring | 2 | -1/+11 |
2014-12-19 | nl802154: introduce support for cca settings | Alexander Aring | 2 | -3/+50 |
2014-12-19 | ieee802154: rework cca setting | Alexander Aring | 3 | -4/+4 |
2014-12-10 | Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 7 | -26/+7 |
2014-12-05 | net/ieee802154: Remove and add extra blank lines as needed. | Stefan Schmidt | 7 | -21/+2 |
2014-12-05 | net/ieee802154: Make sure alignment matches parenthesis.. | Stefan Schmidt | 1 | -1/+1 |
2014-11-26 | ieee802154: fix spelling mistakes | Varka Bhadram | 4 | -4/+4 |
2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 2 | -2/+2 |
2014-11-22 | Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 12 | -270/+1382 |
2014-11-17 | ieee802154: fix byteorder for short address and panid | Alexander Aring | 2 | -6/+6 |
2014-11-17 | ieee802154: rename and move WPAN_NUM_ defines | Alexander Aring | 1 | -2/+2 |
2014-11-17 | ieee802154: add del interface command | Alexander Aring | 2 | -0/+35 |
2014-11-17 | ieee802154: setting extended address while iface add | Alexander Aring | 2 | -3/+10 |
2014-11-17 | ieee802154: add new interface command | Alexander Aring | 2 | -0/+41 |
2014-11-17 | mac802154: remove const for non pointer in rdev-ops | Alexander Aring | 1 | -9/+5 |
2014-11-12 | ieee820154: add lbt setting support | Alexander Aring | 2 | -0/+32 |
2014-11-12 | ieee820154: add max frame retries setting support | Alexander Aring | 2 | -0/+41 |
2014-11-12 | ieee820154: add max csma backoffs setting support | Alexander Aring | 2 | -0/+42 |
2014-11-12 | ieee820154: add backoff exponent setting support | Alexander Aring | 2 | -0/+43 |
2014-11-12 | ieee820154: add short_addr setting support | Alexander Aring | 2 | -0/+38 |
2014-11-12 | ieee820154: add pan_id setting support | Alexander Aring | 2 | -0/+38 |
2014-11-12 | ieee820154: add channel set support | Alexander Aring | 2 | -0/+35 |
2014-11-10 | Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 17 | -181/+191 |
2014-11-09 | ieee802154: fix iface dump with lowpan | Alexander Aring | 1 | -3/+14 |
2014-11-09 | ieee802154: netlink add rtnl lock | Alexander Aring | 1 | -0/+6 |
2014-11-09 | ieee802154: add wpan_dev dump support | Alexander Aring | 1 | -0/+145 |
2014-11-09 | ieee802154: add wpan_phy dump support | Alexander Aring | 3 | -1/+223 |
2014-11-09 | ieee802154: add nl802154 framework | Alexander Aring | 7 | -4/+350 |
2014-11-09 | ieee802154: sysfs add wpan_phy index and name | Alexander Aring | 1 | -0/+24 |
2014-11-09 | ieee802154: add wpan_dev_list | Alexander Aring | 2 | -3/+103 |
2014-11-09 | ieee802154: add cfg802154_registered_device list | Alexander Aring | 2 | -1/+45 |