summaryrefslogtreecommitdiff
path: root/net/ieee802154
AgeCommit message (Expand)Author
2011-06-30ieee802154: free skb buffer if dev isn't runningAlexander Smirnov
2011-06-30ieee802154: it's IEEE 802.15.4, not ZigBeeDmitry Eremin-Solenikov
2011-06-30ieee802154: support specifying hw address for created devicesDmitry Eremin-Solenikov
2011-06-13ieee802154: Don't leak memory in ieee802154_nl_fill_phyJesper Juhl
2011-04-12ieee802154: Remove hacked CFLAGS in net/ieee802154/MakefileDavid S. Miller
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet
2010-05-23ieee802154: Fix possible NULL pointer dereference in wpan_phy_allocDenis Kirjanov
2010-04-26ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller
2009-11-13ieee802154: make wpan-phy class registration to subsys_initcallDmitry Eremin-Solenikov
2009-11-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller
2009-11-06ieee802154: add support for creation/removal of logic interfacesDmitry Eremin-Solenikov
2009-11-06ieee802154: add PHY_NAME to LIST_IFACE command resultsDmitry Eremin-Solenikov
2009-11-06ieee802154: add two nl802154 helpersDmitry Eremin-Solenikov
2009-11-06ieee802154: add LIST_PHY command supportDmitry Eremin-Solenikov
2009-11-06ieee802154: split away MAC commands implementationDmitry Eremin-Solenikov
2009-11-06ieee802154: merge nl802154 and wpan-class in single moduleDmitry Eremin-Solenikov
2009-11-06wpan-phy: follow usual patter of devices registrationDmitry Eremin-Solenikov
2009-11-06wpan-phy: allow specifying a per-page channel maskDmitry Eremin-Solenikov
2009-11-06wpan-phy: use snprintf to limit the amount of chars writtenDmitry Eremin-Solenikov
2009-11-06wpan-phy: init channel/page fieldsDmitry Eremin-Solenikov
2009-11-06wpan-phy: add wpan-phy iteration functionsDmitry Eremin-Solenikov
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-14net: sk_drops consolidationEric Dumazet
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-15ieee802154: add locking for seq numbersDmitry Eremin-Solenikov
2009-09-15af_ieee802154: setsockopt optlen arg isn't __userDmitry Eremin-Solenikov
2009-08-19Drop ARPHRD_IEEE802154_PHYDmitry Eremin-Solenikov
2009-08-19ieee802154: add support for channel pages from IEEE 802.15.4-2006Dmitry Eremin-Solenikov
2009-08-19ieee802154: add a sysfs representation of WPAN master devicesDmitry Eremin-Solenikov
2009-08-12nl802154: support START-CONFIRM primitiveDmitry Baryshkov
2009-08-12af_ieee802154: add support for WANT_ACK socket optionDmitry Baryshkov
2009-08-12af_ieee802154: minor cleanup in dgram_bindDmitry Baryshkov
2009-08-12nl802154: add support for dumping WPAN interface informationDmitry Baryshkov
2009-08-12nl802154: make ieee802154_policy constantDmitry Baryshkov
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-06af_ieee802154: provide dummy get/setsockoptDmitry Eremin-Solenikov
2009-08-06af_ieee802154: fix ioctl processingDmitry Eremin-Solenikov
2009-07-23ieee802154: move headers out of extra directoryDmitry Eremin-Solenikov
2009-06-29nl802154: add module license and descriptionDmitry Eremin-Solenikov
2009-06-29nl802154: fix Oops in ieee802154_nl_get_devDmitry Eremin-Solenikov
2009-06-19ieee802154: use standard routine for printing dumpsDmitry Baryshkov
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2009-06-11ieee802154: Use '%Zu' printf format for size_t.David S. Miller