aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154
AgeCommit message (Expand)AuthorFilesLines
2014-11-05mac802154: cleanup ieee802154_netdev_to_extended_addrAlexander Aring1-1/+1
2014-11-05mac802154: add ieee802154_vif structAlexander Aring3-8/+10
2014-11-05mac802154: add default interface registrationAlexander Aring1-0/+12
2014-11-05ieee802154: remove mlme get_phy callbackAlexander Aring2-15/+0
2014-11-05ieee802154: rework interface registrationAlexander Aring3-82/+88
2014-11-05mac802154: move dev_hold out of ieee802154_if_addAlexander Aring1-1/+0
2014-11-05mac802154: move interface add handling in ifaceAlexander Aring4-68/+72
2014-11-05mac802154: move interface del handling in ifaceAlexander Aring4-18/+16
2014-11-05ieee802154: remove nl802154 unused functionsAlexander Aring1-6/+0
2014-11-02ieee802154: remove unnecessary functionsAlexander Aring1-22/+0
2014-11-02mac802154: cfg: add missing includeAlexander Aring1-0/+1
2014-11-02mac802154: iface: add validation for extended addressAlexander Aring1-2/+6
2014-11-02mac802154: move phy settings into netlink receiveAlexander Aring2-19/+21
2014-11-02mac802154: set panid address filter on ifupAlexander Aring2-51/+4
2014-11-02mac802154: set short address filter on ifupAlexander Aring2-6/+4
2014-11-02mac802154: set extended address filter on ifupAlexander Aring4-17/+9
2014-11-02cfg802154: convert deprecated iface add and delAlexander Aring3-6/+23
2014-11-02mac802154: introduce mac802154_config_opsAlexander Aring4-2/+31
2014-11-02cfg802154: introduce cfg802154_registered_deviceAlexander Aring1-1/+1
2014-10-29mac802154: add basic support for monitorAlexander Aring2-1/+12
2014-10-29mac802154: rx: add error handling after skb_cloneAlexander Aring1-5/+6
2014-10-29mac802154: rx: monitor receive cleanupAlexander Aring1-2/+4
2014-10-29mac802154: rx: add rx stats incrementationAlexander Aring1-0/+3
2014-10-29mac802154: rx: use netif_receive_skbAlexander Aring1-1/+1
2014-10-29mac802154: rx: remove override pkt_type set to PACKET_HOSTAlexander Aring1-1/+0
2014-10-29mac802154: rx: add software checksum filtering checkAlexander Aring1-2/+13
2014-10-29mac802154: rx: simplify crc receive handlingAlexander Aring1-22/+12
2014-10-29mac802154: rx: remove unnecessary parameterAlexander Aring1-2/+2
2014-10-29mac802154: separate omit tx/rx flagsAlexander Aring2-2/+2
2014-10-29mac802154: add support for promiscuous modeAlexander Aring1-0/+13
2014-10-29mac802154: main: remove unnecessary includeAlexander Aring1-1/+0
2014-10-28mac802154: cleanup open count handlingAlexander Aring1-3/+4
2014-10-28mac802154: move mac_params functions into mac_cmdAlexander Aring2-5/+22
2014-10-28mac802154: remove channel attributes from sdataAlexander Aring3-53/+9
2014-10-28mac802154: iface: remove assign to zeroAlexander Aring1-6/+0
2014-10-28mac802154: add synchronization handlingAlexander Aring1-0/+7
2014-10-28mac802154: move local started handlingAlexander Aring3-26/+4
2014-10-28mac802154: rename running to startedAlexander Aring2-4/+4
2014-10-28mac802154: rework sdata state change to runningAlexander Aring2-8/+16
2014-10-28mac802154: remove driver ops in wpan-phyAlexander Aring2-91/+6
2014-10-28mac802154: use driver-ops function wrappersAlexander Aring4-20/+26
2014-10-28mac802154: introduce driver-ops headerAlexander Aring1-0/+202
2014-10-28mac802154: declare struct ieee802154_ops as constAlexander Aring2-2/+2
2014-10-28mac802154: main: move open and close into ifaceAlexander Aring3-62/+59
2014-10-28mac802154: monitor: merge into iface implementationAlexander Aring3-60/+31
2014-10-27mac802154: rx: change naming conventionAlexander Aring1-16/+17
2014-10-27mac802154: rx: move rcu lockingAlexander Aring1-4/+4
2014-10-27mac802154: rx: move skb_reset_mac_headerAlexander Aring1-2/+3
2014-10-27mac802154: rx: add monitor pkt_type informationAlexander Aring1-0/+1
2014-10-27mac802154: rx: add CHECKSUM_UNNECESSARYAlexander Aring1-0/+2
2014-10-27mac802154: rx: move skb->protocol settingAlexander Aring1-1/+4
2014-10-27mac802154: rx: rename remove mac802154_subif_rxAlexander Aring1-9/+3
2014-10-27mac802154: tx: remove monitor receive while xmitAlexander Aring3-4/+2
2014-10-27mac802154: rx: move receive handling into rx.cAlexander Aring4-214/+214
2014-10-27mac802154: rx: document ieee802154_rx() context requirementAlexander Aring1-0/+2
2014-10-27mac802154: rx: use tasklet instead workqueueAlexander Aring4-41/+46
2014-10-27mac802154: tx: use put_unaligned_le16 for copy crcAlexander Aring1-2/+3
2014-10-26mac802154: tx: make worker information staticAlexander Aring1-12/+5
2014-10-26mac802154: tx: change naming conventionAlexander Aring4-17/+23
2014-10-26mac802154: tx: move stats tx incrementAlexander Aring1-6/+10
2014-10-26mac802154: tx: cleanup crc calculationAlexander Aring1-4/+2
2014-10-26mac802154: tx: use netdev print helpersAlexander Aring1-2/+2
2014-10-26mac802154: tx: don't allow if down while sync txAlexander Aring1-9/+22
2014-10-26mac802154: tx: add support for xmit_async callbackAlexander Aring2-7/+17
2014-10-26mac802154: tx: fix error handling while xmitAlexander Aring1-4/+8
2014-10-26mac802154: tx: use queue helpers in xmit workerAlexander Aring1-12/+2
2014-10-26mac802154: add netdev qeue helpersAlexander Aring2-1/+56
2014-10-26mac802154: tx: remove xmit channel context switchAlexander Aring1-54/+4
2014-10-26mac802154: tx: squash multiple dereferencingAlexander Aring1-11/+12
2014-10-26mac802154: tx: remove kmalloc in xmit hotpathAlexander Aring1-29/+27
2014-10-26mac802154: tx: move xmit callback to tx fileAlexander Aring4-67/+59
2014-10-25mac802154: remove ieee802154_addr from driver_opsAlexander Aring1-10/+0
2014-10-25mac802154: rename dev_workqueue to workqueueAlexander Aring5-10/+10
2014-10-25mac802154: introduce IEEE802154_DEV_TO_SUB_IFAlexander Aring6-43/+47
2014-10-25mac802154: introduce hw_to_local functionAlexander Aring4-8/+12
2014-10-25mac802154: rename sdata slaves and slaves_mtxAlexander Aring5-37/+37
2014-10-25mac802154: rename hw subif_data variable to localAlexander Aring6-47/+47
2014-10-25mac802154: rename mac802154_sub_if_dataAlexander Aring7-207/+208
2014-10-25mac802154: rename mac802154_priv to ieee802154_localAlexander Aring7-131/+130
2014-10-25ieee802154: rename ieee802154_dev to ieee802154_hwAlexander Aring3-24/+24
2014-10-25ieee802154: move ieee802154 headerAlexander Aring4-4/+4
2014-10-25ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring6-6/+6
2014-10-25mac802154: move wpan.c to iface.cAlexander Aring2-1/+1
2014-10-25mac802154: move mac802154.h to ieee802154_i.hAlexander Aring9-11/+11
2014-10-25mac802154: move ieee802154_dev.c to main.cAlexander Aring2-1/+1
2014-10-25mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring1-3/+3
2014-10-25ieee802154: ieee802154_dev: fix align typoAlexander Aring1-1/+1
2014-10-25ieee802154: mac802154: remove FSF addressAlexander Aring8-32/+0
2014-10-25trivial: net/mac802154: Fix Kconfig typoJulien Catalano1-1/+1
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-14/+16
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+5
2014-08-26treewide: Fix typo in printkMasanari Iida1-1/+1
2014-08-19ieee802154: mac802154: handle the reserved dest mode by dropping the packetMartin Townsend1-1/+4
2014-08-19mac802154: fixed potential skb leak with mac802154_parse_frame_startMartin Townsend1-0/+1
2014-08-14mac802154: common tx error pathVarka Bhadram1-7/+8
2014-08-14mac802154: common error pathVarka Bhadram1-4/+6
2014-08-14mac802154: cleanup in rx pathVarka Bhadram1-3/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+4
2014-07-07mac802154: at86rf230: add hw flags and merge opsAlexander Aring1-14/+46
2014-07-076lowpan: mac802154: fix coding style issuesVarka Bhadram4-4/+9
2014-06-11mac802154: don't deliver packets to devices that are downPhoebe Buckheister3-10/+17
2014-06-11mac802154: properly free incoming skbs on decryption failurePhoebe Buckheister1-0/+1
2014-06-06mac802154: llsec: add forgotten list_del_rcu in key removalPhoebe Buckheister1-0/+1
2014-05-22mac802154: llsec: correctly lookup implicit-indexed keysPhoebe Buckheister1-0/+2
2014-05-22mac802154: llsec: fold useless return value checkPhoebe Buckheister1-1/+1
2014-05-22mac802154: llsec: fix incorrect lock pairingPhoebe Buckheister1-1/+1
2014-05-16ieee802154, mac802154: implement devkey record optionPhoebe Buckheister1-0/+38
2014-05-16mac802154: propagate device address changes to llsecPhoebe Buckheister2-3/+47
2014-05-16mac802154: add llsec configuration functionsPhoebe Buckheister3-0/+238
2014-05-16mac802154: integrate llsec with wpan devicesPhoebe Buckheister2-28/+100
2014-05-16mac802154: add llsec decryption methodPhoebe Buckheister2-0/+248
2014-05-16mac802154: add llsec encryption methodPhoebe Buckheister2-0/+255
2014-05-16mac802154: add llsec structures and mutatorsPhoebe Buckheister4-1/+637
2014-05-16mac802154: update KconfigPhoebe Buckheister1-0/+4
2014-05-15mac802154: make mac802154_wpan_open staticPhoebe Buckheister1-1/+1
2014-05-15ieee802154: change _cb handling slightlyPhoebe Buckheister2-15/+13
2014-05-15mac802154: account for all header parts during wpan header creationgPhoebe Buckheister1-1/+1
2014-04-07mac802154: fix duplicate #include headersJean Sacren1-1/+0
2014-04-01mac802154: make csma/cca parameters per-wpanPhoebe Buckheister4-25/+112
2014-04-01mac802154: allow only one WPAN to be up at any given timePhoebe Buckheister2-0/+26
2014-03-14ieee802154: add proper length checks to header creationsPhoebe Buckheister1-0/+3
2014-03-14ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister2-22/+21
2014-03-14mac802154: use header operations to create/parse headersPhoebe Buckheister2-243/+88
2014-03-14ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister6-34/+53
2014-03-14ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister2-6/+6
2014-02-17ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister1-0/+23
2014-02-17ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister1-0/+11
2014-02-17ieee802154: add support for CCA mode in wpan physPhoebe Buckheister1-0/+11
2014-02-17ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister1-0/+11
2014-02-17ieee802154: add TX power control to wpan_phyPhoebe Buckheister1-0/+11
2014-02-13net: remove unnecessary return'sstephen hemminger2-5/+0
2013-12-22mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warnin...Weilong Chen1-2/+2
2013-10-306lowpan: set and use mac_len for mac header lengthAlexander Aring1-0/+2
2013-10-30mac802154: Use pr_err(...) rather than printk(KERN_ERR ...)Chen Weilong1-4/+2
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-29net: mac802154: comparision issue of type cast, finding by EXTRA_CFLAGS=-WChen Gang1-1/+1
2013-04-08mac802154: Keep track of the channel when changedAlan Ott2-1/+14
2013-04-07mac802154: Increase tx_buffer_lenAlan Ott1-1/+1
2013-04-07mac802154: Use netif flow controlAlan Ott1-0/+14
2013-04-07mac802154: Do not try to resend failed packetsAlan Ott2-12/+2
2013-03-26mac802154: add mac802154_dev_get_dsn()Tony Cheneau3-0/+11
2013-03-26mac802154: turn on ACK when enabled by the upper layersTony Cheneau1-0/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2013-02-06wpan: use stack buffer instead of heapAlexander Aring1-6/+1
2013-02-06wpan: whitespace fixAlexander Aring1-1/+1
2013-01-11net/mac802154: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-04mac802154: fix NOHZ local_softirq_pending 08 warningAlexander Aring1-1/+1
2012-12-14mac802154: fix destructon ordering for ieee802154 devicesKonstantin Khlebnikov1-2/+2
2012-11-30mac802154: use kfree_skb() instead of dev_kfree_skb()Alan Ott1-1/+1
2012-11-30mac802154: fix memory leaksAlan Ott2-2/+7
2012-07-12mac802154: sparse warnings: make symbols staticalex.bluesman.smirnov@gmail.com2-2/+2
2012-07-12mac802154: add get short address methodalex.bluesman.smirnov@gmail.com3-0/+17
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-06-26mac802154: add monitor listener to TX datapathalex.bluesman.smirnov@gmail.com1-0/+2
2012-06-26mac802154: mlme start requestalex.bluesman.smirnov@gmail.com1-0/+25
2012-06-26mac802154: page and channel setteralex.bluesman.smirnov@gmail.com2-0/+45
2012-06-26mac802154: short address setteralex.bluesman.smirnov@gmail.com2-0/+18
2012-06-26mac802154: set and get PAN idalex.bluesman.smirnov@gmail.com2-0/+33
2012-06-26mac802154: add wpan device-class supportalex.bluesman.smirnov@gmail.com6-1/+573
2012-06-25mac802154: add missed bracesalex.bluesman.smirnov@gmail.com1-1/+2
2012-05-16mac802154: monitor device supportalex.bluesman.smirnov@gmail.com5-2/+127
2012-05-16mac802154: slaves management supportalex.bluesman.smirnov@gmail.com2-0/+145
2012-05-16mac802154: basic mib supportalex.bluesman.smirnov@gmail.com3-1/+97
2012-05-16mac802154: basic MAC commands interface supportalex.bluesman.smirnov@gmail.com3-1/+48
2012-05-16mac802154: slave interfaces declarationalex.bluesman.smirnov@gmail.com1-0/+28
2012-05-16mac802154: TX data pathalex.bluesman.smirnov@gmail.com3-1/+122
2012-05-16mac802154: RX data pathalex.bluesman.smirnov@gmail.com2-1/+114
2012-05-16mac802154: allocation of ieee802154 devicealex.bluesman.smirnov@gmail.com4-0/+230