summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-docMike Rapoport2018-02-211-1/+1
* ida: do zeroing in ida_pre_get()Rasmus Villemoes2018-02-212-3/+1
* mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying2018-02-212-0/+10
* certs/blacklist_nohashes.c: fix const confusion in certs blacklistAndi Kleen2018-02-211-1/+1
* kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes2018-02-211-1/+1
* mm, mlock, vmscan: no more skipping pagevecsShakeel Butt2018-02-214-95/+54
* mm: memcontrol: fix NR_WRITEBACK leak in memcg and system statsJohannes Weiner2018-02-211-8/+16
* Kbuild: always define endianess in kconfig.hArnd Bergmann2018-02-211-0/+6
* include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton2018-02-212-14/+14
* tools: fix cross-compile var clobberingMartin Kelly2018-02-2113-22/+18
* Merge tag 'leds_for-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-201-1/+0
|\
| * MAINTAINERS: Remove Richard Purdie from LED maintainersJacek Anaszewski2018-02-191-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-1952-395/+504
|\ \ | |/ |/|
| * tg3: APE heartbeat changesPrashant Sreedharan2018-02-192-11/+29
| * mlxsw: spectrum_router: Do not unconditionally clear route offload indicationIdo Schimmel2018-02-191-0/+3
| * Merge branch 'qualcomm-rmnet-Fix-issues-with-CONFIG_DEBUG_PREEMPT-enabled'David S. Miller2018-02-193-55/+20
| |\
| | * net: qualcomm: rmnet: Fix possible null dereference in command processingSubash Abhinov Kasiviswanathan2018-02-191-0/+5
| | * net: qualcomm: rmnet: Fix warning seen with 64 bit statsSubash Abhinov Kasiviswanathan2018-02-191-1/+1
| | * net: qualcomm: rmnet: Fix crash on real dev unregistrationSubash Abhinov Kasiviswanathan2018-02-191-54/+14
| |/
| * sctp: remove the left unnecessary check for chunk in sctp_renege_eventsXin Long2018-02-161-3/+2
| * rxrpc: Work around usercopy checkDavid Howells2018-02-161-2/+3
| * tun: fix tun_napi_alloc_frags() frag allocatorEric Dumazet2018-02-161-10/+6
| * udplite: fix partial checksum initializationAlexey Kodanev2018-02-163-0/+11
| * skbuff: Fix comment mis-spelling.David S. Miller2018-02-161-1/+1
| * dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni2018-02-161-29/+33
| * PCI/cxgb4: Extend T3 PCI quirk to T4+ devicesCasey Leedom2018-02-162-26/+23
| * cxgb4: fix trailing zero in CIM LA dumpRahul Lakkireddy2018-02-162-2/+2
| * cxgb4: free up resources of pf 0-3Ganesh Goudar2018-02-161-12/+13
| * fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-02-161-0/+5
| * NFC: llcp: Limit size of SDP URIKees Cook2018-02-162-1/+6
| * tls: getsockopt return record sequence numberBoris Pismenny2018-02-141-0/+2
| * tls: reset the crypto info if copy_from_user failsBoris Pismenny2018-02-141-1/+1
| * tls: retrun the correct IV in getsockoptBoris Pismenny2018-02-141-1/+2
| * Merge branch 'net-segmentation-offload-doc-fixes'David S. Miller2018-02-141-4/+34
| |\
| | * docs: segmentation-offloads.txt: add SCTP infoDaniel Axtens2018-02-141-0/+26
| | * docs: segmentation-offloads.txt: Fix ref to SKB_GSO_TUNNEL_REMCSUMDaniel Axtens2018-02-141-4/+4
| | * docs: segmentation-offloads.txt: update for UFO depreciationDaniel Axtens2018-02-141-0/+4
| |/
| * Merge branch 'tipc-locking-fixes'David S. Miller2018-02-145-54/+91
| |\
| | * tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue2018-02-141-6/+8
| | * tipc: Introduce __tipc_nl_net_setYing Xue2018-02-142-3/+13
| | * tipc: Introduce __tipc_nl_media_setYing Xue2018-02-142-9/+15
| | * tipc: Introduce __tipc_nl_bearer_setYing Xue2018-02-142-9/+15
| | * tipc: Introduce __tipc_nl_bearer_enableYing Xue2018-02-142-7/+11
| | * tipc: Introduce __tipc_nl_bearer_disableYing Xue2018-02-142-6/+14
| | * tipc: Refactor __tipc_nl_compat_doitYing Xue2018-02-141-14/+15
| |/
| * Merge branch 'ibmvnic-leaks'David S. Miller2018-02-141-1/+49
| |\
| | * ibmvnic: Clean RX pool buffers during device closeThomas Falcon2018-02-141-1/+30
| | * ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon2018-02-141-0/+1
| | * ibmvnic: Fix NAPI structures memory leakThomas Falcon2018-02-141-0/+2
| | * ibmvnic: Fix login buffer memory leaksThomas Falcon2018-02-141-0/+16
| |/