aboutsummaryrefslogtreecommitdiff
path: root/net/ieee802154
AgeCommit message (Expand)Author
2013-10-086lowpan: Sync default hardware address of lowpan links to their wpanAlan Ott
2013-10-086lowpan: Only make 6lowpan links to IEEE802154 devicesAlan Ott
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-08-206lowpan: handle context based source addressAlexander Aring
2013-08-206lowpan: lowpan_uncompress_addr with address_modeAlexander Aring
2013-08-206lowpan: add function to uncompress multicast addrAlexander Aring
2013-08-206lowpan: introduce lowpan_fetch_skb functionAlexander Aring
2013-08-206lowpan: Fix fragmentation with link-local compressed addressesDavid Hauweele
2013-08-206lowpan: init ipv6hdr buffer to zeroAlexander Aring
2013-07-26net: ieee802154: convert class code to use dev_groupsGreg Kroah-Hartman
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-04-08ieee802154/nl-mac.c: make some MLME operations optionalWerner Almesberger
2013-04-076lowpan: handle dev_queue_xmit() error code properlyAlan Ott
2013-03-29netlink: fix the warning introduced by netlink API replacementHong zhi guo
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-03-276lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau
2013-03-276lowpan: fix a small formatting issueTony Cheneau
2013-03-27ieee802154/dgram: Pass source address in dgram_recvmsgStephen Röttger
2013-03-266lowpan: modify udp compression/uncompression to match the standardTony Cheneau
2013-03-266lowpan: use the PANID provided by the device instead of a static valueTony Cheneau
2013-03-266lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau
2013-03-266lowpan: store fragment tag values per device instead of net stack wideTony Cheneau
2013-03-266lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau
2013-03-266lowpan: fix first fragment (FRAG1) handlingTony Cheneau
2013-03-266lowpan: use short IEEE 802.15.4 addresses for broadcast destinationTony Cheneau
2013-03-266lowpan: always enable link-layer acknowledgmentsTony Cheneau
2013-03-266lowpan: next header is not properly set upon decompression of a UDP header.Tony Cheneau
2013-03-266lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible add...Tony Cheneau
2013-03-106lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-066lowpan: use stack buffer instead of heapAlexander Aring
2013-02-066lowpan: Remove __init tag from lowpan_netlink_fini().David S. Miller
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2013-01-186lowpan: Handle uncompressed IPv6 packets over 6LoWPANAlan Ott
2013-01-186lowpan: Refactor packet delivery into a functionAlan Ott
2013-01-11net/ieee802154: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-11-306lowpan: consider checksum bytes in fragmentation thresholdAlan Ott
2012-09-18net/ieee802154/6lowpan.c: Remove unecessary semicolonPeter Senna Tschudin
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-016lowpan: handle NETDEV_UNREGISTER eventAlan Ott
2012-09-016lowpan: Make a copy of skb's delivered to 6lowpanAlan Ott
2012-07-166lowpan: Change byte order when storing/accessing to len fieldTony Cheneau
2012-07-166lowpan: Change byte order when storing/accessing u16 tagTony Cheneau
2012-07-166lowpan: Fix null pointer dereference in UDP uncompression functionTony Cheneau
2012-07-126lowpan: rework fragment-deleting routinealex.bluesman.smirnov@gmail.com
2012-07-126lowpan: fix tag variable sizealex.bluesman.smirnov@gmail.com
2012-07-126lowpan: get extra headroom in allocated framealex.bluesman.smirnov@gmail.com
2012-07-126lowpan: revert: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller