summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | can: Fix FSF address in file headersJeff Kirsher2013-12-1716-33/+16
| * | can: update MAINTAINERS and DocumentationJohn Whitmore2013-12-172-57/+38
| * | can: c_can: Speed up rx_poll functionMarkus Pargmann2013-12-171-10/+12
* | | xen-netback: add gso_segs calculationPaul Durrant2013-12-191-4/+15
* | | sch_cbq: remove unnecessary null pointer checkYang Yingliang2013-12-191-2/+1
* | | act_police: remove unnecessary null pointer checkYang Yingliang2013-12-191-4/+2
* | | sfc: fix sparse non static symbol warningWei Yongjun2013-12-191-1/+1
* | | net: skbuff: improve comment on checksummingDaniel Borkmann2013-12-191-56/+75
* | | net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam2013-12-194-0/+781
* | | 3c59x: Add software timestampingMatthew Whitehead2013-12-191-0/+4
* | | lib: hash: follow-up fixups for arch hashFrancesco Fusco2013-12-192-2/+3
* | | isdn: use strlcpy() instead strcpy()Dan Carpenter2013-12-181-1/+1
* | | bridge: spelling fixestanxiaojun2013-12-183-3/+3
* | | ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-189-7/+28
* | | ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa2013-12-182-3/+11
* | | inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-187-20/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-18694-3306/+6350
|\ \ \
| * \ \ Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-12-1727-58/+171
| |\ \ \
| | * | | drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookRafał Miłecki2013-12-171-0/+8
| | * | | Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie2013-12-171-3/+3
| | |\ \ \
| | | * | | drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom2013-12-161-3/+3
| | * | | | drm/nouveau: only runtime suspend by default in optimus configurationIlia Mirkin2013-12-161-0/+6
| | * | | | drm: don't double-free on driver load errorIlia Mirkin2013-12-131-3/+3
| | * | | | Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2013-12-132-0/+4
| | |\ \ \ \
| | | * | | | drm/vmwgfx: Add max surface memory paramJakob Bornecrantz2013-12-082-0/+4
| | | |/ / /
| | * | | | Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2013-12-136-18/+18
| | |\ \ \ \
| | | * | | | Revert "drm/radeon: Implement radeon_pci_shutdown"Alex Deucher2013-12-121-10/+0
| | | * | | | drm/radeon: add missing display tiling setup for olandAlex Deucher2013-12-121-1/+3
| | | * | | | drm/radeon: fix typo in cik_copy_dmaChristian König2013-12-121-1/+1
| | | * | | | drm/radeon/cik: plug in missing blit callbackAlex Deucher2013-12-121-2/+2
| | | * | | | drm/radeon/dpm: Fix hwmon crashMartin Andersson2013-12-121-4/+2
| | | * | | | drm/radeon: Fix sideport problems on certain RS690 boardsAlex Deucher2013-12-121-0/+10
| | |/ / / /
| | * | | | Merge branch 'drm-tda998x-3.12-fixes' of git://ftp.arm.linux.org.uk/~rmk/linu...Dave Airlie2013-12-124-9/+26
| | |\ \ \ \
| | | * | | | DRM: Armada: prime refcounting bug fixRussell King2013-12-101-1/+1
| | | * | | | DRM: Armada: fix printing of phys_addr_t/dma_addr_tRussell King2013-12-102-5/+6
| | | * | | | DRM: Armada: destroy framebuffer after helperRussell King2013-12-101-2/+2
| | | * | | | DRM: Armada: implement lastclose() for fbhelperRussell King2013-12-103-1/+17
| | * | | | | Merge tag 'drm-intel-fixes-2013-12-11' of git://people.freedesktop.org/~danve...Dave Airlie2013-12-128-22/+50
| | |\ \ \ \ \
| | | * | | | | drm/i915: don't update the dri1 breadcrumb with modesettingDaniel Vetter2013-12-111-0/+8
| | | * | | | | drm/i915: Repeat eviction search after idling the GPUChris Wilson2013-12-101-3/+11
| | | * | | | | drm/i915: Fix use-after-free in do_switchDaniel Vetter2013-12-061-2/+12
| | | * | | | | drm/i915: fix pm init orderingDaniel Vetter2013-12-064-12/+12
| | | * | | | | drm/i915: Hold mutex across i915_gem_releaseChris Wilson2013-12-042-2/+2
| | | * | | | | drm/i915: Skip clock checks on BDWVille Syrjälä2013-12-031-1/+1
| | | * | | | | drm/i915: Do not clobber config status after a forced restore of hw stateChris Wilson2013-12-032-2/+2
| | | * | | | | drm/i915: Take modeset locks around intel_modeset_setup_hw_state()Ville Syrjälä2013-12-031-0/+2
| | * | | | | | Merge branch 'bdw-fixes' of git://people.freedesktop.org/~danvet/drm-intel in...Dave Airlie2013-12-126-7/+55
| | |\ \ \ \ \ \
| | | * | | | | | drm/i915/bdw: PIPE_[BC] I[ME]R moved to powerwellBen Widawsky2013-11-141-1/+17
| | | * | | | | | drm/i915/bdw: Limit GTT to 2GBBen Widawsky2013-11-141-0/+5
| | | * | | | | | drm/i915/bdw: Add comment about gen8 HWS PGABen Widawsky2013-11-141-0/+1
OpenPOWER on IntegriCloud