Bluetooth: Use debug keys for SMP when HCI_USE_DEBUG_KEYS is set
[cascardo/linux.git] / net / mac802154 /
2014-11-26 Varka Bhadrammac802154: remove unnecessary if statement
2014-11-17 Alexander Aringieee802154: fix byteorder for short address and panid
2014-11-17 Alexander Aringieee802154: add del interface command
2014-11-17 Alexander Aringieee802154: setting extended address while iface add
2014-11-17 Alexander Aringieee802154: add new interface command
2014-11-17 Alexander Aringmac802154: remove wpan_dev parameter in if_add
2014-11-17 Alexander Aringmac802154: use new nl802154 iftype types
2014-11-17 Alexander Aringmac802154: remove deprecated linux-zigbee info
2014-11-17 Alexander Aringmac802154: remove const for non pointer in cfg ops
2014-11-17 Alexander Aringmac802154: remove const for non pointer in driver-ops
2014-11-17 Alexander Aringmac802154: remove unused prototypes
2014-11-13 Alexander Aringmac802154: add interframe spacing time handling
2014-11-12 Alexander Aringieee820154: add lbt setting support
2014-11-12 Alexander Aringieee820154: add max frame retries setting support
2014-11-12 Alexander Aringieee820154: add max csma backoffs setting support
2014-11-12 Alexander Aringieee820154: add backoff exponent setting support
2014-11-12 Alexander Aringieee820154: add short_addr setting support
2014-11-12 Alexander Aringieee820154: add pan_id setting support
2014-11-12 Alexander Aringieee820154: add channel set support
2014-11-12 Alexander Aringmac802154: add ifname change notifier
2014-11-12 Alexander Aringmac802154: change module description
2014-11-12 Alexander Aringmac802154: add wpan_phy priv id
2014-11-12 Alexander Aringmac820154: move mutex locks out of loop
2014-11-12 Alexander Aringmac820154: rename sdata next to tmp
2014-11-12 Alexander Aringmac820154: move interface unregistration into iface
2014-11-09 Alexander Aringmac802154: protect address changes via ioctl
2014-11-09 Alexander Aringieee802154: netlink add rtnl lock
2014-11-09 Alexander Aringmac820154: don't set monitor dev_addr
2014-11-09 Alexander Aringieee802154: add iftype to wpan_dev
2014-11-09 Alexander Aringieee802154: rename wpan_phy_alloc
2014-11-09 Alexander Aringmac802154: remove mac_params in sdata
2014-11-09 Alexander Aringmac802154: move mac pib attributes into wpan_dev
2014-11-05 Alexander Aringmac802154: fix typo promisuous to promiscuous
2014-11-05 Alexander Aringmac802154: use IEEE802154_EXTENDED_ADDR_LEN
2014-11-05 Alexander Aringmac802154: add support for perm_extended_addr
2014-11-05 Alexander Aringmac802154: cleanup ieee802154_netdev_to_extended_addr
2014-11-05 Alexander Aringmac802154: add ieee802154_vif struct
2014-11-05 Alexander Aringmac802154: add default interface registration
2014-11-05 Alexander Aringieee802154: remove mlme get_phy callback
2014-11-05 Alexander Aringieee802154: rework interface registration
2014-11-05 Alexander Aringmac802154: move dev_hold out of ieee802154_if_add
2014-11-05 Alexander Aringmac802154: move interface add handling in iface
2014-11-05 Alexander Aringmac802154: move interface del handling in iface
2014-11-05 Alexander Aringieee802154: remove nl802154 unused functions
2014-11-02 Alexander Aringieee802154: remove unnecessary functions
2014-11-02 Alexander Aringmac802154: cfg: add missing include
2014-11-02 Alexander Aringmac802154: iface: add validation for extended address
2014-11-02 Alexander Aringmac802154: move phy settings into netlink receive
2014-11-02 Alexander Aringmac802154: set panid address filter on ifup
2014-11-02 Alexander Aringmac802154: set short address filter on ifup
2014-11-02 Alexander Aringmac802154: set extended address filter on ifup
2014-11-02 Alexander Aringcfg802154: convert deprecated iface add and del
2014-11-02 Alexander Aringmac802154: introduce mac802154_config_ops
2014-11-02 Alexander Aringcfg802154: introduce cfg802154_registered_device
2014-10-31 John W. LinvilleMerge branch 'for-upstream' of git://git./linux/kernel...
2014-10-29 Alexander Aringmac802154: add basic support for monitor
2014-10-29 Alexander Aringmac802154: rx: add error handling after skb_clone
2014-10-29 Alexander Aringmac802154: rx: monitor receive cleanup
2014-10-29 Alexander Aringmac802154: rx: add rx stats incrementation
2014-10-29 Alexander Aringmac802154: rx: use netif_receive_skb
2014-10-29 Alexander Aringmac802154: rx: remove override pkt_type set to PACKET_HOST
2014-10-29 Alexander Aringmac802154: rx: add software checksum filtering check
2014-10-29 Alexander Aringmac802154: rx: simplify crc receive handling
2014-10-29 Alexander Aringmac802154: rx: remove unnecessary parameter
2014-10-29 Alexander Aringmac802154: separate omit tx/rx flags
2014-10-29 Alexander Aringmac802154: add support for promiscuous mode
2014-10-29 Alexander Aringmac802154: main: remove unnecessary include
2014-10-28 Alexander Aringmac802154: cleanup open count handling
2014-10-28 Alexander Aringmac802154: move mac_params functions into mac_cmd
2014-10-28 Alexander Aringmac802154: remove channel attributes from sdata
2014-10-28 Alexander Aringmac802154: iface: remove assign to zero
2014-10-28 Alexander Aringmac802154: add synchronization handling
2014-10-28 Alexander Aringmac802154: move local started handling
2014-10-28 Alexander Aringmac802154: rename running to started
2014-10-28 Alexander Aringmac802154: rework sdata state change to running
2014-10-28 Alexander Aringmac802154: remove driver ops in wpan-phy
2014-10-28 Alexander Aringmac802154: use driver-ops function wrappers
2014-10-28 Alexander Aringmac802154: introduce driver-ops header
2014-10-28 Alexander Aringmac802154: declare struct ieee802154_ops as const
2014-10-28 Alexander Aringmac802154: main: move open and close into iface
2014-10-28 Alexander Aringmac802154: monitor: merge into iface implementation
2014-10-27 John W. LinvilleMerge tag 'for-linville-20141024' of git://github.com...
2014-10-27 Alexander Aringmac802154: rx: change naming convention
2014-10-27 Alexander Aringmac802154: rx: move rcu locking
2014-10-27 Alexander Aringmac802154: rx: move skb_reset_mac_header
2014-10-27 Alexander Aringmac802154: rx: add monitor pkt_type information
2014-10-27 Alexander Aringmac802154: rx: add CHECKSUM_UNNECESSARY
2014-10-27 Alexander Aringmac802154: rx: move skb->protocol setting
2014-10-27 Alexander Aringmac802154: rx: rename remove mac802154_subif_rx
2014-10-27 Alexander Aringmac802154: tx: remove monitor receive while xmit
2014-10-27 Alexander Aringmac802154: rx: move receive handling into rx.c
2014-10-27 Alexander Aringmac802154: rx: document ieee802154_rx() context requirement
2014-10-27 Alexander Aringmac802154: rx: use tasklet instead workqueue
2014-10-27 Alexander Aringmac802154: tx: use put_unaligned_le16 for copy crc
2014-10-26 Alexander Aringmac802154: tx: make worker information static
2014-10-26 Alexander Aringmac802154: tx: change naming convention
2014-10-26 Alexander Aringmac802154: tx: move stats tx increment
2014-10-26 Alexander Aringmac802154: tx: cleanup crc calculation
2014-10-26 Alexander Aringmac802154: tx: use netdev print helpers
2014-10-26 Alexander Aringmac802154: tx: don't allow if down while sync tx
next