summaryrefslogtreecommitdiffstats
path: root/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
* ieee802154/nl-mac.c: make some MLME operations optionalWerner Almesberger2013-04-081-5/+20
* 6lowpan: handle dev_queue_xmit() error code properlyAlan Ott2013-04-071-2/+2
* netlink: fix the warning introduced by netlink API replacementHong zhi guo2013-03-291-4/+4
* net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-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
* ieee802154/dgram: Pass source address in dgram_recvmsgStephen Röttger2013-03-271-0/+10
* 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: lowpan_is_iid_16_bit_compressable() does not detect compressible add...Tony Cheneau2013-03-261-3/+4
* 6lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明2013-03-101-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-4/+2
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-212-5/+3
|\
| * driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-3/+2
| * net/ieee802154: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+1
* | 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
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-102-6/+6
* 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
* 6lowpan: fix tag variable sizealex.bluesman.smirnov@gmail.com2012-07-121-1/+1
* 6lowpan: get extra headroom in allocated framealex.bluesman.smirnov@gmail.com2012-07-121-2/+2
* 6lowpan: revert: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com2012-07-121-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-6/+6
|\
| * ieee802154: verify packet size before trying to allocate itSasha Levin2012-07-081-6/+6
* | 6lowpan: revert 'reuse eth_mac_addr()'alex.bluesman.smirnov@gmail.com2012-07-051-2/+14
* | net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf2012-06-283-4/+4
* | 6lowpan: double unlock on an error pathDan Carpenter2012-06-271-1/+1
* | 6lowpan: remove excessive argument in pr_debugalex.bluesman.smirnov@gmail.com2012-06-251-57/+37
* | 6lowpan: fix hop limit compressionalex.bluesman.smirnov@gmail.com2012-06-251-0/+1
* | 6lowpan: read data from skb safelyalex.bluesman.smirnov@gmail.com2012-06-251-32/+38
|/
* ieee802154: interface type to be addedalex.bluesman.smirnov@gmail.com2012-05-161-1/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-2/+38
|\
| * 6lowpan: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com2012-04-261-0/+2
| * 6lowpan: clean up fragments list if module unloadedalex.bluesman.smirnov@gmail.com2012-04-261-2/+11