aboutsummaryrefslogtreecommitdiff
path: root/net/ieee802154
AgeCommit message (Expand)AuthorFilesLines
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-1/+1
2009-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...Gravatar David S. Miller 1-1/+1
2009-11-13ieee802154: make wpan-phy class registration to subsys_initcallGravatar Dmitry Eremin-Solenikov 1-1/+1
2009-11-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...Gravatar David S. Miller 7-592/+1118
2009-11-06ieee802154: add support for creation/removal of logic interfacesGravatar Dmitry Eremin-Solenikov 1-0/+156
2009-11-06ieee802154: add PHY_NAME to LIST_IFACE command resultsGravatar Dmitry Eremin-Solenikov 1-0/+8
2009-11-06ieee802154: add two nl802154 helpersGravatar Dmitry Eremin-Solenikov 2-0/+38
2009-11-06ieee802154: add LIST_PHY command supportGravatar Dmitry Eremin-Solenikov 4-1/+195
2009-11-06ieee802154: split away MAC commands implementationGravatar Dmitry Eremin-Solenikov 4-595/+669
2009-11-06ieee802154: merge nl802154 and wpan-class in single moduleGravatar Dmitry Eremin-Solenikov 3-12/+24
2009-11-06wpan-phy: follow usual patter of devices registrationGravatar Dmitry Eremin-Solenikov 1-3/+1
2009-11-06wpan-phy: allow specifying a per-page channel maskGravatar Dmitry Eremin-Solenikov 1-1/+19
2009-11-06wpan-phy: use snprintf to limit the amount of chars writtenGravatar Dmitry Eremin-Solenikov 1-1/+1
2009-11-06wpan-phy: init channel/page fieldsGravatar Dmitry Eremin-Solenikov 1-0/+3
2009-11-06wpan-phy: add wpan-phy iteration functionsGravatar Dmitry Eremin-Solenikov 1-0/+25
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+1
2009-10-14net: sk_drops consolidationGravatar Eric Dumazet 2-2/+0
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgGravatar Neil Horman 2-2/+2
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 2-2/+2
2009-09-15ieee802154: add locking for seq numbersGravatar Dmitry Eremin-Solenikov 1-0/+4
2009-09-15af_ieee802154: setsockopt optlen arg isn't __userGravatar Dmitry Eremin-Solenikov 2-2/+2
2009-08-19Drop ARPHRD_IEEE802154_PHYGravatar Dmitry Eremin-Solenikov 2-5/+2
2009-08-19ieee802154: add support for channel pages from IEEE 802.15.4-2006Gravatar Dmitry Eremin-Solenikov 2-3/+26
2009-08-19ieee802154: add a sysfs representation of WPAN master devicesGravatar Dmitry Eremin-Solenikov 2-1/+160
2009-08-12nl802154: support START-CONFIRM primitiveGravatar Dmitry Baryshkov 1-0/+32
2009-08-12af_ieee802154: add support for WANT_ACK socket optionGravatar Dmitry Baryshkov 1-4/+54
2009-08-12af_ieee802154: minor cleanup in dgram_bindGravatar Dmitry Baryshkov 1-6/+8
2009-08-12nl802154: add support for dumping WPAN interface informationGravatar Dmitry Baryshkov 1-2/+104
2009-08-12nl802154: make ieee802154_policy constantGravatar Dmitry Baryshkov 1-1/+2
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 3-3/+33
2009-08-06af_ieee802154: provide dummy get/setsockoptGravatar Dmitry Eremin-Solenikov 2-0/+28
2009-08-06af_ieee802154: fix ioctl processingGravatar Dmitry Eremin-Solenikov 1-3/+5
2009-07-23ieee802154: move headers out of extra directoryGravatar Dmitry Eremin-Solenikov 4-9/+9
2009-06-29nl802154: add module license and descriptionGravatar Dmitry Eremin-Solenikov 1-0/+3
2009-06-29nl802154: fix Oops in ieee802154_nl_get_devGravatar Dmitry Eremin-Solenikov 1-0/+3
2009-06-19ieee802154: use standard routine for printing dumpsGravatar Dmitry Baryshkov 1-9/+3
2009-06-18net: correct off-by-one write allocations reportsGravatar Eric Dumazet 1-1/+2
2009-06-11ieee802154: Use '%Zu' printf format for size_t.Gravatar David S. Miller 2-2/+2
2009-06-09net: add NL802154 interface for configuration of 802.15.4 devicesGravatar Sergey Lapin 3-1/+577
2009-06-09net: add IEEE 802.15.4 socket family implementationGravatar Sergey Lapin 6-0/+1072