summaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-02drm/radeon: don't init gpuvm if accel is disabled (v3)Alex Deucher2-10/+12
2015-02-02drm/radeon: fix PLLs on RS880 and older v2Christian König1-0/+3
2015-01-30drm: fix fb-helper vs MST dangling connector ptrs (v2)Rob Clark1-0/+30
2015-01-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds30-7/+63
2015-01-28dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber1-0/+6
2015-01-28dm cache: fix missing ERR_PTR returns and handlingJoe Thornber1-4/+5
2015-01-28rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov1-4/+1
2015-01-28rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov1-14/+6
2015-01-27net: don't OOPS on socket aioChristoph Hellwig1-3/+0
2015-01-27stmmac: prevent probe drivers to crash kernelAndy Shevchenko1-1/+4
2015-01-27bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan1-1/+1
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-01-27sh_eth: Fix DMA-API usage for RX buffersBen Hutchings1-11/+23
2015-01-27sh_eth: Check for DMA mapping errors on transmitBen Hutchings1-0/+4
2015-01-27sh_eth: Ensure DMA engines are stopped before freeing buffersBen Hutchings1-7/+32
2015-01-27sh_eth: Remove RX overflow log messagesBen Hutchings1-3/+0
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-01-27can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish1-4/+3
2015-01-27can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish1-2/+10
2015-01-27can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish1-1/+1
2015-01-27can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish1-6/+1
2015-01-27ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa3-10/+13
2015-01-27samples: bpf: relax test_maps checkAlexei Starovoitov1-2/+2
2015-01-27bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov1-8/+17
2015-01-27net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-01-27net: mv643xx_eth: Fix highmem support in non-TSO egress pathEzequiel Garcia1-10/+49
2015-01-27sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings2-9/+31
2015-01-27sh_eth: Fix crash or memory leak when resizing rings on device that is downBen Hutchings1-16/+18
2015-01-27sh_eth: Detach net device when stopping queue to resize DMA ringsBen Hutchings1-1/+2
2015-01-27sh_eth: Fix padding of short frames on TXBen Hutchings1-4/+4
2015-01-27drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N1-0/+22
2015-01-27net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann1-2/+8
2015-01-27net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+5
2015-01-26drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty elementAndrey Ryabinin1-0/+1
2015-01-26printk: add dummy routine for when CONFIG_PRINTK=nPranith Kumar1-3/+12
2015-01-26mm/vmscan: fix highidx argument typeMichael S. Tsirkin1-1/+1
2015-01-26memcg: remove extra newlines from memcg oom kill logGreg Thelen1-2/+2
2015-01-26x86, build: replace Perl script with Shell scriptKees Cook3-40/+43
2015-01-26mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner2-52/+35
2015-01-26ALSA: seq-dummy: remove deadlock-causing events on closeClemens Ladisch1-31/+0
2015-01-26drm/i915: BDW Fix Halo PCI IDs marked as ULT.Rodrigo Vivi1-2/+1
2015-01-26drm/i915: Fix and clean BDW PCH identificationRodrigo Vivi1-10/+4
2015-01-26drm/i915: Only fence tiled region of object.Bob Paauwe1-0/+7
2015-01-26drm/i915: fix inconsistent brightness after resumeJeremiah Mahler1-1/+1
2015-01-26drm/i915: Init PPGTT before context enableDavid Woodhouse1-13/+6
2015-01-26pinctrl: at91: allow to have disabled gpio bankJean-Christophe PLAGNIOL-VILLARD1-53/+55
2015-01-26390/qeth: Fix locking warning during qeth device setupThomas Richter3-34/+132
2015-01-26qeth: clean up error handlingEugene Crosser2-106/+117