summaryrefslogtreecommitdiff
path: root/net/ieee802154
AgeCommit message (Expand)Author
2014-02-106lowpan: fix lockdep splatsEric Dumazet
2014-02-096lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer
2014-01-27net: 6lowpan: fixup for code movementStephen Rothwell
2014-01-226lowpan: add a license to 6lowpan_iphc moduleYann Droneaud
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-15net: move 6lowpan compression code to separate moduleDmitry Eremin-Solenikov
2014-01-14ieee802154: Fix memory leak in ieee802154_add_iface()Christian Engelmayer
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-05net: 6lowpan: fix lowpan_header_create non-compression memcpy callDaniel Borkmann
2013-12-27ieee802154: space prohibited before that close parenthesisWeilong Chen
2013-12-176lowpan: cleanup udp compress functionAlexander Aring
2013-12-176lowpan: udp use subtraction on both conditionsAlexander Aring
2013-12-176lowpan: udp use lowpan_fetch_skb functionAlexander Aring
2013-12-176lowpan: add udp warning for elided checksumAlexander Aring
2013-12-176lowpan: fix udp byte orderingAlexander Aring
2013-12-176lowpan: fix udp compress orderingAlexander Aring
2013-12-176lowpan: udp use lowpan_push_hc_data functionAlexander Aring
2013-12-176lowpan: introduce lowpan_push_hc_data functionAlexander Aring
2013-12-126lowpan: fix/move/cleanup debug functionsAlexander Aring
2013-12-116lowpan: Moving generic compression code into 6lowpan_iphc.cJukka Rissanen
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2013-11-156lowpan: Uncompression of traffic class field was incorrectJukka Rissanen
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-11-14ieee802154: use genl_register_family_with_ops()Johannes Berg
2013-11-076lowpan: release device on error pathDan Carpenter
2013-10-306lowpan: cleanup skb copy dataAlexander Aring
2013-10-306lowpan: set 6lowpan network and transport headerAlexander Aring
2013-10-306lowpan: set and use mac_len for mac header lengthAlexander Aring
2013-10-306lowpan: remove unnecessary set of headersAlexander Aring
2013-10-286lowpan: remove unnecessary breakAlexander Aring
2013-10-286lowpan: remove skb->dev assignmentAlexander Aring
2013-10-286lowpan: use netdev_alloc_skb instead dev_alloc_skbAlexander Aring
2013-10-286lowpan: remove unnecessary check on err >= 0Alexander Aring
2013-10-286lowpan: remove unnecessary ret variableAlexander Aring
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