summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-06-243-45/+2
|\
| * Input: add OnKey driver for DA9063 MFD partSteve Twiss2015-06-091-0/+1
| * Input: stmpe-ts - enforce device tree only modeDmitry Torokhov2015-05-261-44/+0
| * Input: update email-id of Rajeev KumarRajeev Kumar2015-05-221-1/+1
* | Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-06-244-3/+263
|\ \
| * | pinctrl: use "const struct ..." rather than "struct ... const"Masahiro Yamada2015-06-011-1/+1
| * | pinctrl: remove useless const qualifierMasahiro Yamada2015-06-011-1/+1
| * | pinctrl: mt6397: Add pinfunc header file for mt6397.Hongzhou Yang2015-05-191-0/+256
| * | pinctrl: use ERR_CAST instead of ERR_PTR/PTR_ERRFabian Frederick2015-05-061-1/+1
| * | pinctrl: move strict option to pinmux_opsLinus Walleij2015-05-062-3/+4
| * | pinctrl: allow exlusive GPIO/mux pin allocationSonic Zhang2015-05-061-0/+3
* | | Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-241-2/+6
|\ \ \
| * | | backlight: Change the return type of backlight_update_status() to intHyungwon Hwang2015-06-231-2/+6
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-24133-965/+9246
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-242-0/+5
| |\ \ \
| | * | | sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-06-142-0/+5
| * | | | net: inet_diag: export IPV6_V6ONLY sockoptPhil Sutter2015-06-241-1/+2
| * | | | net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-06-244-8/+15
| * | | | net: track link-status of ipv4 nexthopsAndy Gospodarek2015-06-242-2/+5
| * | | | dcb : Fix incorrect documentation for struct dcb_appAnish Bhatt2015-06-231-3/+7
| * | | | switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-231-1/+5
| * | | | switchdev: rename vlan vid_start to vid_beginScott Feldman2015-06-231-1/+1
| * | | | netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman2015-06-231-0/+2
| * | | | macvtap: Increase limit of macvtap queuesPankaj Gupta2015-06-231-1/+1
| * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-06-238-80/+165
| |\ \ \ \
| | * | | | Bluetooth: hci_core: increase max adv instFlorian Grandel2015-06-181-1/+1
| | * | | | Bluetooth: hci_core: remove obsolete adv_instanceFlorian Grandel2015-06-181-6/+0
| | * | | | Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel2015-06-181-0/+1
| | * | | | Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel2015-06-181-1/+4
| | * | | | Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel2015-06-181-0/+17
| | * | | | mac802154: fix flags BIT definitions orderAlexander Aring2015-06-121-12/+12
| | * | | | mac802154: cleanup llsec param flagsVarka Bhadram2015-06-121-9/+9
| | * | | | Bluetooth: Read encryption key size for BR/EDR connectionsJohan Hedberg2015-06-121-0/+10
| | * | | | nl802154: fix misspelled enumChristoffer Holmstedt2015-06-101-2/+2
| | * | | | Bluetooth: Move SCO support under BT_BREDR config optionArron Wang2015-06-092-0/+23
| | * | | | Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang2015-06-091-2/+2
| | * | | | Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg2015-06-091-1/+1
| | * | | | mac802154: change pan_coord type to boolAlexander Aring2015-06-071-1/+1
| | * | | | mac802154: add missing structure commentsAlexander Aring2015-06-071-6/+28
| | * | | | mac802154: rearrange attribute in ieee802154_hwAlexander Aring2015-06-071-1/+1
| | * | | | mac802154: remove unused hw_filt attributeAlexander Aring2015-06-071-1/+0
| | * | | | mac802154: cleanup ieee802154 hardware flagsAlexander Aring2015-06-071-20/+36
| | * | | | mac802154: remove aack hw flagAlexander Aring2015-06-071-2/+0
| | * | | | mac802154: cleanup address filtering flagsAlexander Aring2015-06-071-10/+21
| | * | | | mac802154: remove unneeded vif structAlexander Aring2015-06-071-8/+0
| | * | | | nl802154: export supported commandsVarka Bhadram2015-06-041-0/+2
| | * | | | cc2520: fix CC2591 handlingVarka Bhadram2015-05-311-1/+0
| | * | | | ieee802154: Fix EUI-64 station address validation.Lennert Buytenhek2015-05-311-6/+4
| | * | | | ieee802154: Fix generation of random EUI-64 addresses.Lennert Buytenhek2015-05-311-3/+3
| * | | | | Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.or...David S. Miller2015-06-231-0/+11
| |\ \ \ \ \