aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-146LoWPAN: UDP header decompressionalex.bluesman.smirnov@gmail.com1-1/+60
2011-11-146LoWPAN: UDP header compressionalex.bluesman.smirnov@gmail.com2-4/+52
2011-11-146LoWPAN: set proper netdev flagsalex.bluesman.smirnov@gmail.com1-2/+1
2011-11-146LoWPAN: disable debugging by defaultalex.bluesman.smirnov@gmail.com1-2/+0
2011-11-146LoWPAN: add fragmentation supportalex.bluesman.smirnov@gmail.com2-4/+274
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-09-156LoWPAN: fix skb_copy callalex.bluesman.smirnov@gmail.com1-8/+9
2011-09-156LoWPAN: call dev_put() on error in lowpan_newlink()Dan Carpenter1-1/+4
2011-09-156LoWPAN: use the _safe version of list_for_eachDan Carpenter1-1/+3
2011-09-156LoWPAN: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2011-08-24IEEE802.15.4: 6LoWPAN basic supportAlexander Smirnov4-3/+1108
2011-06-30ieee802154: free skb buffer if dev isn't runningAlexander Smirnov1-1/+1
2011-06-30ieee802154: it's IEEE 802.15.4, not ZigBeeDmitry Eremin-Solenikov1-1/+1
2011-06-30ieee802154: support specifying hw address for created devicesDmitry Eremin-Solenikov1-0/+31
2011-06-13ieee802154: Don't leak memory in ieee802154_nl_fill_phyJesper Juhl1-1/+2
2011-04-12ieee802154: Remove hacked CFLAGS in net/ieee802154/MakefileDavid S. Miller1-2/+0
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-3/+3
2010-05-23ieee802154: Fix possible NULL pointer dereference in wpan_phy_allocDenis Kirjanov1-1/+6
2010-04-26ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt1-0/+3
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+3
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo7-0/+7
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpanDavid S. Miller1-1/+1
2009-11-13ieee802154: make wpan-phy class registration to subsys_initcallDmitry Eremin-Solenikov1-1/+1
2009-11-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpanDavid S. Miller7-592/+1118
2009-11-06ieee802154: add support for creation/removal of logic interfacesDmitry Eremin-Solenikov1-0/+156
2009-11-06ieee802154: add PHY_NAME to LIST_IFACE command resultsDmitry Eremin-Solenikov1-0/+8
2009-11-06ieee802154: add two nl802154 helpersDmitry Eremin-Solenikov2-0/+38
2009-11-06ieee802154: add LIST_PHY command supportDmitry Eremin-Solenikov4-1/+195
2009-11-06ieee802154: split away MAC commands implementationDmitry Eremin-Solenikov4-595/+669
2009-11-06ieee802154: merge nl802154 and wpan-class in single moduleDmitry Eremin-Solenikov3-12/+24
2009-11-06wpan-phy: follow usual patter of devices registrationDmitry Eremin-Solenikov1-3/+1
2009-11-06wpan-phy: allow specifying a per-page channel maskDmitry Eremin-Solenikov1-1/+19
2009-11-06wpan-phy: use snprintf to limit the amount of chars writtenDmitry Eremin-Solenikov1-1/+1
2009-11-06wpan-phy: init channel/page fieldsDmitry Eremin-Solenikov1-0/+3
2009-11-06wpan-phy: add wpan-phy iteration functionsDmitry Eremin-Solenikov1-0/+25
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+1
2009-10-14net: sk_drops consolidationEric Dumazet2-2/+0
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2-2/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller2-2/+2
2009-09-15ieee802154: add locking for seq numbersDmitry Eremin-Solenikov1-0/+4
2009-09-15af_ieee802154: setsockopt optlen arg isn't __userDmitry Eremin-Solenikov2-2/+2
2009-08-19Drop ARPHRD_IEEE802154_PHYDmitry Eremin-Solenikov2-5/+2
2009-08-19ieee802154: add support for channel pages from IEEE 802.15.4-2006Dmitry Eremin-Solenikov2-3/+26
2009-08-19ieee802154: add a sysfs representation of WPAN master devicesDmitry Eremin-Solenikov2-1/+160
2009-08-12nl802154: support START-CONFIRM primitiveDmitry Baryshkov1-0/+32