aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-17ipv4: Remove output route check in ipv4_mtuSteffen Klassert1-1/+1
2013-01-17ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ1-2/+2
2013-01-16net: qmi_wwan: add TP-LINK HSUPA Modem MA180Bjørn Mork1-0/+1
2013-01-16usbnet: dm9601: Fix incorrect commandTushar Behera1-16/+6
2013-01-16cxgb4: set coalesce parameters on all queuesThadeu Lima de Souza Cascardo1-3/+14
2013-01-16MAINTAINERS: Stephen Hemminger email changeStephen Hemminger1-3/+3
2013-01-16ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller1-2/+2
2013-01-16ixgbe: only compile ixgbe_debugfs.o when enabledJacob Keller2-6/+2
2013-01-14tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-01-14tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-01-14Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller5-14/+30
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore6-37/+151
2013-01-14selinux: add the "attach_queue" permission to the "tun_socket" classPaul Moore1-1/+1
2013-01-14tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet1-2/+0
2013-01-14Merge tag 'dt-fixes-for-3.8' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2-0/+2
2013-01-14vfs: add missing virtual cache flush after editing partial pagesLinus Torvalds1-0/+1
2013-01-14Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds25-153/+255
2013-01-14Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds51-983/+1390
2013-01-14Merge tag 'usb-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds32-89/+257
2013-01-14Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-21/+1
2013-01-14Merge tag 'char-misc-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+3
2013-01-14Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds21-63/+149
2013-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds56-199/+6654
2013-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-12/+20
2013-01-14ARM: dts: prevent *.dtb from always being rebuiltStephen Warren1-0/+1
2013-01-14arm64: dts: prevent *.dtb from always being rebuiltStephen Warren1-0/+1
2013-01-13staging: zram: fix invalid memory references during disk writeNitin Gupta1-15/+24
2013-01-14udldrmfb: udl_get_edid: drop unneeded i--Hans de Goede1-1/+0
2013-01-14udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stackHans de Goede1-1/+7
2013-01-14udldrmfb: Fix EDID not working with monitors with EDID extension blocksHans de Goede1-0/+8
2013-01-14Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie3-9/+20
2013-01-14Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-nextDave Airlie17-52/+114
2013-01-13usb: ftdi_sio: Crucible Technologies COMET Caller ID - pid addedTomasz Mloduchowski2-0/+8
2013-01-13netfilter: x_tables: print correct hook names for ARPJan Engelhardt1-8/+20
2013-01-13drm/nvc0/fb: fix crash when different mutex is used to protect same listAleksi Torhamo1-3/+3
2013-01-13drm/nouveau/clock: fix support for more than 2 monitors on nve0Aleksi Torhamo2-0/+4
2013-01-13drm/nv50/disp: fix selection of bios script for analog outputsMarcin Slusarz1-20/+26
2013-01-13drm/nv17-50: restore fence buffer on resumeMarcin Slusarz3-0/+10
2013-01-13drm/nouveau: fix blank LVDS screen regression on pre-nv50 cardsMarcin Slusarz1-1/+1
2013-01-13drm/nouveau: fix nouveau_client allocation failure pathMarcin Slusarz3-4/+10
2013-01-13drm/nouveau: don't return freed object from nouveau_handle_createMarcin Slusarz1-1/+4
2013-01-13drm/nouveau/vm: fix memory corruption when pgt allocation failsMarcin Slusarz1-1/+3
2013-01-13drm/nouveau: add locking around instobj list operationsMarcin Slusarz1-8/+27
2013-01-13drm/nouveau: do not forcibly power on lvds panelsBen Skeggs2-13/+26
2013-01-13drm/nouveau/devinit: ensure legacy vga control is enabled during postBen Skeggs1-1/+0
2013-01-12be2net: fix unconditionally returning IRQ_HANDLED in INTxSathya Perla2-9/+21
2013-01-12sparc: remove __devinit, __devexit annotationsSam Ravnborg23-100/+93
2013-01-12netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netnsPablo Neira Ayuso3-4/+8
2013-01-11tuntap: fix leaking reference countJason Wang1-3/+9
2013-01-11tuntap: forbid calling TUNSETIFF when detachedJason Wang1-2/+3