Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-30 | 1 | -1/+1 |
|\ | |||||
| * | net: mac802154: comparision issue of type cast, finding by EXTRA_CFLAGS=-W | Chen Gang | 2013-04-29 | 1 | -1/+1 |
* | | mac802154: Keep track of the channel when changed | Alan Ott | 2013-04-08 | 2 | -1/+14 |
* | | mac802154: Increase tx_buffer_len | Alan Ott | 2013-04-07 | 1 | -1/+1 |
* | | mac802154: Use netif flow control | Alan Ott | 2013-04-07 | 1 | -0/+14 |
* | | mac802154: Do not try to resend failed packets | Alan Ott | 2013-04-07 | 2 | -12/+2 |
* | | mac802154: add mac802154_dev_get_dsn() | Tony Cheneau | 2013-03-26 | 3 | -0/+11 |
* | | mac802154: turn on ACK when enabled by the upper layers | Tony Cheneau | 2013-03-26 | 1 | -0/+2 |
|/ | |||||
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 1 | -1/+1 |
|\ | |||||
| * | net/mac802154: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-11 | 1 | -1/+1 |
* | | wpan: use stack buffer instead of heap | Alexander Aring | 2013-02-06 | 1 | -6/+1 |
* | | wpan: whitespace fix | Alexander Aring | 2013-02-06 | 1 | -1/+1 |
|/ | |||||
* | mac802154: fix NOHZ local_softirq_pending 08 warning | Alexander Aring | 2013-01-04 | 1 | -1/+1 |
* | mac802154: fix destructon ordering for ieee802154 devices | Konstantin Khlebnikov | 2012-12-14 | 1 | -2/+2 |
* | mac802154: use kfree_skb() instead of dev_kfree_skb() | Alan Ott | 2012-11-30 | 1 | -1/+1 |
* | mac802154: fix memory leaks | Alan Ott | 2012-11-30 | 2 | -2/+7 |
* | mac802154: sparse warnings: make symbols static | alex.bluesman.smirnov@gmail.com | 2012-07-12 | 2 | -2/+2 |
* | mac802154: add get short address method | alex.bluesman.smirnov@gmail.com | 2012-07-12 | 3 | -0/+17 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-06-28 | 1 | -1/+2 |
|\ | |||||
| * | mac802154: add missed braces | alex.bluesman.smirnov@gmail.com | 2012-06-25 | 1 | -1/+2 |
* | | mac802154: add monitor listener to TX datapath | alex.bluesman.smirnov@gmail.com | 2012-06-26 | 1 | -0/+2 |
* | | mac802154: mlme start request | alex.bluesman.smirnov@gmail.com | 2012-06-26 | 1 | -0/+25 |
* | | mac802154: page and channel setter | alex.bluesman.smirnov@gmail.com | 2012-06-26 | 2 | -0/+45 |
* | | mac802154: short address setter | alex.bluesman.smirnov@gmail.com | 2012-06-26 | 2 | -0/+18 |
* | | mac802154: set and get PAN id | alex.bluesman.smirnov@gmail.com | 2012-06-26 | 2 | -0/+33 |
* | | mac802154: add wpan device-class support | alex.bluesman.smirnov@gmail.com | 2012-06-26 | 6 | -1/+573 |
|/ | |||||
* | mac802154: monitor device support | alex.bluesman.smirnov@gmail.com | 2012-05-16 | 5 | -2/+127 |
* | mac802154: slaves management support | alex.bluesman.smirnov@gmail.com | 2012-05-16 | 2 | -0/+145 |
* | mac802154: basic mib support | alex.bluesman.smirnov@gmail.com | 2012-05-16 | 3 | -1/+97 |
* | mac802154: basic MAC commands interface support | alex.bluesman.smirnov@gmail.com | 2012-05-16 | 3 | -1/+48 |
* | mac802154: slave interfaces declaration | alex.bluesman.smirnov@gmail.com | 2012-05-16 | 1 | -0/+28 |
* | mac802154: TX data path | alex.bluesman.smirnov@gmail.com | 2012-05-16 | 3 | -1/+122 |
* | mac802154: RX data path | alex.bluesman.smirnov@gmail.com | 2012-05-16 | 2 | -1/+114 |
* | mac802154: allocation of ieee802154 device | alex.bluesman.smirnov@gmail.com | 2012-05-16 | 4 | -0/+230 |