summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-23Merge branch 'fec'David S. Miller1-37/+73
2013-07-23fec: Use devm_request_irq()Fabio Estevam1-18/+3
2013-07-23fec: Remove unneeded check in platform_get_resource()Fabio Estevam1-4/+1
2013-07-23fec: Check the return value from clk_prepare_enable()Fabio Estevam1-12/+54
2013-07-23fec: Enable/disable clk_ptp in suspend/resumeFabio Estevam1-0/+4
2013-07-23fec: Fix the order for enabling/disabling the clocksFabio Estevam1-8/+8
2013-07-23fec: Do not enable/disable optional clocks unconditionallyFabio Estevam1-8/+16
2013-07-23tun: Support software transmit time stamping.Richard Cochran2-2/+15
2013-07-23net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran3-46/+51
2013-07-20net/velocity: add poll controller function for velocity nicAmit Uttamchandani1-0/+20
2013-07-20mISDN: replace sum of bitmasks with OR operation.Alexandru Juncu1-6/+6
2013-07-20net/irda: fixed style issues in irttpDragos Foianu1-27/+23
2013-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-164/+248
2013-07-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-34/+28
2013-07-19Merge tag 'md-3.11-fixes' of git://neil.brown.name/mdLinus Torvalds3-39/+39
2013-07-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds39-277/+918
2013-07-19vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-19vlan: mask vlan prio bitsEric Dumazet3-5/+11
2013-07-19macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-25/+37
2013-07-19tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-24/+38
2013-07-19pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente1-29/+56
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-72/+224
2013-07-18Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-07-18Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds333-1221/+1079
2013-07-18Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds24-64/+110
2013-07-18Merge branch 'drm/3.11/fixes' of git://linuxtv.org/pinchartl/fbdev into drm-f...Dave Airlie2-4/+14
2013-07-18md/raid1: fix bio handling problems in process_checks()NeilBrown1-23/+30
2013-07-18md: Remove recent change which allows devices to skip recovery.NeilBrown1-14/+0
2013-07-18md/raid10: fix two problems with RAID10 resync.NeilBrown1-2/+9
2013-07-18Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie11-33/+77
2013-07-18drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)Alex Deucher4-0/+31
2013-07-18Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-14/+26
2013-07-18drm/radeon/dpm/atom: fix broken gcc harderAlex Deucher1-3/+6
2013-07-17xen-netfront: pull on receive skb may need to happen earlierJan Beulich1-18/+13
2013-07-17vxlan: add necessary locking on device removalstephen hemminger1-0/+6
2013-07-17drm/radeon/dpm/atom: restructure logic to work around a compiler bugAndre Heider1-2/+3
2013-07-17drm/radeon/dpm: fix atom vram table parsingAlex Deucher1-16/+10
2013-07-17drm/radeon: fix an endian bug in atom table parsingAlex Deucher1-1/+1
2013-07-17drm/radeon: add a module parameter to disable aspmAlex Deucher6-12/+27
2013-07-17drm/rcar-du: Use the GEM PRIME helpersLaurent Pinchart1-2/+7
2013-07-17drm/shmobile: Use the GEM PRIME helpersLaurent Pinchart1-2/+7
2013-07-17ALSA: seq-oss: Initialize MIDI clients asynchronouslyTakashi Iwai2-4/+14
2013-07-17hyperv: Fix the NETIF_F_SG flag setting in netvscHaiyang Zhang1-2/+2
2013-07-17driver-core: fix new kernel-doc warning in base/platform.cRandy Dunlap1-0/+1
2013-07-17linked-list: Remove __list_for_eachDave Jones1-11/+0
2013-07-17net: Fix sysfs_format_mac() code duplication.David S. Miller1-20/+1
2013-07-17Merge tag 'drm-intel-fixes-2013-07-11' of git://people.freedesktop.org/~danve...Dave Airlie5-68/+93
2013-07-17x86: Make sure IDT is page alignedKees Cook3-25/+8
2013-07-17be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi1-4/+10
2013-07-17macvtap: do not assume 802.1Q when send vlan packetsJason Wang1-1/+1