aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154/6lowpan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-286lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring1-832/+0
2014-02-286lowpan: change tag type to __be16Alexander Aring1-2/+3
2014-02-286lowpan: fix fragmentation on sending sideAlexander Aring1-10/+27
2014-02-106lowpan: fix lockdep splatsEric Dumazet1-0/+20
2014-02-096lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer1-3/+0
2013-12-126lowpan: fix/move/cleanup debug functionsAlexander Aring1-38/+5
2013-12-116lowpan: Moving generic compression code into 6lowpan_iphc.cJukka Rissanen1-718/+35
2013-11-156lowpan: Uncompression of traffic class field was incorrectJukka Rissanen1-2/+2
2013-11-076lowpan: release device on error pathDan Carpenter1-1/+3
2013-10-306lowpan: cleanup skb copy dataAlexander Aring1-5/+8
2013-10-306lowpan: set 6lowpan network and transport headerAlexander Aring1-0/+2
2013-10-306lowpan: set and use mac_len for mac header lengthAlexander Aring1-12/+1
2013-10-306lowpan: remove unnecessary set of headersAlexander Aring1-4/+0
2013-10-286lowpan: remove unnecessary breakAlexander Aring1-1/+0
2013-10-286lowpan: remove skb->dev assignmentAlexander Aring1-1/+0
2013-10-286lowpan: use netdev_alloc_skb instead dev_alloc_skbAlexander Aring1-2/+2
2013-10-286lowpan: remove unnecessary check on err >= 0Alexander Aring1-1/+1
2013-10-286lowpan: remove unnecessary ret variableAlexander Aring1-4/+2
2013-10-086lowpan: Sync default hardware address of lowpan links to their wpanAlan Ott1-0/+3
2013-10-086lowpan: Only make 6lowpan links to IEEE802154 devicesAlan Ott1-0/+2
2013-08-206lowpan: handle context based source addressAlexander Aring1-3/+46
2013-08-206lowpan: lowpan_uncompress_addr with address_modeAlexander Aring1-68/+77
2013-08-206lowpan: add function to uncompress multicast addrAlexander Aring1-19/+59
2013-08-206lowpan: Fix fragmentation with link-local compressed addressesDavid Hauweele1-0/+6
2013-08-206lowpan: init ipv6hdr buffer to zeroAlexander Aring1-11/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-3/+2
2013-04-076lowpan: handle dev_queue_xmit() error code properlyAlan Ott1-2/+2
2013-03-276lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau1-1/+1
2013-03-276lowpan: fix a small formatting issueTony Cheneau1-1/+1
2013-03-266lowpan: modify udp compression/uncompression to match the standardTony Cheneau1-3/+36
2013-03-266lowpan: use the PANID provided by the device instead of a static valueTony Cheneau1-2/+4
2013-03-266lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau1-0/+8
2013-03-266lowpan: store fragment tag values per device instead of net stack wideTony Cheneau1-4/+5
2013-03-266lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau1-4/+21
2013-03-266lowpan: fix first fragment (FRAG1) handlingTony Cheneau1-13/+23
2013-03-266lowpan: use short IEEE 802.15.4 addresses for broadcast destinationTony Cheneau1-8/+15
2013-03-266lowpan: always enable link-layer acknowledgmentsTony Cheneau1-0/+4
2013-03-266lowpan: next header is not properly set upon decompression of a UDP header.Tony Cheneau1-1/+3
2013-02-066lowpan: use stack buffer instead of heapAlexander Aring1-9/+4
2013-02-066lowpan: Remove __init tag from lowpan_netlink_fini().David S. Miller1-1/+1
2013-01-186lowpan: Handle uncompressed IPv6 packets over 6LoWPANAlan Ott1-9/+32
2013-01-186lowpan: Refactor packet delivery into a functionAlan Ott1-14/+24
2012-11-306lowpan: consider checksum bytes in fragmentation thresholdAlan Ott1-1/+2
2012-09-18net/ieee802154/6lowpan.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-016lowpan: handle NETDEV_UNREGISTER eventAlan Ott1-7/+37
2012-09-016lowpan: Make a copy of skb's delivered to 6lowpanAlan Ott1-1/+8
2012-07-166lowpan: Change byte order when storing/accessing to len fieldTony Cheneau1-8/+12
2012-07-166lowpan: Change byte order when storing/accessing u16 tagTony Cheneau1-3/+3
2012-07-166lowpan: Fix null pointer dereference in UDP uncompression functionTony Cheneau1-0/+3
2012-07-126lowpan: rework fragment-deleting routinealex.bluesman.smirnov@gmail.com1-19/+20