Age | Commit message (Expand) | Author | Files | Lines |
2015-01-08 | ieee802154: create 6lowpan sub-directory | Alexander Aring | 1 | -729/+0 |
2014-12-05 | net/ieee802154: Remove and add extra blank lines as needed. | Stefan Schmidt | 1 | -1/+0 |
2014-11-26 | ieee802154: fix spelling mistakes | Varka Bhadram | 1 | -1/+1 |
2014-11-06 | 6lowpan: move skb_free from error paths in decompression | Martin Townsend | 1 | -10/+6 |
2014-11-05 | ieee802154: remove mlme get_phy callback | Alexander Aring | 1 | -8/+0 |
2014-11-02 | ieee802154: 6lowpan: remove set of mac address | Alexander Aring | 1 | -14/+0 |
2014-10-27 | ieee802154: 6lowpan: rename process_data and lowpan_process_data | Martin Townsend | 1 | -7/+8 |
2014-10-27 | 6lowpan: fix process_data return values | Martin Townsend | 1 | -3/+3 |
2014-10-27 | 6lowpan: remove skb_deliver from IPHC | Martin Townsend | 1 | -15/+26 |
2014-10-25 | ieee802154: move ieee802154 header | Alexander Aring | 1 | -1/+1 |
2014-10-25 | ieee802154: 6lowpan: add RTNL assertion | Alexander Aring | 1 | -0/+2 |
2014-10-25 | ieee802154: 6lowpan: improve packet registration | Alexander Aring | 1 | -12/+18 |
2014-10-25 | ieee802154: 6lowpan: fix sign of errno return val | Alexander Aring | 1 | -1/+1 |
2014-10-25 | ieee802154: 6lowpan: fix byteorder for frag tag | Alexander Aring | 1 | -4/+5 |
2014-10-25 | ieee802154: 6lowpan: Drop PACKET_OTHERHOST skbs in 6lowpan | Simon Vincent | 1 | -0/+3 |
2014-09-24 | ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 header | Simon Vincent | 1 | -36/+89 |
2014-09-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+2 |
2014-08-19 | ieee802154: 6lowpan: ensure of sending 1280 packets | Alexander Aring | 1 | -1/+1 |
2014-08-19 | ieee802154: 6lowpan_rtnl: fix correct errno value | Alexander Aring | 1 | -1/+1 |
2014-08-14 | ieee802154: 6lowpan: remove unused function | Alexander Aring | 1 | -8/+0 |
2014-07-07 | 6lowpan: mac802154: fix coding style issues | Varka Bhadram | 1 | -6/+10 |
2014-06-02 | 6lowpan_rtnl: fix off by one while fragmentation | Alexander Aring | 1 | -1/+1 |
2014-06-02 | 6lowpan_rtnl: fix fragmentation with two fragments | Alexander Aring | 1 | -2/+2 |
2014-05-15 | 6lowpan: fix fragmentation | Phoebe Buckheister | 1 | -94/+104 |
2014-05-15 | ieee802154: change _cb handling slightly | Phoebe Buckheister | 1 | -5/+4 |
2014-03-18 | ieee802154: properly unshare skbs in ieee802154 *_rcv functions | Phoebe Buckheister | 1 | -16/+13 |
2014-03-14 | ieee802154: add proper length checks to header creations | Phoebe Buckheister | 1 | -1/+1 |
2014-03-14 | ieee802154: use ieee802154_addr instead of *_sa variants | Phoebe Buckheister | 1 | -12/+26 |
2014-03-14 | mac802154: use header operations to create/parse headers | Phoebe Buckheister | 1 | -8/+8 |
2014-03-14 | ieee802154: enforce consistent endianness in the 802.15.4 stack | Phoebe Buckheister | 1 | -4/+4 |
2014-03-14 | ieee802154: rename struct ieee802154_addr to *_sa | Phoebe Buckheister | 1 | -2/+2 |
2014-03-12 | ieee802154: Convert uses of __constant_<foo> to <foo> | Joe Perches | 1 | -1/+1 |
2014-03-06 | 6lowpan: move 6lowpan header to include/net | Alexander Aring | 1 | -1/+1 |
2014-03-02 | 6lowpan: use memcpy to set tag value in fraghdr | Alexander Aring | 1 | -2/+1 |
2014-03-02 | 6lowpan: remove initialization of tag value | Alexander Aring | 1 | -1/+0 |
2014-02-28 | 6lowpan: handling 6lowpan fragmentation via inet_frag api | Alexander Aring | 1 | -207/+49 |
2014-02-28 | 6lowpan: fix some checkpatch issues | Alexander Aring | 1 | -18/+9 |
2014-02-28 | 6lowpan: move 6lowpan.c to 6lowpan_rtnl.c | Alexander Aring | 1 | -0/+832 |