summaryrefslogtreecommitdiffstats
path: root/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-193-34/+20
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-1/+1
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
* inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-11-181-2/+1
* 6lowpan: Uncompression of traffic class field was incorrectJukka Rissanen2013-11-151-2/+2
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* ieee802154: use genl_register_family_with_ops()Johannes Berg2013-11-144-94/+51
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-052-102/+204
|\
| * 6lowpan: handle context based source addressAlexander Aring2013-08-201-3/+46
| * 6lowpan: lowpan_uncompress_addr with address_modeAlexander Aring2013-08-202-71/+82
| * 6lowpan: add function to uncompress multicast addrAlexander Aring2013-08-201-19/+59
| * 6lowpan: introduce lowpan_fetch_skb functionAlexander Aring2013-08-201-0/+12
| * 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: ieee802154: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-261-10/+13
|/
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-3/+2
* 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