index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-29
mwifiex: do not declare wdev as pointer
Avinash Patil
12
-63
/
+44
2015-01-29
mwifiex: set wiphy params only once
Avinash Patil
1
-63
/
+48
2015-01-29
mwifiex: remove redundant nick_name variable
Avinash Patil
2
-2
/
+0
2015-01-29
s390/dasd: cleanup profiling
Sebastian Ott
3
-85
/
+27
2015-01-29
s390/dasd: add locking for global_profile access
Sebastian Ott
3
-14
/
+24
2015-01-29
s390/ftrace: hotpatch support for function tracing
Heiko Carstens
8
-7
/
+52
2015-01-29
ftrace: let notrace function attribute disable hotpatching if necessary
Heiko Carstens
1
-0
/
+4
2015-01-29
ftrace: allow architectures to specify ftrace compile options
Heiko Carstens
8
-14
/
+19
2015-01-29
s390: reintroduce diag 44 calls for cpu_relax()
Heiko Carstens
2
-5
/
+10
2015-01-29
ssb: Fix Sparse error in main
Pramod Gurav
1
-19
/
+0
2015-01-29
brcmfmac: fix nvram processing
Arend van Spriel
1
-1
/
+5
2015-01-29
brcmfmac: store revinfo retrieval result
Arend van Spriel
3
-5
/
+15
2015-01-29
brcmfmac: show firmware release info in ethtool driver info
Arend van Spriel
3
-1
/
+32
2015-01-29
brcmfmac: always obtain device revision info upon intialization
Arend van Spriel
3
-14
/
+54
2015-01-29
brcmfmac: determine chip info when not provided by bus layer
Arend van Spriel
3
-0
/
+57
2015-01-29
brcmutil: use define for boardrev string function
Arend van Spriel
3
-3
/
+6
2015-01-29
brcmfmac: do not load firmware when device is already running
Arend van Spriel
1
-0
/
+2
2015-01-29
brcmfmac: Reopen netdev queue on bus state data.
Hante Meuleman
2
-7
/
+24
2015-01-29
brcmfmac: SDIO: avoid using bus state for private states.
Hante Meuleman
8
-53
/
+43
2015-01-29
brcmfmac: wait for driver to go idle during suspend
Arend van Spriel
3
-15
/
+25
2015-01-29
brcmfmac: pass DEAUTH/DISASSOC reason code to user-space
Arend van Spriel
1
-6
/
+25
2015-01-29
brcmfmac: use SDIO DPC for control frames.
Hante Meuleman
1
-54
/
+33
2015-01-29
brcmfmac: prevent possible deadlock on resuming SDIO device.
Hante Meuleman
3
-35
/
+18
2015-01-29
brcmfmac: Relax scheduling of msgbuf worker on high throughput.
Hante Meuleman
2
-6
/
+26
2015-01-29
wil6210: move Rx reorder buffer allocation out of spinlock
Vladimir Kondratiev
1
-4
/
+4
2015-01-29
wil6210: implement cfg80211 probe_client() op
Vladimir Kondratiev
3
-0
/
+108
2015-01-29
wil6210: implement skb Tx status reporting
Vladimir Kondratiev
2
-2
/
+18
2015-01-29
wil6210: remove unnecessary interrupt moderation module parameters
Vladimir Shulman
1
-33
/
+5
2015-01-29
wil6210: interrupt moderation configuration update
Vladimir Shulman
1
-2
/
+2
2015-01-29
wil6210: tuning rings size
Vladimir Shulman
1
-2
/
+2
2015-01-29
wil6210: Add Tx queue len configuration
Vladimir Shulman
2
-4
/
+10
2015-01-29
wil6210: ignore firmware failure to gracefully stop AP
Dedy Lansky
1
-5
/
+7
2015-01-29
wil6210: fix timing of netif_carrier_on indication
Dedy Lansky
5
-34
/
+12
2015-01-29
wil6210: sync WMI with firmware
Vladimir Kondratiev
2
-14
/
+59
2015-01-29
Bluetooth: btusb: Add support for USB based AMP controllers
Marcel Holtmann
1
-4
/
+25
2015-01-28
tcp: ipv4: initialize unicast_sock sk_pacing_rate
Eric Dumazet
1
-0
/
+1
2015-01-28
pkt_sched: fq: remove useless TIME_WAIT check
Eric Dumazet
1
-2
/
+2
2015-01-28
act_connmark: fix dependencies better
Arnd Bergmann
1
-1
/
+1
2015-01-28
net: remove sock_iocb
Christoph Hellwig
4
-126
/
+43
2015-01-28
hisilicon: add some missing curly braces
Dan Carpenter
1
-1
/
+2
2015-01-28
openvswitch: Add support for checksums on UDP tunnels.
Jesse Gross
4
-7
/
+10
2015-01-29
Merge tag 'microcode_fix_for_3.19' of git://git.kernel.org/pub/scm/linux/kern...
Ingo Molnar
1
-1
/
+1
2015-01-28
Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
21
-149
/
+886
2015-01-28
lib/checksum.c: fix carry in csum_tcpudp_nofold
karl beldan
1
-2
/
+10
2015-01-29
Bluetooth: btusb: Ignore unknown Intel devices with generic descriptor
Marcel Holtmann
1
-1
/
+4
2015-01-29
Bluetooth: btusb: Sort USB_DEVICE entries for Marvell by vendor id
Marcel Holtmann
1
-3
/
+4
2015-01-28
bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify
Roopa Prabhu
1
-1
/
+5
2015-01-28
Merge branch 'tcp_stretch_acks'
David S. Miller
7
-40
/
+44
2015-01-28
tcp: fix timing issue in CUBIC slope calculation
Neal Cardwell
1
-0
/
+8
2015-01-28
tcp: fix stretch ACK bugs in CUBIC
Neal Cardwell
1
-22
/
+9
[prev]
[next]