summaryrefslogtreecommitdiffstats
path: root/net/ieee802154/6lowpan.c
Commit message (Expand)AuthorAgeFilesLines
* 6lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring2014-02-281-832/+0
* 6lowpan: change tag type to __be16Alexander Aring2014-02-281-2/+3
* 6lowpan: fix fragmentation on sending sideAlexander Aring2014-02-281-10/+27
* 6lowpan: fix lockdep splatsEric Dumazet2014-02-101-0/+20
* 6lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer2014-02-091-3/+0
* 6lowpan: fix/move/cleanup debug functionsAlexander Aring2013-12-121-38/+5
* 6lowpan: Moving generic compression code into 6lowpan_iphc.cJukka Rissanen2013-12-111-718/+35
* 6lowpan: Uncompression of traffic class field was incorrectJukka Rissanen2013-11-151-2/+2
* 6lowpan: release device on error pathDan Carpenter2013-11-071-1/+3
* 6lowpan: cleanup skb copy dataAlexander Aring2013-10-301-5/+8
* 6lowpan: set 6lowpan network and transport headerAlexander Aring2013-10-301-0/+2
* 6lowpan: set and use mac_len for mac header lengthAlexander Aring2013-10-301-12/+1
* 6lowpan: remove unnecessary set of headersAlexander Aring2013-10-301-4/+0
* 6lowpan: remove unnecessary breakAlexander Aring2013-10-281-1/+0
* 6lowpan: remove skb->dev assignmentAlexander Aring2013-10-281-1/+0
* 6lowpan: use netdev_alloc_skb instead dev_alloc_skbAlexander Aring2013-10-281-2/+2
* 6lowpan: remove unnecessary check on err >= 0Alexander Aring2013-10-281-1/+1
* 6lowpan: remove unnecessary ret variableAlexander Aring2013-10-281-4/+2
* 6lowpan: Sync default hardware address of lowpan links to their wpanAlan Ott2013-10-081-0/+3
* 6lowpan: Only make 6lowpan links to IEEE802154 devicesAlan Ott2013-10-081-0/+2
* 6lowpan: handle context based source addressAlexander Aring2013-08-201-3/+46
* 6lowpan: lowpan_uncompress_addr with address_modeAlexander Aring2013-08-201-68/+77
* 6lowpan: add function to uncompress multicast addrAlexander Aring2013-08-201-19/+59
* 6lowpan: Fix fragmentation with link-local compressed addressesDavid Hauweele2013-08-201-0/+6
* 6lowpan: init ipv6hdr buffer to zeroAlexander Aring2013-08-201-11/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-3/+2
* 6lowpan: handle dev_queue_xmit() error code properlyAlan Ott2013-04-071-2/+2
* 6lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau2013-03-271-1/+1
* 6lowpan: fix a small formatting issueTony Cheneau2013-03-271-1/+1
* 6lowpan: modify udp compression/uncompression to match the standardTony Cheneau2013-03-261-3/+36
* 6lowpan: use the PANID provided by the device instead of a static valueTony Cheneau2013-03-261-2/+4
* 6lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau2013-03-261-0/+8
* 6lowpan: store fragment tag values per device instead of net stack wideTony Cheneau2013-03-261-4/+5
* 6lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau2013-03-261-4/+21
* 6lowpan: fix first fragment (FRAG1) handlingTony Cheneau2013-03-261-13/+23
* 6lowpan: use short IEEE 802.15.4 addresses for broadcast destinationTony Cheneau2013-03-261-8/+15
* 6lowpan: always enable link-layer acknowledgmentsTony Cheneau2013-03-261-0/+4
* 6lowpan: next header is not properly set upon decompression of a UDP header.Tony Cheneau2013-03-261-1/+3
* 6lowpan: use stack buffer instead of heapAlexander Aring2013-02-061-9/+4
* 6lowpan: Remove __init tag from lowpan_netlink_fini().David S. Miller2013-02-061-1/+1
* 6lowpan: Handle uncompressed IPv6 packets over 6LoWPANAlan Ott2013-01-181-9/+32
* 6lowpan: Refactor packet delivery into a functionAlan Ott2013-01-181-14/+24
* 6lowpan: consider checksum bytes in fragmentation thresholdAlan Ott2012-11-301-1/+2
* net/ieee802154/6lowpan.c: Remove unecessary semicolonPeter Senna Tschudin2012-09-181-1/+1
* 6lowpan: handle NETDEV_UNREGISTER eventAlan Ott2012-09-011-7/+37
* 6lowpan: Make a copy of skb's delivered to 6lowpanAlan Ott2012-09-011-1/+8
* 6lowpan: Change byte order when storing/accessing to len fieldTony Cheneau2012-07-161-8/+12
* 6lowpan: Change byte order when storing/accessing u16 tagTony Cheneau2012-07-161-3/+3
* 6lowpan: Fix null pointer dereference in UDP uncompression functionTony Cheneau2012-07-161-0/+3
* 6lowpan: rework fragment-deleting routinealex.bluesman.smirnov@gmail.com2012-07-121-19/+20
OpenPOWER on IntegriCloud