aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/aim-network (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2017-06-24staging: most: net: hold used net deviceAndrey Shvetsov1-23/+55
2017-06-24staging: most: net: protect consistency of the stateAndrey Shvetsov1-22/+42
2017-06-24staging: most: net: make net device lifetime obviousAndrey Shvetsov1-22/+25
2017-06-24staging: most: net: remove redundant tracesAndrey Shvetsov1-6/+0
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+4
2017-05-15staging: most: allocate private net_dev_context with the alloc_netdevAndrey Shvetsov1-61/+20
2017-05-15staging: most: net: remove redundant cleanup codeAndrey Shvetsov1-18/+1
2017-05-15staging: most: use unsafe version of list traversingAndrey Shvetsov1-2/+2
2017-05-15staging: most: remove dependency on networking-aimAndrey Shvetsov2-27/+9
2017-05-15staging: most: check availability of the callback request_netinfoAndrey Shvetsov1-1/+2
2017-05-15staging: most: net: add carrier informationAndrey Shvetsov1-0/+6
2017-05-15staging: most: net: use dormant stateAndrey Shvetsov1-25/+6
2017-05-15staging: most: net: remove useless variable channels_openedAndrey Shvetsov1-13/+4
2016-10-27staging: most: aim-networking: keep channels closed if ndo_open failsAndrey Shvetsov1-17/+21
2016-10-16staging: most: aim-network: avoid calling netdev_info()Andrey Shvetsov1-2/+1
2016-10-16staging: most: aim-network: setup mac address before ifup has finishedAndrey Shvetsov1-6/+30
2016-10-16staging: most: aim-network: fix startup scenario.Andrey Shvetsov1-14/+2
2016-08-18staging: most: aim-network: fix interrupt unsafe spinlocksChristian Gromm1-11/+15
2016-02-07staging: most: add statistics for dropped packetsChristian Gromm1-3/+8
2015-11-15staging: most: remove multiple blank linesChaehyun Lim1-2/+0
2015-10-24staging: most: use preferred kernel typesChristian Gromm1-1/+1
2015-10-24staging: most: remove multiple blank linesChristian Gromm1-4/+0
2015-10-16staging: most: fix line-over-80-characters violationsChristian Gromm1-1/+2
2015-10-16staging: most: replace memcpy by ether_addr_copyChristian Gromm1-2/+2
2015-09-29staging: most: add fair buffer distributionChristian Gromm1-1/+1
2015-09-29staging: most: fix channel operation in multi-aim contextChristian Gromm1-5/+6
2015-09-29staging: most: fix race condition in AIM networkingChristian Gromm1-0/+3
2015-09-29staging: most: change structure initializationChristian Gromm1-6/+8
2015-09-16Staging: most: aim-network: Replace pr_info with netdev_infoShraddha Barke1-5/+5
2015-09-12Staging: most: Use NULL instead of zeroRonit Halder1-1/+1
2015-07-31linux-next: drivers: staging: most: Fix return valueMichael Hornung1-1/+1
2015-07-29staging: most: fix aim-network build errorsRandy Dunlap1-1/+2
2015-07-24Staging: most: add MOST driver's aim-network moduleChristian Gromm4-0/+606