summaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-10lib/string_helpers: rename "esc" arg to "only"Kees Cook2-14/+14
2015-09-10lib/string_helpers: clarify esc arg in string_escape_memKees Cook1-4/+6
2015-09-10hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij1-2/+8
2015-09-10lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...Pan Xinhui1-14/+18
2015-09-10lib/bitmap.c: fix a special string handling bug in __bitmap_parselistPan Xinhui1-0/+4
2015-09-10lib/bitmap.c: correct a code style and do some, optimizationPan Xinhui1-3/+4
2015-09-10proc: convert to kstrto*()/kstrto*_from_user()Alexey Dobriyan1-49/+21
2015-09-10kstrto*: accept "-0" for signed conversionAlexey Dobriyan2-6/+2
2015-09-10MAINTAINERS/CREDITS: mark MaxRAID as Orphan, move Anil Ravindranath to CREDITSJoe Perches2-2/+5
2015-09-10include/linux/printk.h: include pr_fmt in pr_debug_ratelimitedJason A. Donenfeld1-2/+2
2015-09-10kernel/cred.c: remove unnecessary kdebug atomic readsJoe Perches1-4/+9
2015-09-10kernel/extable.c: remove duplicated includeWei Yongjun1-1/+0
2015-09-10include/linux/poison.h: remove not-used poison pointer macrosVasily Kulikov1-7/+0
2015-09-10include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov1-2/+2
2015-09-10proc: change proc_subdir_lock to a rwlockWaiman Long1-22/+22
2015-09-10procfs: always expose /proc/<pid>/map_files/ and make it readableCalvin Owens1-19/+24
2015-09-10proc: add cond_resched to /proc/kpage* read/write loopVladimir Davydov1-0/+6
2015-09-10proc: export idle flag via kpageflagsVladimir Davydov3-0/+11
2015-09-10mm: introduce idle page trackingVladimir Davydov17-3/+512
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov3-0/+92
2015-09-10proc: add kpagecgroup fileVladimir Davydov2-1/+58
2015-09-10memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov2-44/+13
2015-09-10hwpoison: use page_cgroup_ino for filtering by memcgVladimir Davydov2-18/+3
2015-09-10memcg: add page_cgroup_ino helperVladimir Davydov2-0/+29
2015-09-10zswap: update docs for runtime-changeable attributesDan Streetman1-8/+28
2015-09-10zswap: change zpool/compressor at runtimeDan Streetman1-13/+129
2015-09-10zswap: dynamic pool creationDan Streetman1-143/+405
2015-09-10zpool: add zpool_has_pool()Dan Streetman2-0/+35
2015-09-10tcp_cubic: better follow cubic curve after idle periodEric Dumazet1-0/+16
2015-09-10tcp: generate CA_EVENT_TX_START on data framesNeal Cardwell1-3/+3
2015-09-10xen-netfront: respect user provided max_queuesWei Liu1-2/+5
2015-09-10xen-netback: respect user provided max_queuesWei Liu1-2/+5
2015-09-10r8169: Fix sleeping function called during get_stats64, v2Corinna Vinschen1-83/+54
2015-09-10drm/i915: Allow DSI dual link to be configured on any pipeGaurav K Singh1-5/+4
2015-09-10drm/i915: Don't try to use DDR DVFS on CHV when disabled in the BIOSVille Syrjälä2-13/+31
2015-09-10drm/i915: Fix CSR MMIO address checkTakashi Iwai1-1/+1
2015-09-10ether: add IEEE 1722 ethertype - TSNHenrik Austad1-0/+1
2015-09-10elf-em.h: move EM_MICROBLAZE to the common headerMike Frysinger2-1/+3
2015-09-10netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann3-10/+26
2015-09-10netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann1-5/+12
2015-09-10cxgb4: changes for new firmware 1.14.4.0Hariprasad Shenai2-8/+37
2015-09-10net: fec: add netif status check before set mac addressNimrod Andy1-0/+8
2015-09-10r8152: fix the runtime suspend issueshayeswang1-2/+57
2015-09-10r8152: split DRIVER_VERSIONhayeswang1-2/+7
2015-09-10ipv6: fix ifnullfree.cocci warningsWu Fengguang1-2/+1
2015-09-10add microchip LAN88xx phy driverWoojung.Huh@microchip.com4-0/+227
2015-09-10stmmac: fix check for phydev being openAlexey Brodkin1-1/+4
2015-09-10net: qlcnic: delete redundant memsetsRasmus Villemoes3-6/+0
2015-09-10net: mv643xx_eth: use kzallocRasmus Villemoes1-4/+1
2015-09-10net: jme: use kzalloc() instead of kmalloc+memsetRasmus Villemoes1-6/+2