summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorLines
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+4
2017-06-24staging: most: net: hold used net deviceAndrey Shvetsov-23/+55
2017-06-24staging: most: net: protect consistency of the stateAndrey Shvetsov-22/+42
2017-06-24staging: most: net: make net device lifetime obviousAndrey Shvetsov-22/+25
2017-06-24staging: most: net: remove redundant tracesAndrey Shvetsov-6/+0
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-4/+4
2017-05-15staging: most: dim2: replace function parameter with the expressionAndrey Shvetsov-7/+8
2017-05-15staging: most: dim2: enable flow control for isoc channelsAndrey Shvetsov-0/+3
2017-05-15staging: most: allocate private net_dev_context with the alloc_netdevAndrey Shvetsov-61/+20
2017-05-15staging: most: net: remove redundant cleanup codeAndrey Shvetsov-18/+1
2017-05-15staging: most: use unsafe version of list traversingAndrey Shvetsov-2/+2
2017-05-15staging: most: remove dependency on networking-aimAndrey Shvetsov-37/+42
2017-05-15staging: most: i2c: remove empty callback request_netinfoAndrey Shvetsov-7/+0
2017-05-15staging: most: check availability of the callback request_netinfoAndrey Shvetsov-1/+2
2017-05-15staging: most: net: add carrier informationAndrey Shvetsov-0/+6
2017-05-15staging: most: net: use dormant stateAndrey Shvetsov-25/+6
2017-05-15staging: most: net: remove useless variable channels_openedAndrey Shvetsov-13/+4
2017-05-08format-security: move static strings to constKees Cook-1/+1
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-125/+102
2017-04-25staging: most: aim-sound style fixessDhananjay Balan-1/+1
2017-04-11docs-rst: fix usb cross-referencesMauro Carvalho Chehab-1/+1
2017-04-08staging: most: usb: pass correct register tableChristian Gromm-1/+1
2017-04-08staging: most: usb: fix size overflowAndrey Shvetsov-7/+3
2017-04-08staging: most: usb: fix calculation of the extra_lenAndrey Shvetsov-18/+9
2017-04-08staging: most: destroy cdev when channel gets disconnectedAndrey Shvetsov-6/+10
2017-04-08staging: most: consolidate attributes for list of linksAndrey Shvetsov-11/+8
2017-04-08staging: most: core: separate property showing linksAndrey Shvetsov-4/+8
2017-04-08staging: most: core: consolidate channel attributesAndrey Shvetsov-33/+28
2017-04-08staging: most: core: make use of __ATTR_* macrosChristian Gromm-13/+6
2017-04-08staging: most: core: fix function namesChristian Gromm-36/+32
2017-04-08staging: most: fix comment of the function remove_link_storeAndrey Shvetsov-1/+1
2017-04-08staging: most: fix comment of the function add_link_storeAndrey Shvetsov-1/+1
2017-03-06staging: most: Using macro DIV_ROUND_UPsimran singhal-3/+4
2017-02-09staging: most: dim2_hdm octal permissions fixstephen knipe-2/+2
2017-02-05staging:most/hdm-i2c: Replace symbolic permissions with octal permissionsZhengyi Shen-1/+1
2017-01-27staging: most: hdm-usb: fix symbolic permissions warningSebastian Haas-3/+3
2017-01-16staging: most: hdm-usb: Fix mismatch between types used in sizeof operatorEric Salem-2/+2
2017-01-05staging: most: change dma_buf variable to __le16Ramiro Oliveira-1/+1
2016-11-29staging: most: Eliminate usage of symbolic permissionsJason Litzinger-10/+8
2016-10-30staging: most: hdm-usb: add commentChristian Gromm-0/+14
2016-10-27staging: most: hdm-usb: introduce synchronization functionAndrey Shvetsov-14/+14
2016-10-27staging: most: hdm-usb: do h/w specific synchronization at configuration timeAndrey Shvetsov-8/+9
2016-10-27staging: most: aim-networking: keep channels closed if ndo_open failsAndrey Shvetsov-17/+21
2016-10-16staging: most: hdm-usb: fix mbo buffer leakAndrey Shvetsov-60/+25
2016-10-16staging: most: hdm-dim2: remove tracing of mac addressAndrey Shvetsov-4/+1
2016-10-16staging: most: hdm-usb: remove filtering of networking stateAndrey Shvetsov-72/+32
2016-10-16staging: most: aim-network: avoid calling netdev_info()Andrey Shvetsov-2/+1
2016-10-16staging: most: aim-network: setup mac address before ifup has finishedAndrey Shvetsov-6/+30
2016-10-16staging: most: aim-network: fix startup scenario.Andrey Shvetsov-14/+2
2016-10-16staging: most: core: update examples on how to link channelsAndrey Shvetsov-3/+3