aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-29mwifiex: do not declare wdev as pointerAvinash Patil12-63/+44
2015-01-29mwifiex: set wiphy params only onceAvinash Patil1-63/+48
2015-01-29mwifiex: remove redundant nick_name variableAvinash Patil2-2/+0
2015-01-29s390/dasd: cleanup profilingSebastian Ott3-85/+27
2015-01-29s390/dasd: add locking for global_profile accessSebastian Ott3-14/+24
2015-01-29s390/ftrace: hotpatch support for function tracingHeiko Carstens8-7/+52
2015-01-29ftrace: let notrace function attribute disable hotpatching if necessaryHeiko Carstens1-0/+4
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens8-14/+19
2015-01-29s390: reintroduce diag 44 calls for cpu_relax()Heiko Carstens2-5/+10
2015-01-29ssb: Fix Sparse error in mainPramod Gurav1-19/+0
2015-01-29brcmfmac: fix nvram processingArend van Spriel1-1/+5
2015-01-29brcmfmac: store revinfo retrieval resultArend van Spriel3-5/+15
2015-01-29brcmfmac: show firmware release info in ethtool driver infoArend van Spriel3-1/+32
2015-01-29brcmfmac: always obtain device revision info upon intializationArend van Spriel3-14/+54
2015-01-29brcmfmac: determine chip info when not provided by bus layerArend van Spriel3-0/+57
2015-01-29brcmutil: use define for boardrev string functionArend van Spriel3-3/+6
2015-01-29brcmfmac: do not load firmware when device is already runningArend van Spriel1-0/+2
2015-01-29brcmfmac: Reopen netdev queue on bus state data.Hante Meuleman2-7/+24
2015-01-29brcmfmac: SDIO: avoid using bus state for private states.Hante Meuleman8-53/+43
2015-01-29brcmfmac: wait for driver to go idle during suspendArend van Spriel3-15/+25
2015-01-29brcmfmac: pass DEAUTH/DISASSOC reason code to user-spaceArend van Spriel1-6/+25
2015-01-29brcmfmac: use SDIO DPC for control frames.Hante Meuleman1-54/+33
2015-01-29brcmfmac: prevent possible deadlock on resuming SDIO device.Hante Meuleman3-35/+18
2015-01-29brcmfmac: Relax scheduling of msgbuf worker on high throughput.Hante Meuleman2-6/+26
2015-01-29wil6210: move Rx reorder buffer allocation out of spinlockVladimir Kondratiev1-4/+4
2015-01-29wil6210: implement cfg80211 probe_client() opVladimir Kondratiev3-0/+108
2015-01-29wil6210: implement skb Tx status reportingVladimir Kondratiev2-2/+18
2015-01-29wil6210: remove unnecessary interrupt moderation module parametersVladimir Shulman1-33/+5
2015-01-29wil6210: interrupt moderation configuration updateVladimir Shulman1-2/+2
2015-01-29wil6210: tuning rings sizeVladimir Shulman1-2/+2
2015-01-29wil6210: Add Tx queue len configurationVladimir Shulman2-4/+10
2015-01-29wil6210: ignore firmware failure to gracefully stop APDedy Lansky1-5/+7
2015-01-29wil6210: fix timing of netif_carrier_on indicationDedy Lansky5-34/+12
2015-01-29wil6210: sync WMI with firmwareVladimir Kondratiev2-14/+59
2015-01-29Bluetooth: btusb: Add support for USB based AMP controllersMarcel Holtmann1-4/+25
2015-01-28tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet1-0/+1
2015-01-28pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet1-2/+2
2015-01-28act_connmark: fix dependencies betterArnd Bergmann1-1/+1
2015-01-28net: remove sock_iocbChristoph Hellwig4-126/+43
2015-01-28hisilicon: add some missing curly bracesDan Carpenter1-1/+2
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross4-7/+10
2015-01-29Merge tag 'microcode_fix_for_3.19' of git://git.kernel.org/pub/scm/linux/kern...Ingo Molnar1-1/+1
2015-01-28Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller21-149/+886
2015-01-28lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan1-2/+10
2015-01-29Bluetooth: btusb: Ignore unknown Intel devices with generic descriptorMarcel Holtmann1-1/+4
2015-01-29Bluetooth: btusb: Sort USB_DEVICE entries for Marvell by vendor idMarcel Holtmann1-3/+4
2015-01-28bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2015-01-28Merge branch 'tcp_stretch_acks'David S. Miller7-40/+44
2015-01-28tcp: fix timing issue in CUBIC slope calculationNeal Cardwell1-0/+8
2015-01-28tcp: fix stretch ACK bugs in CUBICNeal Cardwell1-22/+9