summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Bluetooth: Move LE debugfs file creation into hci_debugfs.cMarcel Holtmann2014-12-202-478/+474Star
| * Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.cMarcel Holtmann2014-12-202-349/+350
| * Bluetooth: Move common debugfs file creation into hci_debugfs.cMarcel Holtmann2014-12-202-201/+200Star
| * Bluetooth: Add skeleton functions for debugfs creationMarcel Holtmann2014-12-204-1/+74
| * Bluetooth: Support static address when BR/EDR has been disabledMarcel Holtmann2014-12-202-2/+14
| * ieee802154: iface: move multiple node type checkAlexander Aring2014-12-201-14/+9Star
| * mac802154: iface: check concurrent ifacesAlexander Aring2014-12-201-0/+77
| * Bluetooth: Move hci_update_page_scan to hci_request.cJohan Hedberg2014-12-192-56/+56
| * Bluetooth: Add return parameter to cmd_complete callbacksJohan Hedberg2014-12-191-40/+45
| * Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg2014-12-193-70/+109
| * Bluetooth: Fix Remove Device to wait for HCI before sending cmd_completeJohan Hedberg2014-12-191-22/+62
| * Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg2014-12-195-97/+105
| * Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg2014-12-198-395/+453
| * Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg2014-12-194-16/+24
| * at86rf230: cleanup check on trac statusAlexander Aring2014-12-191-5/+3Star
| * Bluetooth: 6lowpan: Add IPSP PSM valueJukka Rissanen2014-12-191-0/+1
| * at86rf230: remove version check for AT86RF212Andrey Yurovsky2014-12-191-10/+6Star
| * at86rf230: fix register read for part versionAndrey Yurovsky2014-12-191-1/+1
| * at86rf230: remove unnecessary assignAlexander Aring2014-12-191-1/+0Star
| * at86rf230: fix context pointer handlingAlexander Aring2014-12-191-1/+1
| * at86rf230: make at86rf230_async_error inlineAlexander Aring2014-12-191-1/+1
| * at86rf230: remove if branchAlexander Aring2014-12-191-4/+1Star
| * ieee802154/mrf24j40: Fix alignment of parenthesisStefan Schmidt2014-12-191-2/+2
| * ieee802154/mrf24j40: Fix typo begining -> beginningStefan Schmidt2014-12-191-1/+1
| * ieee802154/cc2520: Remove extra blank linesStefan Schmidt2014-12-191-2/+0Star
| * ieee802154/at86rf230: Fix typo unkown -> unknownStefan Schmidt2014-12-191-1/+1
| * ieee802154/at86rf230: Align to opening parenthesisStefan Schmidt2014-12-191-4/+4
| * ieee802154/at86rf230: Remove unneeded blank linesStefan Schmidt2014-12-191-2/+0Star
| * at86rf230: add reset state cca handlingAlexander Aring2014-12-191-0/+2
| * nl802154: introduce support for cca settingsAlexander Aring2014-12-195-4/+75
| * ieee802154: rework cca settingAlexander Aring2014-12-199-14/+51
| * nl802154: introduce cca mode enumsAlexander Aring2014-12-191-0/+43
| * Bluetooth: btusb: support public address configuration for ath3012Toshi Kikuchi2014-12-181-0/+28
* | geneve: Add Geneve GRO supportJoe Stringer2015-01-021-2/+95
* | net: Add Transparent Ethernet Bridging GRO support.Jesse Gross2015-01-023-47/+102
* | net/fsl: remove hardcoded clock setting from xgmac_mdioShaohui Xie2015-01-021-14/+0Star
* | net/fsl: remove irq assignment from xgmac_mdioShaohui Xie2015-01-021-2/+1Star
* | net/fsl: remove reset from xgmac_mdioShaohui Xie2015-01-021-19/+0Star
* | Merge branch 'gmac-next'David S. Miller2015-01-0110-8/+633
|\ \
| * | GMAC: add document for Rockchip RK3288 GMACRoger Chen2015-01-011-0/+67
| * | ARM: dts: rockchip: enable gmac on RK3288 evb boardRoger Chen2015-01-012-0/+40
| * | ARM: dts: rockchip: add gmac info for rk3288Roger Chen2015-01-011-0/+54
| * | GMAC: modify CRU config for Rockchip RK3288 SoCs integrated GMACRoger Chen2015-01-011-7/+7
| * | GMAC: define clock ID used for GMACRoger Chen2015-01-011-0/+3
| * | GMAC: add driver for Rockchip RK3288 SoCs integrated GMACRoger Chen2015-01-014-1/+462
|/ /
* | igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller2015-01-011-0/+1
* | e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller2015-01-011-0/+1
* | Merge branch 'fib_trie-next'David S. Miller2015-01-014-1071/+946Star
|\ \
| * | fib_trie: Add tracking value for suffix lengthAlexander Duyck2015-01-011-6/+116
| * | fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck2015-01-011-9/+5Star