Age | Commit message (Expand) | Author | Files | Lines |
2015-06-04 | nl802154: export supported commands | Varka Bhadram | 1 | -0/+40 |
2015-06-04 | ieee802154: Fix sockaddr_ieee802154 implicit padding information leak. | Lennert Buytenhek | 1 | -0/+6 |
2015-06-04 | cfg802154: fix rdev-ops naming convension and format specifiers | Varka Bhadram | 1 | -5/+5 |
2015-06-02 | ieee802154: 6lowpan: set ackreq when needed | Alexander Aring | 1 | -2/+3 |
2015-05-27 | nl802154: add support to set cca ed level | Alexander Aring | 3 | -0/+56 |
2015-05-27 | nl802154: add support for cca ed level info | Alexander Aring | 1 | -0/+7 |
2015-05-27 | ieee802154: fix typo for file name | Varka Bhadram | 1 | -1/+1 |
2015-05-27 | ieee802154: add set transmit power support | Varka Bhadram | 3 | -0/+57 |
2015-05-26 | nl802154: fix cca mode wpan phy flag | Alexander Aring | 1 | -1/+1 |
2015-05-26 | ieee802154 socket: No need to check for ARPHRD_IEEE802154 in raw_bind(). | Lennert Buytenhek | 1 | -6/+0 |
2015-05-26 | ieee802154: Remove 802.15.4/6LoWPAN checks for interface MTU. | Lennert Buytenhek | 1 | -14/+3 |
2015-05-26 | ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big. | Lennert Buytenhek | 1 | -1/+1 |
2015-05-23 | mac802154: remove mib lock | Alexander Aring | 4 | -32/+16 |
2015-05-23 | mac802154: use atomic ops for sequence incrementation | Alexander Aring | 1 | -8/+0 |
2015-05-23 | mac802154: remove pib lock | Alexander Aring | 2 | -5/+3 |
2015-05-19 | nl802154: add support for dump phy capabilities | Alexander Aring | 1 | -1/+116 |
2015-05-19 | ieee802154: add iftypes capability | Alexander Aring | 1 | -1/+2 |
2015-05-19 | cfg802154: introduce wpan phy flags | Alexander Aring | 1 | -10/+17 |
2015-05-19 | ieee802154: add several phy supported handling | Alexander Aring | 1 | -5/+17 |
2015-05-19 | ieee802154: introduce wpan_phy_supported | Alexander Aring | 2 | -4/+4 |
2015-05-19 | ieee802154: change cca ed level to mbm | Alexander Aring | 1 | -2/+2 |
2015-05-19 | ieee802154: change transmit power to mbm | Alexander Aring | 1 | -2/+2 |
2015-05-19 | ieee802154: change transmit power to s32 | Alexander Aring | 1 | -3/+3 |
2015-05-19 | ieee802154: move validation check out of softmac | Alexander Aring | 1 | -1/+27 |
2015-05-19 | nl802154: cleanup invalid argument handling | Alexander Aring | 1 | -8/+4 |
2015-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -16/+334 |
2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -1/+1 |
2015-04-30 | ieee802154: trace: fix endian convertion | Alexander Aring | 1 | -2/+3 |
2015-04-30 | cfg802154: pass name_assign_type to rdev_add_virtual_intf() | Varka Bhadram | 3 | -5/+12 |
2015-04-30 | ieee802154: Add trace events for rdev->ops | Guido Günther | 4 | -12/+322 |
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 |