aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03-266lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible address correctlyTony Cheneau1-3/+4
2013-03-106lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-4/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-5/+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-02-06driver-core: constify data for class_find_device()Michał Mirosław1-3/+2
2013-01-186lowpan: Handle uncompressed IPv6 packets over 6LoWPANAlan Ott1-9/+32
2013-01-186lowpan: Refactor packet delivery into a functionAlan Ott1-14/+24
2013-01-11net/ieee802154: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
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-10netlink: Rename pid to portid to avoid confusionEric W. Biederman2-6/+6
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
2012-07-126lowpan: fix tag variable sizealex.bluesman.smirnov@gmail.com1-1/+1
2012-07-126lowpan: get extra headroom in allocated framealex.bluesman.smirnov@gmail.com1-2/+2
2012-07-126lowpan: revert: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com1-3/+1
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2012-07-08ieee802154: verify packet size before trying to allocate itSasha Levin1-6/+6
2012-07-056lowpan: revert 'reuse eth_mac_addr()'alex.bluesman.smirnov@gmail.com1-2/+14
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf3-4/+4
2012-06-276lowpan: double unlock on an error pathDan Carpenter1-1/+1
2012-06-256lowpan: remove excessive argument in pr_debugalex.bluesman.smirnov@gmail.com1-57/+37
2012-06-256lowpan: fix hop limit compressionalex.bluesman.smirnov@gmail.com1-0/+1
2012-06-256lowpan: read data from skb safelyalex.bluesman.smirnov@gmail.com1-32/+38
2012-05-16ieee802154: interface type to be addedalex.bluesman.smirnov@gmail.com1-1/+8
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+38
2012-04-266lowpan: duplicate definition of IEEE802154_ALENalex.bluesman.smirnov@gmail.com2-5/+2
2012-04-266lowpan: move frame allocation code to a separate functionalex.bluesman.smirnov@gmail.com1-33/+48
2012-04-266lowpan: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com1-0/+2
2012-04-266lowpan: clean up fragments list if module unloadedalex.bluesman.smirnov@gmail.com1-2/+11
2012-04-266lowpan: fix segmentation fault caused by mlme requestalex.bluesman.smirnov@gmail.com1-0/+25
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet3-5/+5
2012-04-02ieee802154: Stop using NLA_PUT*().David S. Miller2-90/+85
2012-02-22net/ieee802154/6lowpan.c: reuse eth_mac_addr()Danny Kukawka1-14/+2
2011-11-18net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2-4/+10
2011-11-166LoWPAN: double free in lowpan_fragment_xmit()Dan Carpenter1-3/+0